/**
* Osnovni gradniki
*/


@import "menuskin.css";
@import "meni.css";


body {
	background-color: #d8ecff;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}


#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #00ccff;
}

#navbar {
	border-bottom: 1px solid Blue;
	vertical-align: bottom;
	background-color: Silver;
	height: 150px;
	background-image: url('slike/navbar1.jpg');
	background-repeat: repeat-x;
}

#menuwrapper {
	margin-left: 0px;
}

#wrapper {
	background-image: url('slike/ozadje_stolpci.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}

#center {
	width: 528px;
	float: left;
	padding: 10px;
}


#desno {
  width: 178px;
	float: right;
	padding: 10px;
}

.spacer {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

form {
	border: 1px dashed #E9E9E9;
	width: auto;
	margin: 20px;
	padding: 10px;
	text-align: left;
}

#meni table {
	margin-top: 125px;
	margin-left: 0px;
	margin-right: 5px;
	float: left;
	border-top: 1px solid #FF9900;
}

#meni td {
	font-variant: small-caps;
	list-style-type: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
}

#meni a {
	text-decoration: none;
	display: block;
	color: #cccc66;
}

#meni a:selected {
	color: black;
}

#meni a:hover {
	color: Black;
}

#meni a:active {
	color: Black;
}

#menuwrapper img {
	float: right;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	border: none;
	vertical-align: middle;
}

.smallcaps {
	font-variant: small-caps;
}

.nodecoration {
	text-decoration: none;
}

/**
* Stili besedila
*/

p {
	text-align: left;
	font-size: 11px;
	line-height: 1.4em;
}

li {
	text-align: left;
	padding-left: 3px;
	font-size: 11px;
}

h1 {
	text-align: left;
	font-size: 18px;
	font-weight: lighter;
}

h2 {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	text-align: left;
	font-size: 11px;
}

.trak {
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	padding-left: 5px;
	clear: both;
}

.trak a {
	text-decoration: none;
}

.trak_polni {
	background-color: #E9E9E9;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.pika {
	border-left: 1em solid #FF9900;
	line-height: 1em;
	padding-left: 5px;
}

.pika a {
	text-decoration: none;
}

/**
* Obrazci
*/

fieldset {
	border: 1px dashed #E9E9E9;
}

legend {
	font-size: 11px;
	font-weigth: bold;
}

label {
	text-align: left;
	font-size: 9px;
}

input {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;
	background-color: #E9E9E9;
}

.input_radio {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	background-color: #E9E9E9;
}

.label_radio {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}

textarea {
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 12px;
	background-color: #E9E9E9;
}

select {
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 10px;
	background-color: #E9E9E9;
}

button {
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #E9E9E9;
}
/**
* Slike
*/

img {
/*	border: 1px solid #E9E9E9; */
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
	float: none;
}

.slika_noborder {
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

.slika_levo {
	margin-right: 10px;
	float: left;
}

.slika_desno {
	margin-left: 10px;
	float: right;
}

/**
* Navigacija po straneh
*/

.navigacija {
	text-align: left;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 9px;
}

.navigacija_okvir {
	width: 500px;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E9E9E9;
	margin-top: 20px;
}

/**
* tabela - svetle in temne vrstice
*/
table {
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	width: 500px;
}

th {
	font-size: 11px;
	font-weight: bold;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	white-space: nowrap;
	font-variant: small-caps;
	text-align: left;
}

td {
	font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tbl_svetla {
	background-color: #FFFFFF;
}

.tbl_temna {
	background-color: #FFFFCC;
}

.border {
	border-bottom: 1px solid #E9E9E9;
}
