/* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size: 12px;
	background-color:#e5e5e5;
	color:#373737;
}

#head_container, #center_container, #center_container_large, #footer_container {
	float:left;
	clear:both;
	width:1000px;
}
/* BEGIN HEAD */
#head_container {
	margin-top:3px;
	background-color:#FFFFFF;
	
}
#head_container img{
	margin:0px;
	padding:0px;
	float:left;
}
/* END HEAD */

/* BEGIN HEAD MENU */
#headmenu_container {
	background-image:url(/images/menu_bg.png);
	height:41px;
	width:100%;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	
}
#headmenu_container img{
	margin:0px;
	padding:0px;
	float:left;
}
#headmenu_container ul{
	list-style: none;
	padding: 0;
	margin-top:8px;
}
#headmenu_container li{
	float:left;
}
#headmenu_container li a{
	background-image: url(/images/menu_bullet.png);
	background-position:top left;
	background-repeat:no-repeat;
	height: 27px;
	line-height: 2em;
	float: none;
	width: 8em;
	display: block;
	border: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#headmenu_container li a:hover{
	background-image: url(/images/menu_bullet.png);
	background-position:top left;
	background-repeat:no-repeat;
	height: 27px;
	line-height: 2em;
	float: none;
	width: 8em;
	display: block;
	border: none;
	color: #fff;
	text-decoration:underline;
	text-align: center;
}
/* END HEAD MENU */

/* HEAD ROTATOR */
#rotator_container{
	width:696px;
	height:230px;
	background-color:#FFFFFF;
	float:left;
	margin-left:4px;
	margin-bottom:3px;
}
.rotator_left{
	position:relative;
	width:696px;
	height:230px;
}
.rotator_left_title{
	position:absolute;
	bottom:0px;
	right:0px;
}
.rotator_left_title_bg{
	background-image:url(images/right_rotator_title_right.png);
	height:40px;
	background-repeat:repeat-x;
	background-position:top left;
	float:left;
	color:#cbddc8;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:10px;
}
.center_right_rotator_container{
	background-image:url(/images/sidemenu_lower_bg_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
	width:294px;
	height:238px;
	position:relative;
}
#rotator_left_title_transparent{
	width:80px;
	height:40px;
	background-image:url(/images/right_rotator_title_left.png);
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
}
/* END HEAD ROTATOR */



/* BEGIN CENTER */
#center_container{
	background-color:#e5e5e5;
	background-repeat:repeat-y;
	background-position:top right;
	clear:none;
}

#center_container_large{
	background-color:#e5e5e5;
	background-repeat:repeat-y;
	background-position:top right;
}

.center_column_small {
	width:351px;
	background-image:url(/images/center_column_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
	position:relative;
}
.center_column_small_title {
	background-image:url(/images/center_column_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:351px;
}
.center_column_small_content {
	width:331px;
	float:left;
	padding:0px 10px 0px 10px;
}
.center_column_small_footer {
	float:left;
}

.center_column_small_content a:link {color: #8cb628; text-decoration: none; font-weight: normal;}
.center_column_small_content a:visited {color: #8cb628; text-decoration: none; font-weight: normal;}
.center_column_small_content a:hover {color: #8cb628; text-decoration: underline; font-weight: normal;}
.center_column_small_content a:active {color: #8cb628; text-decoration: none;}


.center_column_large {
	width:702px;
	background-image:url(/images/center_column_middle_big.png);
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
	position:relative;
	display:table;
}
.center_column_large_title {
	background-image:url(/images/center_column_bg_big.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:702px;
}
.center_column_large_content {
	width:682px;
	float:left;
	padding:0px 10px 0px 10px;
}
.center_column_large_footer {
	float:left;
}

.center_column_large_content a:link {color: #8cb628; text-decoration: none; font-weight: normal;}
.center_column_large_content a:visited {color: #8cb628; text-decoration: none; font-weight: normal;}
.center_column_large_content a:hover {color: #8cb628; text-decoration: underline; font-weight: normal;}
.center_column_large_content a:active {color: #8cb628; text-decoration: none;}

#center_right{
	float:right;
	width:294px;
	margin-right:3px;
}

.center_right_container{
	background-image:url(/images/sidemenu_lower_bg_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
	width:294px;
	position:relative;
}
.center_right_title{
	background-image:url(/images/sidemenu_lower_bg_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:294px;
}
.center_right_content{
	width:274px;
	margin:0px 10px 0px 10px;
}
.center_right_content h3{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#8cb628;
	font-size:16px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}
.center_right_content ul{
	list-style:circle;
	color:#3e8333;
	padding:0px;
	margin:0px;
}
.center_right_content li a{
	display: block;
	border: none;
	text-decoration: none;
	color:#8cb628;
}

.center_right_title h1 {
		margin-right:50px;
}
.center_right_footer {
	float:left;
}
.right_side_content{
	float:left;
	width:234px;
	margin:0px 10px 10px 30px;
}
.center_right_rotator_footer {
	position:absolute;
	bottom:0px;
	left:0px;
	float:left;
}
.oddaja_short {
	width:214px;
	background-color:#fbfff3;
	float:left;
	margin:0px 6px 20px 6px;
}
.oddaja_short a:link {text-decoration: none;}
.oddaja_short a:visited {text-decoration: none;}
.oddaja_short a:hover {text-decoration: underline;}
.oddaja_short a:active {text-decoration: none;}

.oddaja_short img{
	margin:0px 10px 10px 0px;
}

.oddaja_line {
	float:left;
	clear:both;
}

/* END CENTER*/

/* BEGIN FOOTER */
#footer_container{
	height:57px;
	background-image:url(images/footer_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	color:#fff;
	font-size:12px;
	margin-top:5px;
}
#footer_container a:link {color: #7c7c7c; text-decoration: none; font-weight: bold;}
#footer_container a:visited {color: #7c7c7c; text-decoration: none; font-weight: bold;}
#footer_container a:hover {color: #7c7c7c; text-decoration: underline; font-weight: bold;}
#footer_container a:active {color: #7c7c7c; text-decoration: none;}

#footer_content{
	margin-top:20px;
	margin-left:4px;
	float:left;
	width:500px;
	text-align:left;
	font-weight:bold;
}
#footer_nano_link{
	float:right;
	margin-top:20px;
	margin-right:10px;
}

#footer_nano_link a:link {color:#FFF; text-decoration: none; font-weight: bold;}
#footer_nano_link a:visited {color: #FFF; text-decoration: none; font-weight: bold;}
#footer_nano_link a:hover {color: #FFF; text-decoration: underline; font-weight: bold;}
#footer_nano_link a:active {color: #FFF; text-decoration: none;}
/* END FOOTER*/


/*BEGIN GLOBAL*/
a:link {color: #8cb628; text-decoration: none; font-weight: bold;}
a:visited {color: #8cb628; text-decoration: none; font-weight: bold;}
a:hover {color: #8cb628; text-decoration: underline; font-weight: bold;}
a:active {color: #8cb628; text-decoration: none;}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#8cb628;
	font-size:20px;
	margin:10px 0px 10px 10px;
	padding-left:20px;
	padding-bottom:3px;
	background-image:url(/images/h1_bullet.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	display:block;
	
}
h2{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#8cb628;
	font-size:16px;
	margin:10px 0px 5px 0px;
}
h3{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#8cb628;
	font-size:16px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}
h4{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#ffffff;
	font-size:25px;
	margin:0px 0px 0px 0px;
}
hr {
	border-color:#3b7d30;
	border-collapse:collapse;
	border-style:solid;
	border-top-width:1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	clear:both;
}
/*END GLOBAL*/

/*START VREME*/
#vreme {
	width:246px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	display:table;
}
.vreme_celica{
	float:left;
	width:80px;
	text-align:center;
	border-color:#CCCCCC;
	border-style:dotted;
	border-width:1px;
	border-left:none;
}
.stopinje{font-family:Georgia; font-size:12px;}
.dan{font-size:12px;}
/*END VREME*/

/*START ANKETE*/
#ankete_msg_div{
	width:274px;
	text-align:center;
}
.anketa_datum {
	font-size:9px;
	float:right;
}
.anketa_odstotki {
	float:left;
	margin-left:2px;
	font-size:9px;
}
.anketa_controls{
	float:right;
}
.anketa_result_bar{
	float:left;
	height:10px;
	width:240px;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	border-collapse:collapse;
	display:table;
}

/*END ANKETE*/

/*START SPORED*/
.spored_vrstica_1{
	width:682px;
	background-color:#FFFFFF;
	float:left;
	clear:both;
	display:table;
	margin-top:5px;
}
.spored_vrstica_2{
	width:100%;
	background-color:#EBEBEB;
	float:left;
	clear:both;
	display:table;
	margin-top:5px;
}
.spored_ura{
	float:left;
	width:10%;
	height:inherit;
}
.spored_vsebina{
	float:left;
	width:90%;
	height:inherit;
}
.spored { width:100%;}
#nav { width: 100%; margin: 15px; float: left }
#nav li { width: 65px; float: left; margin: 2px; list-style: none; padding: 6px; display: block }
#nav a { width: 63px; padding: 0px; display: block; border: 1px solid #ccc; }
#nav li.activeLI { background: #0C0 }
#nav a:focus { outline: none; }

/*END SPORED*/

/*BEGIN VIDEO STUFF*/
.play_video{
	width:100%;
	text-align:center;
}
#video_thumbs{
	width:682px;
	text-align:center;
	clear:both;
}
.video_thumbs_item{
	margin:5px 10px 5px 10px;
	float:left;
	height:100px;
	overflow:hidden;
}
.video_thumbs_item img{
	border:solid;
	border-width:1px;
	border-color:#8cb628;
}
/*END VIDEO STUFF*/


/*BEGIN MENU*/



.submenu_li{
	font-family:Tahoma;
	font-weight:bold;
	color:#7a7979;
	font-size:12px;
	margin-bottom:5px;
	
}
.submenu_li a:link {color: #7a7979; text-decoration: none; font-weight: bold;}
.submenu_li a:visited {color: #7a7979; text-decoration: none; font-weight: bold;}
.submenu_li a:hover {color: #7a7979; text-decoration: underline; font-weight: bold;}
.submenu_li a:active {color: #7a7979; text-decoration: none;}

.izbrani_submenu_li{
	font-family:Tahoma;
	font-weight:bold;
	color:#5f5e5e;
	font-size:12px;
	margin-bottom:5px;
}
.izbrani_submenu_li a:link {color: #5f5e5e; text-decoration: none; font-weight:bold;}
.izbrani_submenu_li a:visited {color: #5f5e5e; text-decoration: none; font-weight:bold;}
.izbrani_submenu_li a:hover {color: #5f5e5e; text-decoration: none; font-weight:bold;}
.izbrani_submenu_li a:active {color: #5f5e5e; text-decoration: none;}
/*END MENU*/
/*GALERIJA*/
#gallery_thumbs_numbers{
	font-weight:bold;
	float:left;
/*	margin-left:7px;*/
	width:250px;
}
#gallery_page_numbers{
	float:right;
	width:100px;
	text-align:right;
}
.gallery_line{
	clear:both;
	width:682px;
}
.gallery_images{
	float:left;
	width:170px;
	height:150px;

}
.gallery_images img {
	display:block;
	margin:0 auto;
	text-align:center;
	float:inherit;
	border:dashed;
	border-width:1px;
	border-color:#7a7979;
}
#gallery_images_large{
	display:block;
	margin:0 auto;
	text-align:center;
}
#gallery_images_large img {
	display:block;
	margin:0 auto;
	text-align:center;
	float:inherit;
	border:dashed;
	border-width:1px;
}
/*END GALERIJA*/


/* EDITOR STILI*/
.font_normal{
	color:#373737;
	font-family:Tahoma;
	font-size: 12px;
}
.font_normal_large{
	color:#373737;
	font-family:Tahoma;
	font-size: 16px;
}
.font_green{
	color:#8cb628;
	font-family:Tahoma;
	font-size: 12px;
}
.font_green_large{
	color:#8cb628;
	font-family:Tahoma;
	font-size: 16px;
}
/*END EDITOR STILI*/

/*BANNERS*/
#banner_top{
	width:728px;
	height:90px;
	text-align:center;
	float:left;
}
#banner_side{
	width:170px;
	height:600px;
	text-align:center;
	float:left;
}
/*END BANNERS*/
