@charset "utf-8";
/* CSS Document */

body { 
	width:100%;
	height:100%; 
	background-image:url(../images/medved_spodaj.jpg); 
	background-repeat:repeat-x;
	background-position:center bottom;
	background-attachment: fixed;
	margin:0;
	padding:0;
}

	
#container { 
	width:940px; 
	background-image:url(../images/slovenski_medved.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-attachment: fixed;
	height:100%;
	float:left;
	position:absolute;
	left: 50%;
	margin-left: -470px;}

#glava {
	width:940px;
	height:200px;
	float:left;}

	#glava .logo { 
		width:312px;
		padding:60px 0px 0px 0px;
		float:left;}
		
	#glava .navigacija {
		width:628px;
		padding:115px 0px 0px 0px;
		float:right;}	

#vsebina { 
	width:960px; 
	float:left;}
	
#besedilo { 
	width:960px;
	background:url(../images/80.png) repeat;
	float:left;}	
	
	#besedilo .odmik {
		padding:20px;
		float:left;}
	
#box {
	width:300px;
	padding:0px 20px 0px 0px;
	float:left}		
	
	#box .glava { 
		width:300px;
		height:7px; 
		background:url(../images/medved_box_zgoraj.png) no-repeat;
		float:left; }
		
	#box .content {
		width:260px;
		padding:15px 20px 25px 20px;
		background:url(../images/medved_box_spodaj.png) no-repeat bottom;
		float:left;	}

#img { 
	width:235px;
	float:left;}
		
	#img .glava { 
		width:235px;
		height:8px;
		background:url(../images/fotogalerija_glava.png);
		float:left;}
		
	#img .slika {
		width:224px;
		background:url(../images/fotogalerija_bg.png) repeat-y;
		padding-left:11px;
		float:left;}
	
	#img .noga { 
		width:235px;
		height:8px;
		background:url(../images/fotogalerija_noga.png);
		float:left;}

#gal_nav { 
	width:940px;
	padding-bottom:20px;
	float:left;}
		
	#gal_nav .gal_nav1 {
		width:450px;
		float:left;
		padding-left:230px;}
	
#gal_nav2 {
	width:200px;
	float:left;
	padding-right:20px;}

#gal {	
	width:720px;
	float:left;}	
		
			
/*    tipografija    */

p { 
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#171b1b;
	font-size:13px; 
	line-height:17px; 
	text-align:left;
	margin:0; 
	padding:0px 0px 15px 0px;}

li { 
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#171b1b;
	font-size:13px; 
	line-height:17px; 
	text-align:left;
	margin:0; 
	padding:0}
	
ul 	{
	margin:0}
	
.link{ 
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#171b1b;
	font-size:13px; 
	line-height:15px; 
	text-align:left;}
	
		a:link.link, a:active.link, a:visited.link { 
				color:#f26722; 
				text-decoration:none; }
				
		a:hover.link { 
				color:#050707; 
				text-decoration:underline; }	
				
.link_g{ 
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#171b1b;
	font-size:14px; 
	line-height:20px; 
	text-align:left;}
	
		a:link.link_g, a:active.link_g, a:visited.link_g { 
				color:#f26722; 
				text-decoration:none; }
				
		a:hover.link_g { 
				color:#050707; 
				text-decoration:underline; }					

h1 { 
	font-family:Georgia, Georgia, serif;
	color:#04396c;
	font-size:18px; 
	line-height:23px; 
	text-align:left;
	margin:0; 
	padding:0px 0px 20px 0px;}
	
h2 { 
	font-family:Georgia, Georgia, serif;
	color:#04396c;
	font-size:14px; 
	line-height:18px; 
	text-align:right;
	margin:0; }	
	
h3 { 
	font-family:Georgia, Georgia, serif;
	color:#04396c;
	font-size:14px; 
	line-height:18px; 
	text-align:left;
	margin:0; 
	padding:0;}	
	
.nav { 
		font-family:Georgia, Georgia, serif; 
		font-size:14px; 
		color:#f26722;
		font-weight:bold; 
		line-height:18px; 
		float:left; 
		text-align:right; }
	
		.nav a:link, .nav a:active, .nav a:visited { 
				color:#f26722; 
				text-decoration:none; }
				
		.nav a:hover { 
				color:#04396c; 
				text-decoration:underline; }
			
			
.select {
	color:#04396c; 
	text-decoration:none; }
				
		
				
				
