@charset "utf-8";
/* CSS Document 
#a6ce39

#00377b
*/

body {
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#666;
	background:url(../images/bg-site.jpg) top left repeat-x #fff;
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

#wrapper {
	width:801px;
	margin:0px auto;
	padding:0px;
	border:1px solid #bbb;
	background-color:#fff;
	border-top:none;
	
}

#logo {
	color:#fff;
	background-color:#264d7d;
	height:40px;
	padding:15px 20px;
	font-size:30px;
	display:block;
	margin:0px 1px 1px 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
}

#meniu {
	list-style:none;
	margin:0px 0px 0px 1px;
	padding:0px;
}

#meniu li {
	float:left;
	width:199px;
	margin-right:1px;
	background-color:#a6ce39;
	height:60px;
}
#meniu li a, #meniu li a.sel {
	display:block;
	text-align:center;
	padding:10px 5px;
	font-size:16px;
	height:40px;
	color:#fff;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.2em;
	
}

#meniu li a:hover, #meniu li a.sel {
	background-color:#008000;
}

#content { padding:1px 20px 20px 20px; clear:both; }

h1 {
	color:#00377b;
	font-size:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-size:20px;
 	font-weight:normal;
	margin-bottom:0px;
}

.box {
	width:370px;
	float:left;
	padding:5px;
}

.box h2 { 
margin-top:0px;
}
a {
	color:#a6ce39;
}

a:hover {
	color:#008000;
}

p { 
line-height:1.6em;
}


a.text{ 
text-decoration:none;
color:#666;
}

