body {
 margin: 10px 10px 10px 10px;
 padding: 0;
 text-align: left;
 background: #fff;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
 color: #000;
}

.ideaPopup {}



/* Betûtípusok és linkek */

a {
 color: #ab8926;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: #000;
}

span.warning {
 color: #d00;
}

p.datum {
 text-align: right;
}

span.kulcsszo {
 background: #DED2AE;
 color: #000;
 font-weight: bold;
}

div.error {
 padding: 0;
 margin: 0 0 10px 0;
 color: #d00;
}


.red {
 color: #d00;
}



#test h1 {
 height: 30px;
 color: #646464;
 background-image: url(../images/doboz.gif);
 background-repeat: repeat-x;
 background-position: 0px 0px;
 text-align: left;
 font-weight: bold;
 font-size: 13px;
 text-transform: uppercase;
 margin: 0;
 padding: 6px 0 0 8px;
}

#test h2 {
 color: #885926;
 text-align: left;
 font-weight: normal;
 font-size: 16px;
 margin: 0;
 padding: 6px 0 0 0;
}

#test h3 {
 height: 20px;
 color: #ab8926;
 text-align: left;
 font-weight: bold;
 font-size: 12px;
 margin: 0;
 padding: 6px 0 0 0;
}

#test h4 {
 height: 20px;
 color: #ab8926;
 text-align: left;
 font-weight: bold;
 font-size: 12px;
 margin: 0;
 padding: 0;
}

#test h5 {
 color: #000;
 text-align: left;
 font-weight: bold;
 font-size: 11px;
 margin: 0;
 padding: 15px 0 15px 0;
}

#test h6 {
 height: 30px;
 color: #646464;
 background-image: url(../images/doboz.gif);
 background-repeat: repeat-x;
 background-position: 0px 0px;
 text-align: right;
 font-weight: bold;
 font-size: 13px;
 text-transform: uppercase;
 margin: 0 1px 0 0;
 padding: 6px 8px 0 0;
}


/* UL és LI alapbeállítások */

ul, li {
 margin: 0;
 padding: 0;
 list-style-image: none;
 list-style-type: none;
}



/* Szerkezeti elemek */

#fejlec {
 height: 59px;
 padding: 0 0 10px 0;
 margin: 0 auto 0 auto;
 background: #fff;
 background-image: url(../images/mini_fejlec.gif);
 background-repeat: no-repeat;
 background-position: center 0;
}

#lablec {
 height: auto;
 margin: 0 auto 0 auto;
 padding: 6px 0 5px 0;
 text-align: center;
 font-size: 9px;
 color: #666;
 background: #fff;
 background-image: url(../images/csik.gif);
 background-repeat: repeat-x;
 background-position: 0px 0px;
 clear: both;
}

#lablec p {
 margin: 0;
 padding: 0;
}

#test {
 margin: 0 auto 0 auto;
 padding: 0;
 padding: 0;
}

#popup-notice {
	background-color:red;
	color: white;
	padding: 5px;
	font-weight: normal;
	margin: 3px 0 2px 0;
}


