body 
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #EFEDE0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
#container
{
	width: 910px;  /* this will create a container 80% of the browser width */
	_width: 950px;
	margin: 0 auto;
	text-align: left;
	clear: both;
} 

#sidebar1
{
	float: left;
	width: 225px;
	padding: 15px 0;
}

#sidebar1 h3, #sidebar1 p
{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 a
{
/*	color:black; */
}
#mainContent
{ 
	/*margin:10px;*/
	margin: 0;
	width:660px;
	float:left;
} 
#content {
 margin-bottom: 10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 10px;
 _margin-top: 8px; /* IE HAKK ANYAD */
}
.fltrt
{
	float: right;
	margin-left: 8px;
}
.fltlft
{
	float: left;
	margin-right: 8px;
}
.clearfloat
{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.style1 {font-size: small}


#header
{ 
	background: #FFFFFF url('/img/adtam_head_bg_long.gif'); 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*height:167px;*/
	height:201px;
} 
#header #head
{
	width:915px;
	margin:auto;
	height:167px;
	text-align:left;
	position:relative;
}
#header #head .logo
{
	padding-top:27px;
	float:left;
}
#felsoszoveg
{
	height:51px;
	padding-top:40px;
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
	color:#E69270;
}
#ora {
	position: absolute;
	left: -1px;
	top: 187px;
	color: white;
	font-size: xx-small;
}
#pirosszoveg {
	position: absolute;
	left: -1px;
	top: 123px;
	font-family: Verdana;
	font-weight: bold;
	color: white;

}

#header #head #adomanyozok_civilszervezetek
{
	float:left;
	width:547px;
	padding-left:130px;
}
#adomanyozok_civilszervezetek A:first-child
{
	margin-right:40px;
}
#header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 a
{
	color:black;
}

#szervuj .title
{
	font-weight:bold;
}
#szervuj .subtitle
{
	font-style:italic;
}
#szervuj .colbal
{
	width:200px;
}
.egyszervtabla .title
{
	font-weight:bold;
}
.egyszervtabla .subtitle
{
	font-style:italic;
}
.egyszervtabla .subtitle {
	border-top: 1em solid transparent;
}
.egyszervtabla .colbal
{
	width:300px;
}
.egyszervtablahidden {
	display: none;
}
.egyszervtablashow {
	display: table;
}
#tabcontrols 
{
	display:block;
}
#tabcontrols LI
{
	display:inline;
	padding:5px;
	text-decoration: underline;
}
#tabcontrols LI.active
{
	font-weight:bold;
}
#tabcontrols LI:hover
{
	text-decoration:underline;
	cursor:pointer;
}
.egyszervtabla
{
	display:none;
}

#footer 
{
	background-color:#D54723;
	height:30px;
	width: 100%;
	padding-top:6px;
}
#footer #alsolinkek {
	float: left;
	padding-left: 4px;
}
#footer #alsolinkek a {
	color: white;
}

#footer #alsolinkek ul {

}
#footer #alsolinkek ul li {
	display: inline;
}
#footer #copyright
{
	text-align:left;
	font-size:11px;
	color:#542920;
	padding-bottom: 3px;
	padding-right: 4px;
	float: right;
}
.image_placeholder {
	border: 1px solid #ccc;
	height: 60px;
	width: 120px;
	margin: 10px;
	float: left;
}
.thrColLiqHdr #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColLiqHdr #sidebar1
{
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColLiqHdr #mainContent { 
	margin: 0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    line-height: 0px;
}

.mock {
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
	color: #aaa;
}


.column_2 {
	float: left;
	width: 48%;
	margin-right: 10px;
}
.clear_left {
	clear: both;
}
.popup_main_container {
	background-color: #eeeeee;
	float: left;
	width: 100%;
	padding: 8px;
}

#tovabbi_opciok {
	background-color: #f0f0f0;
	margin-left: 2em;
	padding: 0.6em;
}





ul.bal_menu {
	list-style-type: none;
	margin: 0 0.5em;
	padding: 0;
}

ul.bal_menu li {
	padding: 0.5em;
}

ul.bal_menu li:hover {
	background-color: orange;
	text-decoration: underline;
}




ul.eredmeny_lista {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.eredmeny_lista li {
	padding: 0.6em;
	margin: 0.6em 0;
	background-color: #e9e9e9;
}
ul {
	position: relative;  
}
ul.eredmeny_lista li:hover {
	background-color: #AFD242;
}
.contenttextcolor ul.eredmeny_lista li:hover {
	background-color: #F7CF9E;
}
ul.eredmeny_lista li span.varos {
	/*display: block;
	float: left;*/
	margin-right: 1em;
	font-size: 87.5%;
}

ul.eredmeny_lista li span.celkituzes {
	display: block;
	font-size: 87.5%;
}


ul.pager {
	list-style-type: none;
	padding: 0;
	margin: 2em 0;
	display: block;
	text-align: center;
}

ul.pager li {
	display: inline;
	margin-right: 1em;
}

ul.pager li a {
	padding: 0.4em;
	background-color: #eee;
	text-decoration: none;	
}

ul.pager li a:hover {
	color: blue;
	background-color: orange;
}


dl.bongeszo {
	padding: 0;
	margin: 0;
}

dl.bongeszo dt {
	font-size: 85%;
}

dl.bongeszo dt a {
	font-weight: bold;	
}


dl.bongeszo dd {
	font-size: 82.5%;
	padding: 0;
	margin: 0 1em 1em 1em;
}
.szoveges_kereso_box {
	background-color: #e9e9e9;
	padding: 10px;
	margin-bottom: 10px;
}

ul.inline {
	padding: 0;
	margin: 0;
	margin-left: 1em;
}

ul.inline li {
padding:0;
	display: inline;
	margin-right: 0.5em;
	font-size:12px;
}
#searchBox {
	position: absolute;
	top: 10px;
	right: 102px;
	width: 287px;
}
#footer {
	font-size: x-small;
	color: #333333;
}
#mainPageContainer {
	float: left;
	margin-top: 25px;
	width:100%;
}
#sidebar1 p {
	font-size: x-small;
}
#sidebar1 h3 {
	font-size: 12px;
}
#sidebar1 .more {
	font-weight: bold;
}
.main-leftcol {
	border: 2px solid #046380;
	width:45%;
	padding:0;


}
.main-rightcol {
	border: 2px solid #046380;
	width:45%;
	padding:0;

}
#main_leftcol, #main_rightcol {
	border: 2px solid #046380;
	width:45%;
	padding:0;
}

#main_leftcol>p, #main_rightcol>p {
margin:10px;
}

 .column_2 h2 {
	font-size: 20px;
	margin: 10px;
	margin-bottom:20px;
	font-weight:normal;
	color:#046380;
	}
.bal_menu {
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.bal_menu li {
	margin: 0px;
	padding:0;
}

.bal_menu ul {
	list-style-type:none;
	margin-left: 10px;
	padding:0;
	font-weight:normal;
	font-size:x-small;
}


.bal_menu ul li {
	margin-left: 0;
	padding:0;
	margin-bottom:5px;
	}
.secondary_menu {
	list-style-type: none;
	font-size: small;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 140%;
}
.graybox {
	background-color: #DDDDDD;
	padding: 4px;
}
.hint {
	font-size: x-small;
}


.style2 {font-size: small}
.toptab-container {
	background-color: #eaeaea;

}
.toptab {
float:right;
margin-right:1px;
	background-color: #eaeaea;
}
.toptab1 {
	display: block;
	font-size: small;
	font-weight: bold;
	border-top-color: #009999;
	border-right-color: #009999;
	border-bottom-color: #EEEEEE;
	border-left-color: #009999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 8px;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #009999;
	color: #DDDDDD;
}


.szoveges_kereso_box {
	background-color: #eaeaea;
}



.browser  {
	padding: 4px;
	list-style-type: none;
	font-size: 11pt;
}


.browser li {
	margin-bottom:0.5em;
}
.wizard_cntrl {
	margin-left: 170px;
	margin-right: 10px;
	margin-top: 15px;
	background-color: #EEEEEE;
	text-align: right;
	padding: 8px;
}
.wizard_nav {
	margin-left: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;
}
.wizard_content {
	margin-left: 160px;
	border: 1px solid #009999;
	padding: 0px;
}
.wizard_pagehelp {
	float: left;
	height: 400px;
	width: 150px;
	padding-top: 90px;
	font-size: small;
	color: #555555;
	border-top-color: #009999;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #009999;
}

.WizardPageTitle 
 {
	margin-left: 160px;
	font-size: large;
	font-weight: bold;
	color: #555555;
	margin-top: 10px;
	margin-bottom:10px;
}

.reg 
 {
 width:100%;
	font-size: small;
	
}

.reg td
 {
	font-size: small;
	padding: 4px;
	
}

.reg td.mandatory
 {
	font-weight: bold;
	
}



.reg tr.title
 {
	background-color:white;
}

.reg tr.title td
{
	font-weight: bold;
	color: #009999;
	padding-top: 8px;
	padding-bottom: 8px;
}

.reg tr.subtitle
{
	font-weight: bold;
	color: #666;
		padding-top: 8px;
	padding-bottom: 8px;
	background:white;

}



.reg tr
{
	background-color: #eee;
}

.reg tr:hover
{
	background-color: #FFFFCC;
}
.reg td span.hint
 {
display:block;
}


body > a {
	color: #838FC1;
}
body > a:visited {
	color: #838FC1;
}

.dateentry input {
	display: inline;
}

#szervuj
{
	width: 99%;
}
#szervuj  td {
	background: #ebebeb;
	padding: 1px;
	border: 1px solid white;
}

.spacertd {
	border: none;
	height: 1em;
	background-color: white;
}
#szervuj-targykat {
	border-collapse: collapse;}
#szervuj-targykat td {
	border: none;
	border-collapse: collapse;
}

#szervuj-targykat td.sep {
	border: none;
	border-bottom: 1px solid white;
	border-collapse: collapse;

}
#adomanyuj {
/*	background-color: #ebebeb;*/
}

.minositettmagyarazat {
	font-size: small;
	font-style:italic;
}

#hireksikersztorik td {
	vertical-align: top;
}
table.adomanykiemelt  {
	width: 98%; /* IE HAX */
/*	border-collapse: collapse;
	background-color: white; */
	margin-left: 6px;
	table-layout:fixed; 


}
table.adomanykiemelt td {
	padding: 2px;
	padding-left: 5px;
	word-wrap: break-word;

	text-wrap: unrestricted;
	text-overflow:ellipsis; 
}
.adomanykiemelt td.ak-rightcol {
	width: 50%;

}
.adomanykiemelt tr.low-padding td {
	border-bottom: 1px solid #7A8AC5;

}

.adtambox {
	border: 2px solid #046380;
}
.baldoboz
{
	width:170px !important; /*220 rol*/
	background: #ffffff url('/img/adtam_baldoboz_foot170.jpg') repeat-x bottom;
	padding-bottom:24px;
	margin-top:10px;
	word-wrap: break-word; /*ie miatt =P*/
}
.baldoboz .baldobozhead H2
{
	padding-top:4px;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	color:#D54119;
	font-weight:bold;
	text-transform: uppercase;
}

.baldoboz HR
{
	background-color:#C3BD99;
	color:#C3BD99;
	height:2px;
	border:0px;
	margin:0px;
}
.baldoboz .baldobozhead
{
	background:url('/img/adtam_baldoboz_head170.jpg');
	height:39px;
}
.baldoboz .baldoboztitle {
	text-align: center;
	padding-top: 3px;
	color: white;
	font-weight: bold;
	font-size: larger;
}
.baldoboz UL, .baldoboz .baldobozkozep
{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	background-color:#FFFFFF;
/*	border-left:2px solid #C3BD99;
	border-right:2px solid #C3BD99; */
	font-family:Verdana;
	font-size:12px;
}
.baldoboz .ulwrapper {
	border-left:2px solid #C3BD99;
	border-right:2px solid #C3BD99;


}
.baldoboz UL
{
	padding-left:25px;
	padding-right: 10px;
	color:#D64623;
	margin-left: 0px;
}
.baldoboz LI
{
	padding-bottom:9px;
}
.baldoboz li.active a {
	font-weight: bold;
}
.baldoboz LI A
{
	font-family:Verdana;
	font-size:12px;
/*	color:#767678; */
	text-decoration:none;
}
.baldoboz LI A:hover
{
	text-decoration:underline;
}
.baldoboz .baldobozfoot
{
	font-family:Verdana;
	font-size:12px;
	color:#767678;
/*	border-left:2px solid #C3BD99;
	border-right:2px solid #C3BD99;*/
	padding-top:5px;
	text-align:center;
}


.szervdoboz .baldobozfoot
{
/*	border-left:2px solid #788BC3;
	border-right:2px solid #788BC3;
	*/
}
.szervdoboz UL, .baldoboz .baldobozkozep
{
/*	border-left:2px solid #788BC3;
	border-right:2px solid #788BC3;
	*/
}
.szervdoboz .ulwrapper {
	border-left:2px solid #788BC3;
	border-right:2px solid #788BC3;

}
.szervdoboz .baldobozhead {
	background:url('/img/adtam_szervdoboz_head170.jpg');
}
.szervdoboz {
	background: #ffffff url('/img/adtam_szervdoboz_foot170.jpg') repeat-x bottom;
}

.userdoboz .baldobozfoot
{
/*	border-left:2px solid #ADD038;
	border-right:2px solid #ADD038;
*/
}
.userdoboz UL, .baldoboz .baldobozkozep
{
/*	border-left:2px solid #ADD038;
	border-right:2px solid #ADD038;
	*/
}
.userdoboz .ulwrapper {
	border-left:2px solid #ADD038;
	border-right:2px solid #ADD038;

}
.userdoboz .baldobozhead {
	background:url('/img/adtam_userdoboz_head170.jpg');
}
.userdoboz {
	background: #ffffff url('/img/adtam_userdoboz_foot170.jpg') repeat-x bottom;
}

#checkmsg {
	color: red;
	font-weight: bold;
	margin-bottom: 1em;
}
#checkmsg_low {
	color: red;
	font-weight: bold;
	margin-bottom: 1em;
}


#targykatlistazas {
	font-variant: small-caps;
	border-collapse: collapse;
}
#targykatlistazas td {
	background-color: white;
	margin: 0px;
	padding: 0px;
	border: none;

	border-top: 2px solid #7A8AC5;
}
#targykatlistazas th {
	padding: 0px;
	margin: 0px;
	border: none;
}
#targykatlistazas tr {
	height: 37px;

}

#targykatlistazasdiv {
	margin: 6px;
	width: 300px;
}

#szolgdiv {
	width: 300px;
	margin: 6px;
	margin-left: auto;
	background: white url('/img/adomany_jobbox_foot.jpg') repeat-x bottom;
}
#szolgdiv .contentboxhead {
	background: url('/img/adomany_jobbox_head.jpg') repeat-x;
	border-bottom: 2px solid #7A8AC5;
}

.contentboxhead {
	min-height: 37px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	color: #D54723;
	vertical-align: middle;
	padding-top:9px;
	font-size:18.5px;
}
.contentboxfoot {
	margin-left: 16px;
}
#penzdiv {
	width: 300px;
	margin: 6px;
	margin-left: auto;
	background: white url('/img/adomany_jobbox_foot.jpg') repeat-x bottom;
}
#penzdiv .contentboxhead {
	background: url('/img/adomany_jobbox_head.jpg') repeat-x;

	border-bottom: 2px solid #7A8AC5;
	
}
#szervsplash {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 658px;
	_width: auto !important;
	background-color: #7A8AC5;
	position: relative;
	top: -70px;

}
#szervsplash img {
	padding: 0px;
	margin: 0px;
	border: none;

}
#szervsplash tr {
	padding: 0px;
	margin: 0px;
}
#szervsplash td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}


#helpdoboz .baldobozfoot
{
	border-left:2px solid #FB9F30;
	border-right:2px solid #FB9F30;
}
#helpdoboz UL, #helpdoboz .baldobozkozep 
{

	border-left:2px solid #FB9F30;
	border-right:2px solid #FB9F30;
}
#helpdoboz .baldobozhead {
	background:url('/img/adtam_helpdoboz_head170.jpg');
}
#helpdoboz {
	background: #ffffff url('/img/adtam_helpdoboz_foot170.jpg') repeat-x bottom;
}

#ajanlodoboz .baldobozkozep {
	border-left:2px solid #C3BD99;
	border-right:2px solid #C3BD99;
}

.keresolinkek {
	margin-bottom: 2em;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: small;
}

.loggedin {
	list-style-type: none;
}

.headjoiner {
	background-color: #D54723;
	padding: 0;
	margin: 0;
	border: none;
}

#headjoinerimg_szerv {
	position: relative;
	left: 460px;
	padding: 0;
	margin: 0;
	border: none;
	width: 31px;
	height: 25px;
	background: url('/img/adtam_szerv_head_joiner.jpg') no-repeat left;
}

#headjoinerimg_ {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	height: 25px;
}

#headjoinerimg_user {
	position: relative;
	left: 260px;	
	padding: 0;
	margin: 0;
	width: 31px;
	height: 25px;
	background: url('/img/adtam_user_head_joiner.jpg') no-repeat left;
	border: none;
}

#headjoinerimg_koleves {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	height: 25px;
}

#usersplash {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 658px;
	background-color: #ADD038;
	position: relative;
	top: -70px;

}
#usersplash img {
	padding: 0px;
	margin: 0px;
	border: none;

}
#usersplash tr {
	padding: 0px;
	margin: 0px;
}
#usersplash td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#kolevessplash {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 658px;
	background-color: #B6171D;
	position: relative;
	top: -70px;

}
#kolevessplash img {
	padding: 0px;
	margin: 0px;
	border: none;

}
#kolevessplash tr {
	padding: 0px;
	margin: 0px;
}
#kolevessplash td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}


#adomanyozok-right {
	margin: 6px;
	margin-left: auto;
	margin-right: 12px;
	width: 300px;
	background: white url('/img/adomanyok_box_footer.jpg') repeat-x bottom;
}
#adomanyozok-right .contentboxhead {
	
	background: url('/img/adomanyok_box_header.jpg') repeat-x;
	border-bottom: 2px solid #ADD038;
}
#adomanyozok-left {
	width: 300px;
	margin: 6px;
	margin-left: 12px;
	background: white url('/img/adomanyok_box_footer.jpg') repeat-x bottom;
}
#adomanyozok-left .contentboxhead {

	border-bottom: 2px solid #ADD038;

	background: url('/img/adomanyok_box_header.jpg') repeat-x;
}

.contentboxcontent {
	padding: 3px;
	
	border-bottom: 2px solid #ADD038;
}

#adtamfooldal {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -47px;
	border-collapse: collapse;
	border: none;
	margin-left: 2em;
}
#adtamfooldal tr {
	padding: 0px;
	margin: 0px;
}
#adtamfooldal td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#adtamfooldal .kekhead {
	width: 297px;

}
#adtamfooldal .zoldhead {
	width: 297px;
}
#adtamfooldal .kekoldal {
	background-color: #7A8AC5;
	padding: 6px;
	padding-bottom: 0px;
}
#adtamfooldal .zoldoldal {
	background-color: #ADD038;
	padding: 6px;
	padding-bottom: 0px;
}
#adtamfooldal .graybox {
	background-color: white;
}
#adtamfooldal .midgreybox {
	background-color: white;
	padding: 2px;
}
.zoldoldal .midgreybox {
	border-top: 2px solid #ADD038;
}

.kekoldal .midgreybox {
	border-top: 2px solid #7A8AC5;
}

#adtamfooldal .colspacer {
	width: 2em;
}

#left .footerimg {
	background: url('/img/adtamfooldal_zold_foot.jpg') repeat-x bottom;
	height: 26px;
}

#right .footerimg {
	background: url('/img/adtamfooldal_kek_foot.jpg') repeat-x bottom;
	height: 21px;

}

.zoldoldal .graybox {
	background:  url('/img/adtam_fooldal_zold_graybox_head.jpg') repeat-x;
}

.zoldoldal  hr {
	border: 0;
	width: 100%;
	color: #ADD038;
	background-color: #ADD038;
	height: 2px;
	margin-left: -4px;
	padding: 0px;
	margin: 0px;
}

.kekoldal hr {
	color: #7A8AC5;
	background-color: #7A8AC5;
	border: 0;
	width: 100%;
	height: 2px;
	margin-left: -4px;
	padding: 0px;
	margin: 0px;

}


.kekoldal .graybox {
	background:  url('/img/adtam_fooldal_kek_graybox_head.jpg') repeat-x;
}

.kekfootimg {
	background:  url('/img/adtam_fooldal_kek_graybox_foot.jpg') repeat-x bottom center;
	height: 19px;
	margin-bottom: 10px;
}

.zoldfootimg {
	background:  url('/img/adtam_fooldal_zold_graybox_foot.jpg') repeat-x bottom;
	height: 19px;
	margin-bottom: 10px;
}


.kekoldal .footerimg {
	background-image: url('/img/adtamfooldal_kek_foot.jpg') ;
	height: 21px;
}

.zoldoldal .secondary_menu {
	background: #ecf2d0 url('/img/adtamfooldal_zold_foot_head.jpg') repeat-x;
}

.kekoldal .secondary_menu {
	background: #d0d5eb url('/img/adtamfooldal_kek_foot_head.jpg') repeat-x;
}

#adtamfooldal .secondary_menu {
	margin: 0px;
	margin-left: 4px;
	padding: 0px;
	width: 277px;
}	
#adtamfooldal .secondary_menu li {
	padding-left: 1em;
}

#splash {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 656px;
	background-color: #FA9F34;
	position: relative;
	top: -70px;

}
#splash img {
	padding: 0px;
	margin: 0px;
	border: none;

}
#plash tr {
	padding: 0px;
	margin: 0px;
}
#splash td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.magazin_col_head {
	border: 2px solid #FA9F34;
	padding: 0px;
	text-align: center;
	width: 311px;
	height: 45px;
	background: #FA9F34 url('/img/adtam_magazin_col_head.gif') repeat-x;
	padding-top: 1px;
}
.magazin_col_head H2
{
	margin:6px;
}

.magazin_col_foot {
	border: 2px solid #FA9F34;
	padding: 0px;
	text-align: center;
	width: 311px;
	background: #FA9F34 url('/img/adtam_magazin_col_foot.gif') no-repeat right bottom;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-top: -4px;
}

.magazin_col {
	background: #FA9F34;
	margin-left: 5px;
}

.magazin_col_inside {
	padding: 5px 4px 3px 8px;
	border: 4px solid #FA9F34;
	background: white;
	border-top: 0px;
	width: 295px;
/*adding-left: 8px;
	padding-right: 4px;
	padding-top: 5px;*/
	margin-top: -2px;
}

.baldobozkozep p{
	margin: 0px
}

.whitebox{
	width: 630px;
	background: white;	
	position: relative;
	left: 10px;
	padding: 0px;
	margin-bottom: 10px; 
}

#adtam_content_white{
	width: 639px;
	background: white;	
	position: relative;
	left: 10px;
	padding: 0px;
}

#adtam_content_white_realcontent{
	padding: 4px;
}

#adtam_content_white_realcontent td {
	border-top: 1em solid transparent;
	_border-top: 1em solid white;
	vertical-align: top;
}
#adtam_content_white_realcontent th {
	border-top: 1em solid transparent;
	vertical-align: top;
}

.textinput, input, select {
	font-size: 11px;
	font-family: Verdana;
}

.useradomanyok {
	margin-bottom: 1em;
	background-color: #E9E9E9;
}
.useradomanyok:hover {
	background-color: #ADD038;
}
.useradomanyok .userheader {
	padding-left: 0em;
}
.useradomanyok th {
	padding-left: 1em;
}

.contenttextcoloruser {
	color: #006400;
}

.contenttextcoloruser a {
	color: #006400;

}

.contenttextcoloruser input .contenttextcoloruser select, .contenttextcoloruser textarea  {
	color: #006400;
	border: 1px solid #006400;
}

.contenttextcoloruser input.fsubmit {
	color: #006400;
	border: 1px solid #ECF2D0;
	background-color: #ECF2D0;
}

.contenttextcolorszerv {
	color: #838FC1;

}

.contenttextcolorszerv a {
	color: #000066;

}
.contenttextcolorszerv input, .contenttextcolorszerv select, .contenttextcolorszerv textarea {
	color: #838FC1;
	border: 1px solid #838FC1;
}

.contenttextcolorszerv input.fsubmit {
	color: #838FC1;
	border: 1px solid #D0D5EB;
	background-color: #D0D5EB;
}

.contenttextcolor input, .contenttextcolor select, .contenttextcolor textarea {
	color: black;
	border: 1px solid #FB9F30;
}
.contenttextcolor input.fsubmit {
	color: #E07B00;
	border: 1px solid #F7CF9E;
	background-color: #F7CF9E;
}

.contenttextcolorporgos {
	color: #515978;

}

.contenttextcolorporgos a {
	color: #515978;

}

#tophirdetes
{
	position:absolute;
	width:468px;
	height:60px;
	right:30px;
	top:25px;
}

.redheader {
	padding-left: 2em;
	color: #D54723;
	font-size: large;
}
.redheader a {
	color: #D54723;
	text-decoration: none;
	font-weight: bold;
}
div.redheader a {

	color: #D54723;
}
.redheader a:hover {
	text-decoration: underline;
}

.splashsectionboxheader {
	font-weight: bold;
	font-size:14px;
	padding-left: 2em;
	margin-left:12px;
	height:20px;
	padding-top:5px;
}
.splashsectionboxheader a {
	text-decoration: none;
	font-weight: bold;
}
.splashsectionboxheader a:hover {
	text-decoration: underline;
}
.tanulmanyokitemuser {
	background-color: #E9E9E9;
}
.tanulmanyokitemuser:hover {
	background-color: #ECF2D0;
}

.tanulmanyokitemszerv {
	background-color: #E9E9E9;
}
.tanulmanyokitemszerv:hover {
	background-color: #D0D5EB;
}

.neutrallinks {
	color: #FA9F34;
}
.neutrallinks a {

	color: #FA9F34;
}

.crosslinksszerv {
	color:#006400;
}
.crosslinksszerv a {
	color:#006400;
}
.crosslinksuser {
	color:#838FC1;
}
.crosslinksuser a {
	color:#838FC1;
}

.whiteboxen {
	margin-left: 2em;
	margin-top:-20px;
	padding-bottom:40px;
}

.smallwhitebox {
	float: left;
	width: 200px;
	margin: 2px;
	background: #ffffff url('/img/adtam_feherdoboz_foot.jpg') repeat-x bottom;
}
.smallwhitebox .whiteboxkozep {
	border-left: 2px solid #FA9F34;
	border-right: 2px solid #FA9F34;
	margin-bottom: 24px;
	width: 195px;
}
.smallwhitebox .whiteboxkozep .whiteboxcontent {
	padding: 3px;
}
.smallwhitebox .whiteboxhead {
	background:url('/img/adtam_feherdoboz_head.jpg');
	height:36px;
	text-align: center;
	font-weight: bold;
	color: white;
	padding-top:3px;
}

.jateklink {
	text-align: center;
}

.adtamjatek {
	text-align: center;
}

.adtamjatek hr {
	width: 50%;
	margin-bottom: 3em;
	border: none;
	height: 2px;
	background-color: black;
}

.adtamjatek ul {
	list-style-type: none;
	margin: auto;
	text-align: left;
	width: 50%;
	padding: 0px;
}

.oldalterkep {
	width: 70%;
}
.oldalterkep ul {
	margin-bottom: 1em;
}
.oldalterkep > li {
	margin-bottom: 1em;
}

.oldalterkep li {
	list-style-type: none;
}

.oldalterkep-elem a,
.oldalterkep-elem a:visited, 
.oldalterkep-elem a:hover {
	color: #FA9F34;
}
.oldalterkep-elem1 a,
.oldalterkep-elem1 a:visited, 
.oldalterkep-elem1 a:hover {
	color: #8CA1E3;
}

.oldalterkep-elem2 a,
.oldalterkep-elem2 a:visited, 
.oldalterkep-elem2 a:hover {
	color: #0E6602;
}

.szervlicitek {
	width: 90%;
	margin-bottom: 1em;
}
.szervlicitek td {
	width: 50%;
}
table.szervlicitek:hover {
	background-color: #E9E9E9;
}
.midgreybox FORM
{
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}

.breadcrumb {
	padding: 5px;
}

#szervsplash .breadcrumb {
	color: #475073;
}

#splash .breadcrumb {
	color: #80511A;
}

#szervsplash ul.eredmeny_lista li:hover {
	background-color:  #7A8AC5;
}

.eredmenylista td:hover{
	background-color: #7A8AC5;
}

.inv {
	display: none;
}

#usersplash #userlogin {
	
}

#usersplash #szervlogin { 
	display: none;
}

#szervsplash #userlogin {
	display: none;
}

#szervsplash #szervlogin {

}

#splash #userlogin {
	display: none;

}

#splash #szervlogin {
	display: none;

}

.oithres {
	background: #ECF2D0;
}
.egyszervtabla .oithres td {

	padding-bottom: 5px;
}

.koleves_help {
	background: #B6171D;
	padding: 4px;
	
}