/* CSS Document */


html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}

a:link {
	left: 23px;
	width: 190px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	top: 175px;
	height: 96px;
	text-decoration: none;	
	border: none;
}
a:visited {
	left: 15px;
	width: 190px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	top: 127px;
	text-decoration: none;
	border: none;
}
a:hover {
	left: 15px;
	width: 190px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	top: 127px;
	background-color: #FFFFFF;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	text-decoration: none;
}
a:active {
	left: 15px;
	width: 190px;
	color: #1D9100;
	margin: 0px;
	padding: 0px;
	top: 127px;
	background-color: #FFFFFF;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #333333;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1D9100;
	height: 5px;
}

.vsebina {
  border-left: 2px solid #564b47;
  border-right: 2px solid #564b47;
  border-bottom:2px solid #564b47;
  padding: 0px;
  background-color: #ffffff;    
}

.seznam {
	border-right: 2px solid #564b47;
	background-color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.line {
	margin: 190px 190px 190px 190px;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	border-bottom:2px solid #564b47;
	border-top:2px solid #564b47;
	padding: 0px;
	background-color: #564b47;
	color: #FFFFFF;
}
a.line:link {
	color: #FFFFFF;
	border: none;
}
a.line:visited {
	color: #FFFFFF;
	border: none;
}
a.line:hover {
	color: #564b47;
	border: none;
}
a.line:active {
	color: #1D9100;
	border: none;
}

a.slika:link {
	border: none;
}
a.slika:visited {
	border: none;
}
a.slika:hover {
	border: none;
}
a.slika:active {
	border: none;
}

.head {
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	border-bottom:2px solid #564b47;
	border-top:2px solid #564b47;
	padding: 0px;
	background-color: #1D9100;
	color: #FFFFFF;
	background-image: url(pasek.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

th {
	text-align: left;
}
th.right {
	text-align: right;
}
td.right {
	text-align: right;
}
.opombe {
	background-color: #e1ddd9;
	font-size: 10px;
}
