@charset "utf-8";
/* CSS Document */

html {
overflow-y:scroll;
}


body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E6E6E6;
	margin: 0;
	padding: 0;
	background-image:url(../gfx/body_bg.jpg);
	background-repeat:repeat-x;
	
}


/* glavni meni */
.main_menu{
	width:900px;
	height:39px;
	margin:0 auto;
	line-height:39px;
	text-align:center;
	background-color:#00923F;
	font-size:22px;
	font-weight:bold;
	
}

.main_menu a, .main_menu a:visited, .main_menu a:link{
	color:#FFFFFF;
	padding-left:30px;
}

/* meni 2. nivo */
.sub_menu{
	width:869px;
	margin:0 auto;
	line-height:37px;
	text-align:left;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top: none;
	border-color:#00923F;
	font-size:22px;
	font-weight:bold;
	padding-left:29px;
	
}

.sub_menu a, .sub_menu a:visited, .sub_menu a:link{
	color:#00923F;
	padding-right:15px;
	font-size:14px; 
	font-weight:bold;
}


/* meni 3. nivo */
.SideMenu{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-left:25px;
	margin-bottom:15px;
	
}

.SideMenu a, .SideMenu a:visited, .SideMenu a:link{
	display: block;
	color:#00923F;
	padding-left:25px;
	padding-right:15px;
	font-size:12px; 
	font-weight:bold;
	margin-bottom:10px;
	background-image:url(../gfx/SideMenu_a_bg_normal.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:2px;
}


/* page content */
.page_content{
	width:900px;
	margin:0 auto;
	padding:30px 0px;
	background-color:#FFFFFF;
	background-image:url(../gfx/page_content_bg.gif);
	background-repeat:repeat-y;
}


/* page footer */
.page_footer{
	width:900px;
	height:49px;
	margin:0 auto;
	background-image:url(../gfx/page_footer_bg.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
}




.center_div{
	margin:0 auto;
	width: 960px;
}

.center_div_logo2{
	margin:0 auto;
	width: 960px;
	height:175px;
	background-image:url(../gfx/logo_2.jpg);
	background-repeat:no-repeat;
}





.povzetek_big{
	font-size:13px;
	line-height:1.5em;
}

a, a:visited, a:link {
	color:#00923F;
	text-decoration:none;
}

a:hover {
	color:#00923F;
	text-decoration:underline;
}

a#selected {
	text-decoration:underline;
}

.separator{
	clear:both;
	margin:20px 0;
	line-height:17px;
	height:17px;
	background-image:url(../gfx/separator_hr.gif);
	background-repeat:no-repeat;
}

h1 {
	color:#00923F;
	padding-right:15px;
	font-size:14px; 
	font-weight:bold;
	margin-bottom:20px;
	
}

h2 {
	color: #203F4D;
	padding-bottom:3px;
	font-size:12px;
	margin-bottom: 5px;
	font-weight:bold;
	margin-top:15px;
}

h2 a, h2 a:visited, h2 a:link, h2 a:hover{
	color: #288F9A;
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#F47621;
	text-decoration:none;
	padding-bottom:60px;
}

hr {
	background-color:#D4D6CB;
	color:#D4D6CB;
	height:1px;
	border:0pt none;
	width:100%;
}

#kraj{
	font-weight:bold;
	color: #000000;
	
}

ul { list-style-position: outside; margin-left: 0px; padding-left: 30px; list-style: square; vertical-align: middle; margin-bottom:1em; }

li { margin: 0px; padding: 0px; margin-bottom:0.5em; }

strong,b{
	font-weight:bold;
}

p {
	margin-bottom:1em;
	line-height:1.5em;
}


.firstImage{
	padding-right:20px;
	width: 150px;
	float:left;
	text-align:center;
}


a.link_vec{
	font-weight:bold;
}

.side_pict{
	width:158px;
	height:110px;
	overflow:hidden;
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.gallery_pict{
	width:160px;
	height:160px;
	overflow:hidden;
	border:1px solid #40413C;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}



/*sponzorji*/
#sponzorji p{
	display:none;
}
