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

body { 
	background: #b8d6e1 url(../images/bg.png) top center repeat-x;
	/*background: #cde1b8 url(../images/bg_zelena.png) top center repeat-x;*/
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 980px;
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#454545;
}

hr { display: none;  height: 0;  padding: 0;  margin: 0; }
.clear { clear: both; height: 0; width: 0; line-height: 0; font-size: 0; }
img { border: none; }

.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;}

h1, h2, h3, h4, h5, h6, p, div, ul, li, form { margin: 0; padding: 0; }

h1 {
	font: bold 20px/28px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color: #5694cd;
	padding: 0 0 20px 0;
}

h2 {
	font: normal 15px/28px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color: #2466b0;
}

h3 {
	font: normal 13px/28px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color: #2a6dab;
}

p {
	padding: 0 0 5px 0;
	text-align: justify;
}

#top {
	height: 162px;
	width: 980px;
}

#top #lang {
	height: 22px;
	width: 970px;
	text-align: right;
	padding: 0 5px;
}

#top #logo {
	float: left;
	width: 300px;
	height: 140px;
}

#top #flash {
	float: right;
	width: 680px;
	height: 140px;
	overflow: hidden;
}

#footer {
	padding: 10px 20px 20px 20px;
	width: 940px;
	font: 11px/17px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}


#content {
	padding: 5px 20px;
	width: 940px;
	background: url(../images/content_bg.png) top center repeat-y;
}

#content_top {
	width: 980px;
	height: 40px;
	background: url(../images/content_top.png) top center no-repeat;
}

#menu {
	padding: 5px 20px 0 20px;
	width: 940px;
}

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

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

#submenu_blue ul, #submenu_green ul, #submenu_red ul, #submenu_yellow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu_blue ul li, #submenu_green ul li, #submenu_red ul li, #submenu_yellow ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu_blue ul li a {
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	/*background: #b8cde1;*/
	background: #2466b0;
	display: block;
	border-bottom: 1px dotted #ffffff;
	/*color: #1272ae;*/
	color: #ffffff;
}

#submenu_green ul li a {
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	background: #bbe1b8;
	display: block;
	border-bottom: 1px dotted #ffffff;
	color: #31af16;
}

#submenu_red ul li a {
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	background: #e1beb8;
	display: block;
	border-bottom: 1px dotted #ffffff;
	color: #ae1712;
}

#submenu_yellow ul li a {
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	background: #ffe9ba;
	display: block;
	border-bottom: 1px dotted #ffffff;
	color: #fdb813;
}

#submenu_blue ul li a:hover { /*background: #d8e5f0;*/ background: #457ebf; }
#submenu_green ul li a:hover { background: #dbf0d8; }
#submenu_red ul li a:hover { background: #f0dbd8; }
#submenu_yellow ul li a:hover { background: #fff2d6; }

#submenu_blue ul li a.selected { /*background: #d8e5f0;*/ background: #457ebf; }
#submenu_green ul li a.selected { background: #dbf0d8; }
#submenu_red ul li a.selected { background: #f0dbd8; }
#submenu_yellow ul li a.selected { background: #fff2d6; }

#submenu_blue ul li.top {
	height: 7px;
	background: url(../images/li_top.png);
}

#submenu_blue ul li.bottom {
	height: 7px;
	background: url(../images/li_bottom.png);
}

#submenu_green ul li.top {
	height: 7px;
	background: url(../images/li_top_green.png);
}

#submenu_green ul li.bottom {
	height: 7px;
	background: url(../images/li_bottom_green.png);
}

#submenu_red ul li.top {
	height: 7px;
	background: url(../images/li_top_red.png);
}

#submenu_red ul li.bottom {
	height: 7px;
	background: url(../images/li_bottom_red.png);
}

#submenu_yellow ul li.top {
	height: 7px;
	background: url(../images/li_top_yellow.png);
}

#submenu_yellow ul li.bottom {
	height: 7px;
	background: url(../images/li_bottom_yellow.png);
}

#content_bottom {
	width: 980px;
	height: 10px;
	background: url(../images/content_bottom.png) top center no-repeat;
}

.col1 {
	float: left;
	width: 200px;
}
.col2 {
	float: left;
	width: 740px;	
}
.col3 {
	float: left;
	width: 540px;	
}


.box {
	width: 200px;
	margin-bottom: 8px;
	font: 11px/17px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p1020 { padding: 10px 20px; }

.g1 { background: url(../images/bg1.png) top center no-repeat; height: 28px; border-bottom: 1px solid gray; }
.g2 { background: url(../images/bg2.png) top center no-repeat; height: 28px; border-bottom: 1px solid gray; }
.g3 { background: url(../images/bg3.png) top center no-repeat; height: 28px; border-bottom: 1px solid gray; }
.g4 { background: url(../images/bg4.png) top center no-repeat; height: 28px; border-bottom: 1px solid gray; }
.g5 { background: url(../images/bg5.png) top center no-repeat; height: 28px; border-bottom: 1px solid gray; }

.b1 { background: #e3e7e8; }
.b2 { background: #edf0f0; }
.b3 { background: #dbe9ee; }
.b4 { background: #b4dbe8; }
.b5 { background: #fff694; }
.b5-brez { background: #ffffff; }

.h1 { background: url(../images/b1.gif) 10px 7px no-repeat; padding: 0 10px 0 35px; }
.h2 { background: url(../images/b2.gif) 10px 7px no-repeat; padding: 0 10px 0 35px; }
.h3 { background: url(../images/b3.gif) 10px 7px no-repeat; padding: 0 10px 0 35px; }
.h4 { background: url(../images/b4.gif) 10px 7px no-repeat; padding: 0 10px 0 35px; }
.h5 { background: url(../images/b5.gif) 10px 7px no-repeat; padding: 0 10px 0 35px; }
.h5-brez { padding: 0 10px 0 10px; color: #333; font-weight: bold;  }


.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box .b5-brez ul li {
	margin: 0;
	padding: 0 0 2px 25px;
	background:url(../images/arrow5.gif) 0 1px no-repeat;
}

.box ul li a {
	color: #333;
	text-decoration: none;
	font: 11px/17px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}


.fotopredstavitev {
	width: 	500px;
	padding: 0 20px 10px 20px;
}

.novica {
	padding: 0 0 10px 0;
	maring: 0 0 15px 0;
	border-bottom: 1px solid gray;
}

.novica p {
	padding: 0 0 10px 0;
}

.novica span {
	float: right;
	font: 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	padding: 10px 0 0 0;
	color: #2466b0;
}

p.vec a {
	background: #e3e7e8;
	color: #2466b0;
	padding: 2px 5px;
	text-decoration: none;
	font: 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

.box a.vec {
	background: #ede370;
	color: #d58c00;
	padding: 0px 5px;
	text-decoration: none;
	font: 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

.galerija {
	padding: 0 0 10px 0;
}

.galerija .pic, .galerija .pic_last {
	float: left;
	width: 140px;
	height: 125px;
	border-bottom: 1px solid gray;
	background: #fff;
	padding: 4px;
}

.galerija .pic {
	margin: 0 10px 10px 0;
}

.galerija .pic_last {
	margin: 0 0 10px 0;
}

.galerija .pic .ph, .galerija .pic_last .ph {
	width: 140px;
	height: 93x;
	/*background-position: bottom center;
	background-repeat: no-repeat;*/
}







.form_l {
	float: left;
	width: 240px;
}
.form_r {
	float: right;
	width: 240px;
}

.form {
	width: 220px;
	font-size:11px;
	border:#9C9C9C 1px solid;
	color:#454545;
	padding: 2px 3px;
}

.col2 a.button {
	background: url(../images/q2.gif) 0 6px no-repeat;
	padding: 0 15px 0 8px;
	display: block;
	float: right;
}

label.error {
	text-align: left;
	color: red;
	font-size: 10px;
}


.form_l span, .form_r span {
	display: block;
	padding: 0 0 5px 0;
}

.breadcrumbs {
	padding: 0 0 15px 0;	
	font: normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

.breadcrumbs a {
	color: #123;
	text-decoration: none;
	border-bottom: 1px dotted #123;
}

.arhiv_link{
	float:right!important;
}