@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
html, body {
	text-align: center;
	background-image:url(../img/background.gif);
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
	}

#container {
	width: 913px;
	display: block;
	margin: 0 auto;
	background-image:url(../img/content_background.gif);
	border-top: solid 6px #f5911e;
	}
	
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #f8931d;
	padding-bottom: 7px;
	margin-bottom: 20px;
	border-bottom: solid 2px #FF9900;
	}
	
h2 {

	width: 50%;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: solid 1px #CCCCCC;
	}
	
	#top {
		width: 913px;
		height: 149px;
		clear: both;
		background-image:url(../img/header_background.jpg);
		}
		
		#logo {
			width: 322px;
			height: 149px;
			float: left;
			text-align: left;
			}
			
		#address {
			width: 154px;
			height: 121px;
			float: left;
			padding-top: 28px;
			padding-left: 414px;
			text-align: right;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;	
			}
			
	#content {
		width: 913px;
		display: block;
		clear: both;
		background-image:url(../img/content_background.gif);
		}
		
	#content ol {
		margin-left: 40px;
		}
		
		#menu {
			width: 196px; 
			display: block;
			float: left;
			background-image:url(../img/menu_background.jpg);
			}
			
		#menu ul {
			width: 174px;
			list-style: none;
			padding-left: 5px;
			/*padding-right: 6px;*/
			float: left;
			}
		
/*		html>body #menu ul {
			width: 174px;
			list-style: none;
			padding-left: 6px;
			float: left;
			}*/
		
		#menu ul li {
			clear: both;
			display: block;	
			text-align: right;					
			}	
			
		#menu ul li a {
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			width: 149px;
			height: 24px;			
			display: block;			
			text-decoration:none;
			padding-right: 8px;
			padding-left: 5px;
			background-image:url(../img/dot.gif);
			background-repeat:no-repeat;
			background-position: right 6px;
			}
			
		#menu ul li a:hover {
			color:#fff;
			background-image:url(../img/dot_over.gif);
			}
			
		#menu ul li.naslov a {
			width: 159px;
			height: 29px;
			padding-top: 10px;
			padding-right: 10px;
			padding-left: 0px;
			display: block;
			clear: both;
			text-decoration:none;			
			background-image:url(../img/menu_background.gif);
			background-position: 9px 5px;
			background-repeat:no-repeat;
			padding-bottom:0px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #000000; 
			}
			
		#menu ul li.naslov a:hover {
			background-image:url(../img/menu_background.gif);
			background-position: 9px 5px;
			background-repeat:no-repeat;		
			color: #FF0000;
			}
		
		#main {
			text-align: left;
			width: 695px;
			float: left;
			line-height: 18px;
			}
			
		#main ul {
			padding-left: 20px;
			}
			
		#main img {
			border: solid 3px #fff;
			}
			
	#footer {
		width: 913px;
		height: 20px;
		padding-top: 28px;
		clear: both;
		font-size: 12px;
		color:#FFFFFF;
		background-image:url(../img/bottom_backgrund.jpg);
		}
		
	#footer a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		}
		
	#footer a:hover {
		color: #CCCCCC;
		}
		
.big {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	}