/* Farben cmyk: 0:40:95:50 RGB-fonts 91600a   */

@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px; }

a:link {
			text-decoration:none;
			font-weight:bold;
			
			color: #333333;
		}
a:visited {
			text-decoration:none;
			font-weight:bold;
			color: #666666;
		}
a:hover {
			text-decoration:none;
			font-weight:bold;
			color: #000000;
		}
a:active {
			text-decoration:none;
			font-weight:bold;
			color: #333333;
		}
a:focus {
			text-decoration:none;
			font-weight:bold;
			color: #ffffff;
		}
html, body, div, span, object, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, 
address, cite, code, del, em, img, ins, 
strong, sub, sup, dd, dl, dt, li, ol, form, label, legend, table, 
tbody, tfoot, thead, tr, th, td {
			border:0 none;
			margin:0;
			padding:0px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #990000;
			font-size: 12px;
			 }
#bdy { background-image:url(../slike/bg/bg_body.jpg); background-repeat:repeat-y; }
#centar{
 	margin:auto;
	width:980px;
}
#head{
height:400px; width:980px;
}
#navi{
height:400px; width:980px; 
}
#content{ 
background-image:url(../slike/bg/bg_02.png); margin: 0px; padding:10px;
}
#foot{
	margin:auto auto auto auto; background-image:url(../slike/bg/bg_03.png); text-align:center;
	font-size: 10px; padding:0px;  height:70px;
}

#box {
	position:static;
	width: 100px;
	height: 70px;
	border: 1px solid #7199ab;
	z-index:-1;
}

#start {
	margin: .5em 0;
}
#idList{
list-style: none;
margin: 0;
padding: 0;
z-index:2; 
}
#idList li{
display:block;
float:left;
margin: 55px;
padding: 0px;

}
#idList1{
list-style: none;
}
#idList1 li{
display:block;
float:left;
margin:10px;

}
.clearfix:after{
display:block; height:0px; clear:both; content:"."; visibility: hidden;
} 





