body {
	margin: 0;
	padding: 0;
	background-color: #3a6ea5;
	background-image: url('../slike/desno_odzadje.gif');
	background-repeat: repeat-y;
	background-position: 800px;
	height: 100%;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}
A:link,
A:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
p {
	padding: 0 4px 4px 4px;
	margin: 0;
	text-align: left;
	line-height: 16px;
}
#vsebina {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 800px;
	height: 100%;
}
#desna {
	position: absolute;
	top: 0;
	left: 800px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 200px;
}

.img-model {
	margin-top: 30px;
	margin-left: 25px;
	border: 0;
}

#modeli {
	width: 790px;
	margin-left: 5px;
	margin-top: 15px;
}
th {
	font-weight: bold;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}
th.naslov {
	color: #4f6b72;
	background-color: #9bbcfd; /*#CAE8EA;*/
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background-color: #3a6ea5;
	color: #fff;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background-image: url(../slike/tabela_1.gif);
	background-repeat: no-repeat;
	font-size: 10px;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background-image: url(../slike/tabela_2.gif);
	background-repeat: no-repeat;
	font-size: 10px;
}
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px;
	cursor: pointer; cursor: hand;
}
tr {
	background-color: #fff;
	color: #4f6b72;
}
tr.alt {
	background-color: #F5FAFA;
	color: #797268;
}
#overwinbg {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background: #000000;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 501;
}
#overwin {
	display: none;
	position: absolute;
	text-align: center;
	z-index: 502;
	top: 10px;
	left: 25px;
	width: 950px;
	border: 1px solid white;
	background-color: #3a6ea5;
}
#overwin .naslov {
	background-color: #315c8b;
	border-bottom: 1px solid white;
	padding: 4px;
	font-weight: bold;
}
#overwin .close {
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 886px;
	cursor: pointer; cursor: hand;
}
#overwin .navigacija {
	float: left;
}
/* Menu */
#menu { /* Rob menija je do konca strani v sivi barvi */
	width  : 100%;
	background-color  : #eee;
	font : 10px Verdana, Helvetica, sans-serif;
	border : 0;
}
#menu1 td {
	border : 1px solid #ccc;
	padding: 0;
}
A.item1, /* Prva stopnja*/
A.item1:hover,
A.item1:visited,
A.item1-active,
A.item1-active:hover {
	padding : 3px 10px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	white-space : nowrap;
	position : relative;
	z-index: 100;
}
A.item1,
A.item1:visited {
	background : #eee;
	color : #666;
}
A.item1:hover,
A.item1-active,
A.item1-active:hover {
	background : #ccc;
	color : #eee;
}
A.item2-stop { /* Samo za uporabnike */
	padding : 3px 8px 4px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	white-space : nowrap;
	position : relative;
	z-index : 500;
	background : #eee;
	color : #999;
}
A.item2, /* Ostale stopnje */
A.item2:hover,
A.item2:visited,
A.item2-active,
A.item2-active:hover {
	padding : 3px 8px 4px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	white-space : nowrap;
	position : relative;
	z-index : 500;
}
A.item2,
A.item2:visited {
	color : #666;
	background : #eee;
}
A.item2:hover,
A.item2-active,
A.item2-active:hover {
	color : #eee;
	background : #ccc;
}
A.item2 img,
A.item2-active img {
	position : absolute;
	top : 4px;
	right : 1px;
	border : 0;
}
.section {
	border : 1px solid #b8b4ae;
	position : absolute;
	visibility : hidden;
	z-index : -1;
}
* html #menu1 td { position : relative; } /* ie 5.0 fix */