/* telo in plašč */

		body {
			margin: 0 auto;
            padding: 0;
			background-color: #CCCC99;
			}

		#okvir {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Times new roman, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #666666;
			background-color: #fff;
			border: 5px #d0d0d0 solid;
		}
		
/* stili generalno */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #993300;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
			border: 1px solid #339999;
		}
		
		
		h3 {
			
			height: 20px;
			text-align: center;
			padding-top: 0px;
			color: #990000;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #d0d0d0;
			border: 0px solid;
			}
		
		
		a {
			color: #313724;
			text-decoration: none;
		}

		a:hover {
			color: #930;
			
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
		
		
/* slike */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 2px dashed #339999;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* glava */

		#glava {
			border-bottom: 0px solid #a0a0a0;
			padding-top: 10px;
			clear: both;
			margin-top: 10px;
			margin-bottom: -20px;
			background-image:            url(images/header.jpg);
			background-color: #2a25b2;
            height: 140px;}
		
		#glava p { 
            text-align: right;
			margin-top: -20px;
			margin-right: 20px;
			color: #EFEFEF;
		}
        #glava h1 {
            text-align: right;
            padding-right: 20px;
                }
				
		#top navigacija{
		padding-top: 0px;
		background-color: #A0A0a0;
		height: 20ph;
		}		

/* navigacija */
	
#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 1px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-right: 0px solid #cccccc;
}	
	
#menu li a:hover {
background: #eaeaea;
color: #CC3300;
border: 1px solid #336666;
}

/* vsebina */

		#vsebina {
	width: 400px;
	clear: none;
	margin-left: 170px;
		}
		
		#vsebina p {
			padding-bottom: 10px;
			border-bottom: 2px dashed #1b2985;
			
		}
		
		#vsebina a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px #1b2985 none;	
			font-weight: 500;	
		}
		
		#vsebina a:hover{
			color: #f30;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* desni stolpec */

		#desni {
			float: right;
			width: 165px;
		}
		
		#desni p {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 0px dashed #1b2985;
		}
		
		#desni a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		#desni a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* noga */

		#noga {
			margin-top: 20px;
			clear: both;
			background-color: #edecdc;
			padding: 0px 0px 0px 0px;
			text-align: center;
		}
		
		#noga p {
			color:#89817f;
			padding: 0px;
		}
		
		#noga p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#noga p a:hover {
			color: #FFFFFF;
		}
