@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/ozadje.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 100%;
}

.content a:link, 
.content a:visited {
	color:#D65600;
	text-decoration:underline;
}

.content a img {
	border-color: #D65600;
}

.content a:hover{
	background-color: #FDF1DF;
}

.content {
	font-size: 0.74em;
	min-height: 400px;
	height:auto !important;
	height:400px;	
}


h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #D65600;
	border-bottom-style: solid;
	border-bottom-color: #D65600;
}

h2 {
	color: #D65600;
	font-size: 1.2em;
}

.header {
	color:#FFFFFF;
	padding:0.5em;
	background-color: #D65600;
	font-weight: bold;
	font-size: 0.8em;
	background-image: url(img/korner.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

.main {
	padding: 10px;
}

#Layer1 {
	position:absolute;
	left:200px;
	top:329px;
	width:269px;
	height: 220px;
	z-index:1;
	overflow: hidden;
	background-image: url(img/okvir.png);
	background-repeat: no-repeat;
}
#Layer1 div {
	margin: 20px;
}
#Layer2 {
	position:absolute;
	left:512px;
	top:329px;
	width:269px;
	height: 220px;
	z-index:1;
	overflow: hidden;	
	background-image: url(img/okvir.png);
	background-repeat: no-repeat;
}
#Layer2 div {
	margin: 20px;
}
#Layer3 {
	position:absolute;
	left:200px;
	top:663px;
	width:269px;
	height: 220px;
	z-index:1;
	background-image: url(img/okvir.png);
	background-repeat: no-repeat;	
}
#Layer3 div {
	margin: 20px;
}
#Layer4 {
	position:absolute;
	left:512px;
	top:663px;
	width:269px;
	height: 220px;
	z-index:1;
	background-image: url(img/okvir.png);
	background-repeat: no-repeat;	
}
#Layer4 div {
	margin: 20px;
}
#Layer5 {
	position:absolute;
	left:800px;
	top:298px;
	width:147px;
	z-index:1;
	padding: 0;
	margin: 0;
	background-image: url(img/novosti_middle.gif);
	background-repeat: repeat-y;
}

#Layer5inside {
	width: 147px;
	height:550px;
	padding: 0;	
	margin: 0;
	font-size: 0.6em;	
	text-align:center;
}

#Layer7 {
	position:absolute;
	left:20px;
	top:298px;
	width:147px;
	z-index:1;
	padding: 0;
	margin: 0;
	background-image: url(img/novosti_middle.gif);
	background-repeat: repeat-y;
}

#Layer7inside {
	width: 147px;
	height:550px;
	padding: 0;	
	margin: 0;
	font-size: 0.65em;	
	text-align:left;
}


#Layer6foot {
	position: absolute;
	top: 895px;
	width: 700px;
	height:60px;
}

.prop {
height:400px;
float:right;
width:1px;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

#o1 {
	background-image: url(img/ikone1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#o2 {
	background-image: url(img/ikone2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#o3 {
	background-image: url(img/ikone3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#o4 {
	background-image: url(img/ikone4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	font-size: 0.6em;
	text-align: center;
	margin-top: 5px;
	border-top-style: solid;
	border-top-color: #A7A7A7;
	color: #A7A7A7;
	border-top-width: 1px;
	padding-top: 4px;
	width: 940px;
}

#footerPrva {
	font-size: 0.6em;
	text-align: center;
	margin-top: 5px;
	color: #A7A7A7;
	padding-top: 4px;
	width: 960px;
}

.head a {
	color:#D65600;
	text-decoration:none;
	border-bottom-width: 0;
	border-bottom-style: none;
}

#priloge ul {
	list-style-type: none;
	/*padding: 0;*/
	margin: 0;
	padding-left: 10px;
}


#priloge li {
	background-image: url(img/bfly.gif);
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 2.7em;

}

ol {
	list-style-position: inside;
	margin-left:27px;
	padding: 0;
}

ol li {
	padding: 2px;
	list-style-position:outside;
}

.clearfix:after { 
    content: "."; 
   display: block;
    height: 0;   
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}   