body {
	background: url(slike/bg.gif) repeat-x;
	background-color: #231f20;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
}

.glava{
	width: 932px;
}

.navigacija_levo {
	background: url(slike/nav_levo.png) no-repeat;
	width: 49px;
	height: 52px;
}

.navigacija {
	background: url(slike/nav_center.png) repeat-x;
	width: 861px;
	height: 52px;
}


a.a_nav:link {color: #c85812; text-decoration: none; font-family: Trebuchet MS; font-weight: bold;}
a.a_nav:visited {color: #c85812; text-decoration: none; font-family: Trebuchet MS; font-weight: bold;}
a.a_nav:hover {text-decoration: underline}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}

.navigacija_desno {
	background: url(slike/nav_desno.png) no-repeat;
	width: 22px;
	height: 52px;
}

.levo{
	 background: url(slike/levo.png) repeat-y;
	 width: 49px;
}

#vsebina{
	background: #d6721d;
}
	.naslov {
		padding-left: 35px;
		font-size:18px;
		font-weight: bold;
		color: #ffffff;
	}
	.podnaslov {
		font-size:14px;
		font-weight: bold;
		color: black;
	}
	
	.text {
		padding-bottom: 15px;
		padding-left: 45px;
		width: 600px;
		font-size:11px;
		color: black;
	}

.desno{
	 background: url(slike/desno.png) repeat-y;
	 width: 22px;
}

.noga{
	background: url(slike/noga.png) no-repeat;
	text-align: center;
	font-size: 11px;
	height: 43px;
}