﻿.clear { clear: both; height: 0; line-height: 0; font-size: 0; }
.hidemyass { visibility:hidden; height:0; line-height:0; overflow:hidden; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.in5 { padding-top: 5px; }
.in10 { padding-top: 10px; }
.in15 { padding-top: 15px; }
.in20 { padding-top: 20px; }
.in25 { padding-top: 25px; }

.pl5 { padding-left: 5px; }
.pr5 { padding-right: 5px; }
.pr20 { padding-right: 20px; }

/* Menu izbire */

.menu ul { 
	padding: 0 24px; 
	margin: 0;
	list-style: none;
	height: 38px;
	z-index: 1;
}

.menu ul li {
	padding: 0;
	margin: 0;
	float: left;
	height: 38px;
	list-style: none;
	background: url('../images/menu_l.jpg') top left no-repeat;
}

.menu ul li:hover {
	background: url('../images/menu_lo.jpg') top left no-repeat;
}

.menu a, .menu a:visited {
	font-weight: bold;
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	line-height: 38px;
	padding: 0 12px;
	width: 80px;
	background: url('../images/menu_r.jpg') top right no-repeat;
}

.menu a:hover {
	color: #fff;
	background: url('../images/menu_ro.jpg') top right no-repeat;
}

.menu ul li.active {
	background: url('../images/menu_lo.jpg') top left no-repeat;
}

.menu ul li.active a.active {
	color: #fff;
	background: url('../images/menu_ro.jpg') top right no-repeat;
}





/* sub menu - buttonsi */

ul#submenu li { 
	padding: 0; 
	background: none;
}
ul#submenu li a { 
	display:block; 
	padding:8px 0 9px 16px; 
	background: #e6ead9 url("../images/list_arr.gif") 5px 11px no-repeat;
	color:#40311e; 
	text-decoration:none; 
	line-height:1em;
	border-top: 1px solid white;
}
ul#submenu li a:hover {
	text-decoration:none;
	color:#ffffff; 
	background: #98b01c url("../images/list_arr.gif") 5px 11px no-repeat;
}

ul#submenu li a.active {
	text-decoration:none;
	color:#ffffff; 
	background: #98b01c url("../images/list_arr.gif") 5px 11px no-repeat;
}


/* naslovi */

h1 {
	font-size:2em;
	line-height: 3em;
}

h2 {
	font-size:1.6em;
	line-height: 2.4em;
}

h3 {
	font-size:1.1em;
	line-height: 2em;
}

h4 {
	font-size:0.9em;
	line-height: 1.4em;
}

h5 {
	font-size:0.7em;
	line-height: 1em;
}


.pasica {
	text-align: center;
	height: 60px;
	padding: 10px;
}

.pasica .box {
	display: inline;
	width: 100px;
}

.blink {
	background: #efede1;
	padding: 15px 8px;
}

#content p {
	font-size: 8.5pt;
	font-family: 'Verdana', 'sans-serif';
	color: #000;
}