/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
	font:76% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.4em;
	color:#303030;
	background-color: #fff;
	background-image: url(hatter011.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a{
color:#467aa7;
text-decoration:none;
background-color:inherit;
}

.hidd{
		display: none;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#Container_k{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index:100;
	background-image: url(hatter01a.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


#container{
width:710px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:1px solid #4f82dd; /*d4d4d4;*/
}


#header{
	height:168px;
	width:708px;
	color:#467aa7;
	background-color: #ffffff;
	background-image: url(headerekgif3.jpg);
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

#header h1{
	font-size:2.4em;
	color:#000090;
	letter-spacing:-2px;
	font-weight:normal;
	text-align: right;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
}

#header h2, h3{
	font-weight:bold;
	text-indent:10px;
	font-size:18px;
	color:#3b3bf7;
	letter-spacing:-1px;
	text-align: right;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 40px;
}


h3{
font-size:14px;
margin:0 10px 0 0;
}

#header img{
margin:10px 10px 0 20px;
}

#header a{
	color:#000090;
}

#header .linkk {
	color: #4f5d71;
	font-size: 16px;
	font-family:Arial;
	float:left;
	text-align: right;
	height: 23px;
	width: 635px;
	float:right;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation{
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
background:#eea600;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/

#content{
	float:right;
	width:505px;
	font-size:14px;
	padding:20px 20px 0 0;
}

#content h3, h4{
text-align:left;
display:block;
margin:0 0 16px 0;
font-size:20px;
font-weight:normal;
letter-spacing:-1px;
font-size:16px;
font-weight: bold;
color:#000090;
background-color:inherit;
font-size:1.4em; letter-spacing:-1px;
}

#content h2 a{font-weight:normal;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent_ku{
float:left;
width:180px;
padding-top:20px;
}

#subcontent{
float:right;
width:160px;

line-height:1.4em;
}

#subcontent h2{
display:block;
margin:10px 0 5px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Menublock styles ****************/

.menublock{font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
	clear:both;
	width:708px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#000000;
	background-color: #d7d7d7;
}

#footer p{
	padding:0;
	margin:0;
	text-align:center;
	background-color: #d7d7d7;
}
#footer a{color:000000; font-weight:bold;}
#footer a:hover{color:#000000; text-decoration: none;}

#footer1{
font-size:0.8em;
color:#000000;
}
#footer1 a{
font-size:0.8em;
color:#000000;
cursor:text;
}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#000000; background-color:inherit; font-weight:bold;}

.box{
margin:0 2px 2px 0;
padding:5px;
border:1px dashed #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

#av{
color:#000000;
}

.szabaly {
	color:#000000;
}

#clear1 {
clear:both;
}




/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.nav {
	text-align: left;
	color: #000;
	width: 160px;
	float:left;
	clear: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}




.img {
	float:left;
	padding: 0px;
	margin:0px;
	color:#000;
}

.img2 {
	padding: 0px;
	margin:0px;
	float: right;
	color:#000;
	width: 144px;
	font-size: 11px;
	border:0;
}

.img2 p {
	color:#000;
	font-size:11px;
}

.img p {
	color:#000;
	font-size:11px;
}

.padding2{
	float:left;
	width:154px;
	background-color: #d07a01;

}






/**Menü************/

.menu {
		float: left;
		display: inline;
		margin: 0px;
		width: 160px;
		border: 0px;
}
.menu ul.fomenu {
		margin: 0;
		width: 155px;
		padding: 0;
		list-style: none;
		border: 0px;
}
.menu ul.fomenu li {
		display: inline;
		border: 0px;
		line-height: 15px;
		font-family:Verdana, arial;
}
.menu ul.fomenu a {
	display: block;
	color:  #0000ff;
	width: 156px;
	text-indent: 4px;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #c9c9ff;
	line-height:18px;
	font-family:Verdana;
}
.menu ul.fomenu a:hover {
	color: #000077;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0000ff;
}

.mv{
	text-indent: 5px;	/* A bekezdések első sorát beljebb kezdi*/
	width:150px; /* Csak ilyen hossaz lehet beírni szöveget, tehát egyben a vonal hossza is lesz*/
	font-size: 14px;
	color:  #000099; 
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;

}

/**Vége**Menü************/