@charset "utf-8";
/* CSS Document */
#centar{
	background-image:url(../slike/content.png);  background-repeat:repeat-y;
 	margin:auto;
	width:1011px;
	padding: 0px;
	
}
#head{
	background-image:url(../slike/banner.jpg);  background-repeat:no-repeat; background-position:top; width:1011px; height:96px;
}
#navi{ position:fixed; margin-left:825px; width:185px; padding-top:15px; 
}
#menu{ width:1011px; height:25px; 
}
#content {
	padding:15px;  width:790px; text-align:justify;
}
#foot{
	margin:auto;
	width:1011px;
	background-image:url(../slike/foot.jpg);  background-repeat:no-repeat; background-position:bottom;
	height:96px;
}
#foot a{
	
	color:#FFF;  margin-left:28px;
	
}

#idList{
list-style: none;
padding:0;   
}
#idList li{
display:block;
float:left;
margin-left: 14px;
margin-top:3px;
padding:0px;
width:150px; height:20px; text-align:center; 
border: 1px solid #CCC; background:#f9f9f9;
}
#beispiel {
	list-style: none;
}
#beispiel li{
	float:left; height:240px; width:790px;
	border-bottom:dotted #999;
	border-top:dotted solid #999;

}


