/* CSS Document */
body{
	margin-top:0px;
	padding-top:0px;
	font-family: Verdana;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size:12px;

}
form{
margin:2px;
}
p{
margin-bottom:5px;
margin-top:5px;
margin-left:3px;
margin-right:3px;
}
li{
margin-bottom:2px;
margin-top:2px;
margin-left:3px;
margin-right:3px;
list-style-type:circle;
}
h1{
	font-weight: bolder;
	font-size:17px;
	margin-top:6px;
	margin-bottom:6px;
}
h2{
	font-weight: bolder;
	font-size:15px;
	margin-top:6px;
	margin-bottom:6px;
}
a{
	color: #D22A1D;
	text-decoration: underline;
}
a:hover{
	color: #064E88;
}
.box{
	border:solid 1px #4F657D;
	width:320px;
	background-color:#FFFFFF;
}
.box_error{
	border:solid 1px #CC0000;
	width:320px;
	background-color:#FFFFFF;
}
.buton{

}
.header{
background-image:url(../images/header.jpg);
background-position:top;
background-repeat:no-repeat;
width:860px;
height:321px;

}
.top{
	display:block; position:relative;
}

.meniu {
}
.meniu a{
	background-image:url(../images/butt.png);
	background-position:center;
	background-repeat:no-repeat;
	width:168px;
	height:35px;
	padding-top:10px;
	margin-top:0px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	font-size:14px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
.meniu a:hover{
	background-image:url(../images/butt_hover.png);
}
.pagina{
background-image:url(../images/pagina.gif);
background-position:center;
background-repeat:no-repeat;
width:656px;
height:463px;
}
.link{
background-position:center;
background-repeat:repeat-x;
width:508px;
height:24px;
}
.link a{
background-image:url(../images/link.gif);
background-position:bottom;
background-repeat:repeat-x;
padding-top:8px;
color:#02489F;
font-weight:bold;
text-decoration:none;
font-size:18px;
margin-bottom:10px; 
}
.link a:hover{
color:#CC0000;
}
.submeniu a{
	width:171px;
	display:block;
	border-right:solid 2px #BEB82D;
	padding:4px;  
	color:#111111;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	height:22px;
	text-indent:2px;
	background-color:#FFFFFF;
}
.submeniu a:hover{
	height:18px;
	padding:4px;  
	width:169px;
	display:block;
	border-right:solid 3px #FFFFFF;
	border-top:solid 2px #F75004; 
	border-bottom:solid 2px #F75004; 

}
.submeniu_down a{
	color:#111111;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	height:18px;
	padding:4px;  
	width:172px;
	display:block;
	border-top:solid 2px #BEB82D; 
	border-bottom:solid 2px #BEB82D; 
	text-indent:12px;
}
.continut{

}
.footer{
background-image:url(../images/footer.png);
background-position:top;
background-repeat:no-repeat;
width:860px;
height:285px;
}
.footer_meniu{
	color: #FFFFFF;
	text-decoration: none;
}
.footer_meniu a{
	color: #FFFFFF;
	text-decoration: underline;
}


