@charset "utf-8";
/* CSS Document */
/* Damjan Cvetan */
/* damjan(at)hipnos(dot)net */

body,td,th {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
  }


html, body {
    background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%; 
    text-align:center;
  }

#box{	
	margin:0 auto;
	width: 765px;
}
#glava{
	width: 765px;
	height: 127px;
	background:url(images/head.jpg);
	background-repeat: no-repeat;
}

#glava a{
	width: 765px;
	height: 127px;
	display: block;
}

#telo{
	width: 765px;
	text-align: left;
	padding-top: 10px;
}

#noga{
	width: 765px;
	height: 7px;
	background: url(images/nogabg.jpg) repeat-x;
}

#copy{
	width: 765px;
	height: 25px;
}

#copy p{
	margin: 0px;
	font-size: 10px;
	text-align: center;
}

#navigacija {
	width: 158px;
	padding-right: 4px;
}

#navigacija ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigacija li {
	margin: 0;
	padding: 0;
	text-align: right;
}

#navigacija ul li a {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 22px;
	display: block;
	margin: 0;
	width: 158px;
	display: list-item;
	list-style-type: none;
}

#navigacija ul li a:hover {
	color: #fe0000;
	list-style-image: url(images/li.jpg);
}

#vsebina{
	margin-left: 162px;
	width: 590px;
	height: 100%;
	padding: 5px;
	background: url(images/telobg.jpg) no-repeat center;
	/* border-left: #fffe00 dashed 1px; */
}

#vsebina .img{background: #ffffff; border: 1px #000000 solid; padding: 3px;}

#vsebina li a, #vsebina li a:link, #vsebina li a:active, #vsebina li a:visited, #vsebina p a, #vsebina p a:link, #vsebina p a:active, #vsebina p a:visited, #vsebina table a, #vsebina table a:link, #vsebina table a:active, #vsebina table a:visited{
	text-decoration:none;
	font-weight: bold;
	color: #000099;
}

#vsebina li a:hover, #vsebina p a:hover, #vsebina table a:hover{
	text-decoration:underline;
	color: #fe0000;
}

.clear{ clear: both; }

#desno {
	width: 160px;
	float: left;
}

#desno .logoti{
	margin-top: 20px;
	text-align: center;
}

.okvir{
	padding: 2px;
	margin: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	/*border: dashed #fce92d 1px;*/
}

.okvir a, .okvir a:link, .okvir a:active, .okvir a:visited{
	text-decoration:none;
	color: #000000;
}

.okvir a:hover{ color: #fe0000;}

h1{font-size:18px;} h2{font-size:16px;} h3{font-size:14px;}

.lokacija{color:#666666; font-style:italic;}

#meni{ width: 100%; border-bottom: dashed 1px #000000;}

#meni a, #meni a:link, #meni a:active, #meni a:visited{
	margin: 3px;
	text-decoration: none;
	color:#000099;
	}

#meni a:hover{
	background-color:#FFFF99;
	text-decoration:underline;
}

.active {font-weight:bold;}

.pomembno {
	 border: #fffe00 dashed 1px;
	 font-weight: bold;
	 margin: 5px;
	 color: color: #fffe00;
	 text-align: center;
}

.pomembno a, .pomembno a:link, .pomembno a:active, .pomembno a:visited{
	text-decoration: none;
	color: #fffe00;
}

.pomembno a:hover{
	text-decoration: underline;
}

.poravnavaimg{text-align: center; vertical-align: top;}