/* boomerank
   Style Sheet
   by Jure Omejc
*/
 
/* B A S I C ____________________________________*/

body {
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(/pic/back.gif) repeat-y center;
	color: #505050;
	font-size: .625em;
}

img, a img {
	border: 0;
}


/*  S T R U C T U R E ______________________________________*/

#top {
	padding: 0 20px 0 0;
	width: 740px;
	margin: 0 auto;
	text-align: right;
	font-size: 5px;
}

#headBack {
	background-color: #e3e3e3;
	text-align: center;
	height: 143px;
}

#head {
	width: 760px;
	background-color: #ebebeb;
	margin: 0 auto;
	text-align: left;
}

#main {
	clear: both;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#left {
	float: left;
	width: 200px;
	padding: 20px 0 0 0;
}	
		
#content {
	float: right;
	width: 540px;
	padding: 10px 20px 30px 0;
	font-size: 1.2em;
}

#contentHome {
	float: right;
	width: 560px;
	margin: 0 0 30px 0;
	padding: 7px 0 0 0;
	background: #eff5fa url(/pic/home-bottom.gif) no-repeat bottom;
	font-size: 1.2em;
}

#footerLine {
	clear: both;
	background-color: #e8e8e8;
	height: 8px;
	font-size: 5px;
	text-align: center;
}

#footerLine div {
	width: 724px;
	height: 8px;
	font-size: 5px;
	margin: 0 auto;
}

#footer {
	width: 688px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	text-align: left;
	font-size: 1.1em;
	color: #b9b9b9;
}


/*  H E A D ______________________________________*/

#headLeft {
	float: left;
	background-color: #ebebeb;
	width: 200px;
}

#headRight {
	float: left;
	width: 560px;
}

.headImage {
	float: left;
}

#head form {
	padding: 80px 0 0 0;
	margin: 0;
	background-color: #f1f1f1;
	height: 32px;
}

#head form input {
	background-color: #dcdcdc;
	border: none;
	padding: 2px 6px;
	color: #505050;
	font-size: 1.2em;
	width: 115px;
	margin: 0 0 0 12px;
}

#head form input.button {
	background-color: #f1f1f1;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 18px;
	padding: 0;
	margin: 0;
}


/*  menu ______________________________________*/

#menu {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1.2em;
}
/* easy clearing */
#menu:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
}
/* easy clearing */
#menu ul:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

#menu ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	color: #fff;
	display: block;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	font-weight: bold;
	background: url(/pic/menu-line.gif) no-repeat right;
}

#menu ul li a:hover, #menu ul li:hover a {
	color: #a8cbe9;
}

/* ----- dropdowni ------ */

/* okvir dropdowna */
#menu ul li .dropdown {
	position: absolute;
	top: auto;
	width: 160px;
	padding: 0;
	border-top: 1px solid #fff;
	display: none;
}

/* prostor dropdowna */
#menu ul li .dropdown ul {
	margin: 0 8px;
	padding: 0;
}

/* nastevanje v dropdownu */
#menu ul li .dropdown li {
	float: none;
}

/* prikazi dropdown */
#menu ul li:hover div.dropdown {
	display: block;
}

/* linki dropdownov */
#menu ul li:hover .dropdown li a {
	display: block;
	height: auto;
	color: #fff;
	font-weight: normal;
	padding: 5px 0;
	margin: 0;
	font-size: 0.9em;
	background: url(/pic/submenu-line.gif) repeat-x bottom;
}

/* hover efekt na nastevanjih na dropdownu */
#menu ul li:hover .dropdown li:hover a {
	color: #a8cbe9;
}


/*  M A I N ______________________________________*/


/* levi stolpec ______________________________________*/

#left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	padding: 2px 10px;
	margin: 0;
	background-position: left;
	background-repeat: repeat-y;
}

#left h1 a {
	text-decoration: none;
}

#left ul {
	margin: 2px 15px 0 10px;
	padding: 0;
}

#left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#left ul li a {	
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 6px 0;
}

#left ul li a:hover {	
	color: #505050;
}

/* aktualno */
#left ul.aktualno {
	margin: 0 15px 0 20px;
	padding: 0;
}

#left ul.aktualno li {
	list-style-type: square;
	list-style-image: none;
	margin: 10px 0 0 0;
	font-size: 1.1em;
	color: #1f78b4;
	line-height: 130%;
}

#left ul.aktualno li a {	
	text-decoration : none;
	color: #505050;
	font-weight: normal;
	background: none;
	display: inline;
	padding: 0;
	margin:0;
}

#left ul.aktualno li a:hover {
	text-decoration: underline;
}


/* content ______________________________________*/

#content a, #contentHome a {
	text-decoration: underline;
}

#content a:hover, #contentHome a:hover {
	text-decoration: none;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 140%;
}

#content ul {
	padding-left: 20px;
	margin: 0 0 10px 10px;
}

#content li {
	margin: 2px 0 0 0;
	padding: 0 0 4px 0;	
}

/* ikonce za print ... */
#print {
	float: right;
	display: none;
}

#path {
	font-size: 0.9em;
	line-height: 150%;
	color: #b8b8b8;
	width: 450px;
}

#content #path a {
	color: #b8b8b8;
	text-decoration: underline;
}

#content #path a:hover {
	text-decoration: none;
}

#content h1 {
	clear: both;
	color: #1f78b4;
	font-weight: normal;
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 1.5em;
}

#content h2 {
	color: #1f78b4;
	font-weight: bold;
	margin: 15px 0 3px 0;
	padding: 0;	
	font-size: 1.2em;
}

#content h2 a {
	color: #1f78b4;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

.textMali {
	font-size: 0.9em;
}

.textModer {
	color: #1f78b4;
}

/* naslovka */
.homeHalfLeft {
	float: left;
	width: 270px;
	padding: 0 10px 20px 0;
}

.homeHalfRight {
	float: left;
	width: 270px;
	padding: 0 10px 20px 0;
	background: url(/pic/line-vert.gif) repeat-y left;
}

.homeHalfLeft h1, .homeHalfRight h1 {
	background: url(/pic/bullet-arrow.gif) no-repeat left;
	margin: 15px 0 5px 0;
	padding: 0 0 0 20px;
	color: #1f78b4;
	font-size: 1.3em;
	font-weight: bold;
}

#contentHome .homeHalfLeft h1 a, #contentHome .homeHalfRight h1 a {
	color: #1f78b4;
	text-decoration: none;
}

#contentHome .homeHalfLeft h1 a:hover, #contentHome .homeHalfRight h1 a:hover {
	text-decoration: underline;
}

.homeHalfLeft p, .homeHalfRight p {
	padding: 0 20px;
	margin: 0;
	line-height: 140%;
}

.homeLine {
	clear: both;
	background: url(/pic/ref-line_m.gif) repeat-x bottom;
	padding: 0;
	margin: 0;
	font-size: 1px;
}


/* reference */
.refLeft {
	float: left;
	width: 116px;
	text-align: center;
	font-size: 0.9em;
}

.refRight {
	float: left;
	padding: 0 0 0 30px;
	width: 394px;
}

.refLine {
	clear: both;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 20px 0 0 0;
	margin: 0 0 30px 0;
	font-size: 1px;
}

/* spodnji menu */
#footerMenu {
	margin: 0 20px 20px 200px;
	text-align: center;
	font-size: 1.1em;
	color: #979797;
}

#footerMenu a {
	color: #979797;
	text-decoration: none;
}

#footerMenu div {
	display: inline;
	width: 2px;
	height: 2px;
	font-size: 2px;
	vertical-align: middle;
	margin: 0 15px;
}


/* napaka */
#content .error, #content .error a {
	color: #f00;
}

#content .kontakt {
	background: url(/pic/bullet-arrow.gif) no-repeat left top;
	margin: 20px 0 10px 0;
	padding: 0 0 0 20px;
}

/* iskalnik */
#searchTop {
	border-bottom: 1px dashed #505050;
	font-size: 5px;
	margin-bottom: 10px;
	width: 100%;
}

#searchBottom {
	border-bottom: 1px dashed #505050;
	font-size: 5px;
	margin-bottom: 10px;
	width: 100%;
}



/*  F O O T E R ______________________________________*/

#footer a {
	color: #b9b9b9;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


/* F O R M S ______________________________________*/

#content form {
	margin: 0;
	padding: 0;
}

#content form label {
	display: block;
	padding: 0 0 3px 0; 
	margin: 0;
	font-weight: bold;
}

#content input, select, textarea { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	color: #505050;
	font-size: 1em;
	padding: 3px;
	margin: 0 0 10px 0;
	border: 0;
}

#content input.error, #content textarea.error {
	border: 1px solid #f00;
	padding: 3px;
	color: #505050;
}

/* gumb pri formah */
#content input.button {
	width: 75px;
	height: 23px;
	color: #fff;
	font-weight: bold;
	background: url(/pic/button-back.gif) no-repeat right;
	padding: 3px;
	margin: 0;
	cursor: pointer;
	border: 0;
}

/* skrijemo kontrolno polje za spam */
#content input.field {
	display: none;
}


/*  P O P U P ______________________________________*/

#popupContent {
	width: 400px;
	margin: 0 auto 10px auto;
	text-align: left;
	font-size: 1em;
}