/* Kar je povsod */
body {
	margin : 0;
	padding : 0;
	background-image : url(../slike/odzadje.gif);
}
A:link,
A:visited {
	color : #000;
	font-weight : bold;
	text-decoration : none;
}
A:hover {
	color : #000;
	font-weight : bold;
	text-decoration : underline;
}
p {
	text-decoration : none;
	color : #000;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Helvetica, sans-serif;
	padding : 0 4px 4px 4px;
	margin : 0;
	text-align : justify;
	line-height : 16px;
}
form { /* <form> tag te ne vrže v novo vrstico */
	display : inline;
}
.radio { /* Radio gumbi pri anketi */
	vertical-align : middle;
}
.input { /* input škatla za vpisovat */
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	border : 1px solid black;
	height : 14px;
	width : 120px;
	background-color : #eaeaea;
	margin : 0;
	padding : 0;
}
.input-gumb { /* input gumb */
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 9px;
	border : 1px solid #000000;
	background-color : #eaeaea;
	margin-top : 3px;
}

/* Škatlce s tekstom */
h2 { /* Kar je na vrhu škatl s textom */
	text-decoration : none;
	color : #000;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana, Helvetica, sans-serif;
	margin : 0;
	padding : 0 0 2px 28px;
	background : #ffbf5f;
	background-image : url(../slike/naslov_puscica.gif);
	background-repeat : no-repeat;
}
div { /* Div tag za škatle s textom...če dodaš kak drug div tag, mu moreš določit te 3 parametre */
	border : 1px solid #000;
	background : #fafafa;
	margin-bottom : 8px;
}
p.prvi { /* Prvi p v škatli s textom */
	border-top : 1px solid #000;
	padding-top : 4px;
}
.datum { /* Datum ob naslovom novice */
	font-weight : normal;
	font-size : 12px;
	font-family : Verdana, Helvetica, sans-serif;	
}
table.relax { margin:0px; padding:0px; border:0px; border-collapse:collapse; width:182px; }
table.relax td { margin:0px; padding:0px; }
table.relax tr:hover{background-color:#e8f0fb}
table.relax tr td{height:25px; border-top:dotted 1px #c7c8ca; font-size:10px; font-family: Tahoma; color:#4f4f4f; padding-left:5px; vertical-align:middle}

#body-sredina p { /* pisava na sredini je večja za 1px od robov, ki so 11px */
	font-size : 12px;
}
#body-sredina A { /* linki na sredini so poševni */
	font-style : italic;
}
#body-sredina h2 { /* pisava na sredini večja */
	font-size: 13px;
}

/* 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;
}
/*A.gumb, 
A.gumb:hover,
A.gumb:visited {
	padding : 3px 10px;
	font-weight : bold;
	text-decoration : none;
	z-index: 10;
}
A.gumb,
A.gumb:visited {
	background : #eee;
	color : #666;
}
A.gumb:hover, {
	background : #ccc;
	color : #eee;
}*/
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 */

/* Vse, kar se tice "glave" */
#glava {
	background-image : url(../slike/glava_odzadje.gif);
	height : 86px;
	border : 0;
	margin : 0;
	overflow : hidden;
}
#glava .oglasi {
	margin-left : 80px;
	margin-top: 12px;
}

/* Stolpci */
#body {
	background : none;
	margin : 0;
	padding : 0;
	border : 0;
}
#body-leva {
	width : 185px;
	float : left;
	background : none;
	border : 0;
}
#body-sredina {
	width : 100%;
	background : none;
	border : 0;
}
#body-desna {
	width : 180px;
	float : right;
	background : none;
	border : 0;
}
/* Ostala šara */
.moje_povezave { /*pisava za tabele*/
	font-family: Verdana;
	font-size: 10px;
}