/* CSS Document */
body {
	margin: 			0;
	padding: 		0;
	text-align: 		center; /* IE centering of the page, without this, "margin 0 auto" won't work from IE and below 7 */
	font-family: 	"Trebuchet MS", Arial;
	font-size:		12px;
}

#wrapper {
	margin:			0 auto;
	text-align:		left; /* back to left for all the elements from now on, IE still centers the main wrapping */
	width: 			990px;
	position: 		relative; /* If you want other elements to be absolutely positioned inside the wrapper, make it relatively positioned first. */
	/* vse kar bo naprej pozicionirano absolutno, bo glede na ta wrapper in ne glede na robove strani ... to je zato, da ti nič ne pade ven ;-) */
}

#header {
	background-image:		url(../slike/manu_header.jpg);
	background-repeat:		no-repeat;
	height: 						193px;
	width: 						989px;
}

#topmenu {
	float:left;
	padding-top: 162px;
	padding-left: 20px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
#topmenu .separator {
	color:			#FFF;
	margin: 			0 15px 0 15px;
}
#topmenu a:link, #topmenu a:visited {
	text-decoration: 		none;
	color: 					#FFF;
}

#topmenu a:hover, #topmenu a:active {
	text-decoration: 		none;
	color: 					#FF0;
}

#heart {
	margin-top:		10px;
	margin-bottom: 	10px;
/*	border-top:			#999 solid 1px;
	border-bottom: 	#999 solid 1px; */
	padding-top: 		10px;
	padding-bottom: 10px;
/*	background-color:	#fff; */
	/* background-color: #FFFDD2; */
}

#left {
	float:				left;
	width: 			250px;
	/*border-right: 	1px solid #66a609;*/
}
#left .info {
	color: #6fa60b;
	font-size: 12px;
	font-weight:bold;
}
#left ul {
	list-style-type: 		none;
	list-style-position:  	outside;
	margin: 					2px;
	padding: 				0 0 0 10px;
}
#left ul li {
	border-bottom: 		1px dashed #999999;
	padding-bottom:		6px;
	margin-bottom: 		6px;
}
#left a:link, #left a:visited {
	text-decoration: 		underline;
	color: 					#e76500;
}
#left a:hover, #left a:active {
	text-decoration:		none;
}

/* ******LEFT MENU **** */
#leftmenu  {
	margin-top: 180px;
}

#leftmenu .gumb a {
	height: 20px;
	color: white;
	display:block;
	margin-bottom: 5px;
	padding: 5px;
	font-weight:bold;
	text-decoration:none;
}

#leftmenu .gumb a:link, #leftmenu .gumb a:visited {
	background-image:url(../slike-novo/gumb-orange-green.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
}
#leftmenu .gumb a:hover, #leftmenu .gumb a:active {
	background-position: 0 -30px;
}
	
/* ********** */

#middle {
	float:				left;
	width: 			430px;
	margin-top: 	32px;
	padding: 		10px 0 10px 20px;
	text-align:		justify;
}
#middle-wide {
	float:				left;
	width:			710px;
	margin-top: 	32px;
	padding: 		10px 0 10px 20px;
	text-align:		justify;
}
#middle p, #middle-wide p {
	color: #6D8F8F;
}
#middle h1, #middle-wide h1 {
	color: #f3792e;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
#right {
	float:				right;
	width: 			260px;
	margin-top: 	60px;
}

#bottom {
	text-align:		left;
	font-family:		Arial;
	color:			#690;
	font-size:		11px;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
	background-color:#F3F3F3;
}

#bottom .separator {
	color:			#F90;
	margin: 			0 5px 0 5px;
}

#bottom a:link, 
#bottom a:visited {
	font-size:		11px;
	font-weight:	normal;
	color: 			#690;
	text-decoration:underline;
	margin: 			3px;
}

#bottom a:hover, 
#bottom a:active {
	text-decoration:none;
}


a:link, a:visited {
	color:#C6262B;
	/*	font-weight:bold; */
	text-decoration:underline;
}

a:hover, a:active {
	color:orange;
/*	font-weight:bold; */
	text-decoration:underline;
}


.stretch { 	clear:both; 	}

.krepko {
	font-weight:bold;
}

.normalno {
	font-weight:normal;
}




/* rotator
--------------------------------------------------- */
#rotator {
	position: relative; 
/*	float:right;	*/
margin-top: 10px;
}
#rotator img
{
	border: 0px;
	width: 250px;
	height: 166px;
	display: none;
	border:0;
	position: absolute;
	top: 0;
	left: 0;
}
