/*
      Created by Robert Klinc of http://robert.klinc.info
	  
*/

* { padding: 0; margin: 0; }

html {overflow-y: scroll;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	color: #333;
}

a img {
	border: 0px;
}

a {
	color: #007B3E;
}

strong {
	color: #007B3E;
}

#wrapper { 
	margin: 0 auto;
	width: 770px;
	background-color:rgb(255,252,223);
	border: 1px solid #DFE3E7;
}

#glava {
	width: 770px;
	color: #007B3E;
	padding: 0px;
	height: 200px;
	margin: 0px 0px 5px 0px;
	background-image:url(../slike/glava2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#logo {
	margin-top: 105px;
	margin-left: 30px;
	vertical-align: middle;
	float: left;
	
}

#logo a {
	display: block;
	height: 80px;
	width: 140px;
	text-decoration:none;
}

#menu {
	float: right;
	width: 600px;
	margin-top: 135px;
	padding: 0 0 0 0;
	text-align: right;
}

#menu a {
	color: #007B3E;
	font-weight: bold;
	background-image:url(rozica.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 20px;
	margin-left: 10px;
	text-decoration: none;
	margin-right: 10px;
	font-size:larger;
}

#menu a.oznacen {
	text-decoration: underline;
}

#menu a:hover {
	background-image:url(rozica2.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

#vsebina { 
	clear: both;
	width: 730px;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	text-align:justify;
}

#vsebina h1, #vsebina h2, #vsebina h3, #vsebina h4 {
	color: #007B3E;
	margin-left: 0px;
	margin-bottom: 10px;
}

#vsebina td {
	vertical-align: top;
	text-align:justify;
}

#novica {
	display: block;
	width: 250px;
	height: auto;
	float: right;
	margin-left: 10px;
	border: 2px solid #007B3E;
	background-image:url(ozadje.jpg);
	background-repeat:repeat-y;
}

#novica p {
	padding: 10px;
	text-align:center;
}

#novica p img {
	/*float: left;*/
}

#novica h3 {
	background-color: #007B3E;
	margin: 0px;
	padding-left: 5px;
	color:rgb(255,252,223);
}

table {
	border: 0px;
	vertical-align: middle;
	border-collapse: collapse;
}

table tr td.desno {
	padding-right: 5px;
}

table tr, table tr td {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

table td {
	padding-left: 10px;
	vertical-align: top;
}


a.kazalo {
	display:block;
	height: 30px;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
	background-image:url(ozadje.jpg);
	background-repeat:repeat-y;
	border: 1px solid rgb(255,252,223);
	text-decoration:none;
}

a.kazalo:hover {
	border: 1px solid #DFE3E7;
	background-color:rgb(255,252,223);
	background-image:none;
	text-decoration:none;
}

a.kazalo-izbran {
	display:block;
	height: 30px;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
	font-variant:small-caps;
	background-color: rgb(255,252,223);
	text-decoration:none;
	font-weight:bolder;
	border: 1px solid #DFE3E7;
}

table tr td.izbran {
	background-color: rgb(255,252,223);
	width: 120px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	font-variant:small-caps;
	font-weight:bold;
	font-size:large;
	color: #007B3E;
	/*border-left: 2px solid #007B3E;
	border-top: 2px solid #007B3E;
	border-bottom: 2px solid #007B3E;*/
	border-left: 1px solid #DFE3E7;
	border-top: 1px solid #DFE3E7;
	border-bottom: 1px solid #DFE3E7;
}

table tr td.izbran a {
	text-decoration:none;
}

table tr.zgoraj {
	border-top: thin solid #DFE3E7;
}

table tr td.vsebina {
	background-color: rgb(255,252,223);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	/*border-right: 2px solid #007B3E;
	border-top: 2px solid #007B3E;
	border-bottom: 2px solid #007B3E;
	border: 1px solid #DFE3E7;*/
}

table tr td.vsebina ul li{
	margin-left:30px;
}

table tr td.vsebina ol li{
	margin-left:30px;
}


/* NOGA */

#noga {
	text-align: center;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	width: 770px;
	color: #007B3E;
	margin-bottom: 10px;
}