/* ----------------------------------------------------
   C O M M O N
------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}


ul, ol, li {
	list-style: none;
}

img {
	border: none;
}


/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/


html, body {
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


/* ----------------------------------------------------
   C O N T A I N E R   &   W R A P P E R
------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
	width: 870px;
}

#container {
	float: left;
	display: inline;
	padding: 1px 0 0px 0;
	width: 870px;
}


/* ----------------------------------------------------
   H E A D E R
------------------------------------------------------*/

#header {
	background: url(../images/header.png) #ffffff left top no-repeat;
	float: left;
	height: 100px;
	position: relative;
	width: 100%;
}

#header h1.logo {
	font-size: 10px;
	position: absolute; left: 25px; top: 10px;
	text-indent: -500em;
}

#header h1.logo a {
	display: block;
	height: 90px;
	overflow: hidden;
	width: 280px;
}

#header table.kereso {
	position: absolute; left: 675px; top: 14px;
	font: bold 12px 'Trebuchet MS', Tahoma, Verdana, Arial;
	width: 188px;
}

#header table.kereso th {
	background-image: url('../images/keres.png');
	height: 20px;
	color: #25497B;
	text-align: left;
	padding-left: 15px;
}

#header table.kereso td input.search {
	border: 1px solid #0E294F;
	height: 18px;
	width: 130px;
}	

#header table.kereso td input.ok {
	height: 27px;
	background-color: #FFB033;
	border: 3px solid #FFFFFF;
	padding: 0px 4px 2px 4px;
	margin-top: 1px;
	font-family: Arial;
	font-weight: bold;
}


/* ----------------------------------------------------
   T O P M E N U
------------------------------------------------------*/

#topmenu {
	background: url(../images/topmenu.png) #336699 left top no-repeat;
	float: right;
	height: 40px;
	position: relative;
	width: 100%;
	text-align: right;
}

#topmenu ul {
	font: bold 9.5px 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position: absolute; left: 250px; top: 2px;

}

#topmenu ul li {
	float: left;
	line-height: 30px;
	position: relative;
}

#topmenu ul li a {
	color: #ffffff;
	display: inline	;
	height: 28px;
	padding: 0 3px 0 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#topmenu ul li span.bull {
	color: #FFB10E;
}

#topmenu ul li a:hover {
	
	color: #ffff88;
	text-decoration: none;
}

#topmenu ul li a.drop {
}


/* ----------------------------------------------------
   M A I N
------------------------------------------------------*/

#main {
	background: url(../images/main.png) transparent left top repeat-y;
	clear:both;
	margin-left: 7px; 
	width: 856px;
}


/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

#contents {
	display: inline;
	float: left;
	overflow: visible;
	padding: 5px 0px 15px 0px;
	width: 850px;
}


/* ----------------------------------------------------
   F O O T E R
------------------------------------------------------*/

#footer {
	background: url(../images/footer.png) transparent left top no-repeat;
		clear:both;
	margin-left: 7px; 
	width: 856px;
	height: 30px;

}

#footer p {
	display: inline;
	color: #a5a5a5;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.kapcsolat {
	float: right;
	margin: 5px 30px 0 0;
}

#footer p.joginyilatkozat {
	float: right;
	margin: 5px 80px 0px 0px;
}

#footer p.meta {
	float: left;
	margin: 5px 0px 0px 270px;
	color: #FFFFFF;
}
