@charset "windows-1250";
/* CSS Document */
html{
	
}
body{
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #D5E0FF;
	margin: 0px;
	color: #444;
	font-family: "Lucida Sans Unicode", sans-serif;
}
h1,h2,h3 {
	color: #367EA6;
}

div#head{
	background-image: url(../images/head.png);
	height: 160px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
div#logo{
	float: left;
	height: 80px;
	width: 200px;
	margin-top: 50px;
	margin-left: 10px;
}
div#logo p{
font-size: 12px;
}
div#container{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
div#left{
	height: 400px;
	width: 220px;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	float: left;
}
div#banneri{
	margin-top: 10px;
	text-align: center;
}
div#banneri img{
	border: 1px solid #666666;
}
div#main{
	float: left;
	width: 550px;
	margin-left: 8px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	clear: right;
	margin-bottom: 10px;
	padding: 0px;
}
div#footer{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/footer.png);
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
}
div#footer a {
	color: #36C;
	text-decoration: none;
}
div#footer a:visited {
	color: #36C;
	text-decoration: none;
}
div#footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.item{
	padding-right: 10px;
	padding-left: 8px;
	margin-bottom: 15px;
	text-align: justify;
}
.item p,cite,code,ul {
	font-size: 13px;
}
.item h1{
	font-size: 14px;
	padding-top: 5px;
}
.item a:link {
	color: #367EA6;
	text-decoration: none;
}
.item a:visited {
	color: #367EA6;
	text-decoration: none;
}
.item a:hover {
	color: #367EA6;
	text-decoration: underline;
}
.item table{
	font-size: 12px;
}
.descr {
	color: #333;
	margin-bottom: 6px;
	font-size: 9px;
}
.sidenav {
	background: #F4F7FF;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.sidenav h1 {
	color: #666;
	font-size: 12px;
	height: 20px;
	margin-top: 15px;
}
.sidenav ul {
	border-top: 1px solid #EEEEEE;
	background: #F4F7FF url(../images/ulbg.png) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #EEEEEE;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 13px;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

