body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 84px 0 0 248px;
	}

#header {
	position:absolute; 
	left:0px; top:50px;
}

#vsebina {
	background-color: #FFFFFF;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 6px 30px 6px;
	width: 518px;
	border-left: 1px solid #84A6C6;
	border-right: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	position: absolute;
	left: 175px;
	top: 299px;
	
}
h2 {margin: auto; font-size: 1.5em; font-weight: normal;}
h2.first {margin: 0;}
h3 {
	font-size: 1.3em;
	font-weight: normal;
}

/* Container for the Menu */
#swapmenu {
	background-color: #185993;
	position: absolute;
	left: 0px;
	top: 299px;
	width: 163px;
	padding: 6px;
	color: #BCCFE0;
}
/* Turns off Margin, Padding, and Bullets for the Menu List */
#swapmenu ul {margin: 0px; padding: 0px;}
#swapmenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
	color: #BACDDE;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	color: #FFEC02;
	font-weight: bold;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(Slike/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(Slike/menminus.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a {
	background-color: transparent;
	background-image: url(Slike/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#BBCEDF;
	font-size: 0.8em;
	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}

.open ul a:hover {
	color: #FFEC02;
	font-weight: bold;
}
	
/* Optional ID to assign the <a> to highlight a "Current Page" link */
#current {
	font-weight: bold;
	color: #FFEC02;}


.menu_rep a {
	color: #BACDDE;
	font-size: 0.9em; 
	background-repeat: no-repeat; 
	background-image: url(Slike/pagemarker.gif); 
	background-position: 3px 50%; 
	display:block; 
	font-size: 0.9em; 
	padding: 2px 0px 2px 16px; 
	text-decoration: none;
}
.menu_rep a:hover {
	color: #FFEC02;
	font-weight: bold;
}

#tabela {
	border: 1px solid #CCCCCC;
}

#tabela tbody tr td {
      background-color: #FFFFFF;
}

#tabela tbody tr.lihe  td {
      background-color: #BBCEDF;
}
