@charset "utf-8";
/* CSS Document */
* {margin: 0px;
   padding: 0px;
}

div#container
{
	position:relative;
	width: 830px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}
body {
	background-image:url(../images/ozadja/bg11.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left;
	background-color: #CCB57F;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
}
#top {
	height: 33px;
	width: 100%;
	background-image:url(../images/meni.png);
	background-repeat: repeat-x;
}
#meni {
	height: 26px;
	position:relative;
	width: 830px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	height: 130px;
	width: 419px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
#listzg {
	background-image:url(../images/top.png);
	height: 59px;
	width: 791px;
	margin-left: auto;
	margin-right: auto;
}
#listmain {
	background-image:url(../images/main.png);
	width: 791px;	margin-left: auto;
	margin-right: auto;
}
#listsp {
	background-image:url(../images/bottom.png);
	height: 33px;
	width: 791px;	margin-left: auto;
	margin-right: auto;
}
#vsebina {
	margin-left: 51px;
	margin-right: 51px;
	text-align: justify;

}
#naslov {
    margin-left: 30px;

}
/******************** tekst ************************/
p {    margin: 0px;}

h1 {

	font-size: 15px;
	color: #924028;
	margin-bottom: 15px;
}
h2{
	font-size: 12px;
	color: #a5843d;
	margin-bottom: 10px;
}
.tekst1 {
	font-size: 11px;
	color: #aa2d10;
	font-weight: normal;
}
.tekst2 {
	font-size: 11px;
	margin-bottom: 20px;
	color: #aa2d10;
	font-weight: bold;
}
#vsebina ul {
  margin-top: 0;
}
#vsebina li {
  list-style: none;
  padding-left: 17px;
  background: 1px 5px url(../images/bullet.gif) no-repeat;

}
#naslov ul {
  margin-top: 0;
}
#naslov li {
  list-style: none;
  padding-left: 20px;
  background: 1px 6px url(../images/puscica.png) no-repeat;
}
div#divider {
	height: 2px;
	background: bottom url(../images/sep2.gif) repeat-x;
	margin: 3px;
	width: 100%;
}

/** linki **/
a:link {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}   
a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
} 
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}  
a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
} 
/** slike **/
.img_left {
	float: left;
	margin-right: 14px;
	border: 0px;
	text-align: justify;
}
.img_right {
	float: right;
	margin-left: 14px;
	border: 0px;
	text-align: justify;
}
			
/** noga **/
#copyright {
  color: #8a7856;
  text-align: right;
  font-size: 11px;
  float: left;
  width: 755px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}
