html, body {
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	font-size: 14px;
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-weight: normal;
	color: #231f20;
}

body {
	background: transparent url(../images/bg_body.jpg) top center repeat-y;
}


/* general */

.clear { display: block; clear: both; height: 0px; overflow: hidden;}

.left { float: left; }

.right { float: right; }

.nobg { background: none !important; }

a { text-decoration: none; color: #A0864F; }
a:hover { text-decoration: underline; }
a img { border: none; }

/* paddings / margings */

.pr20 { padding-right: 20px !important; }
.pr14 { padding-right: 14px !important; }

.pl6 { padding-left: 6px !important; }
.pl8 { padding-left: 8px !important; }
.pl13 { padding-left: 13px !important; }

.pt0 { padding-top: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pt40 { padding-top: 40px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb7 { padding-bottom: 7px !important; }
.pb100 { padding-bottom: 100px !important; }

.mr6 { margin-right: 6px !important; }
.mr8 { margin-right: 8px !important; }

.ml20 { margin-left: 20px !important; }

.mt-10 { margin-top: -10px !important; }
.mt0 { margin-top: 0px !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt95 { margin-top: 95px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb8 { margin-bottom: 8px !important; }
.mb14 { margin-bottom: 14px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb40 { margin-bottom: 40px !important; }


.no-border { border: none !important; }

/* widths */

.w246 { width: 246px; }
.w500 { width: 500px; }
.w288 { width: 288px !important; }
.w215 { width: 215px; }
.w715 { width: 693px; padding-right: 22px }


/* frames */

.wrapper_outer {
	background: transparent url(../images/bg_main_body.jpg) bottom center repeat-y;
}

.wrapper {
	background: transparent url(../images/bg_main.jpg) bottom center no-repeat;
}

.top {
	height: 217px;
	background: transparent url(../images/bg_top.jpg) top center no-repeat;
}

.top-corner {
	background: transparent url(../images/bg_body_top_corner.jpg) top left no-repeat;
	min-height: 300px;
}

.content {
	
}

.frame {
	position: relative;
	display: block;
	width: 961px;
	margin: 0 auto;
	padding: 0;
}

.col {
	position: relative;
	display: block;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	height: 1%;
}

h1 {
	margin: 0;
	padding: 20px 0 20px 0;
	font: normal 1.5em Trebuchet MS;
	color: #A0864F;
}

h2 {
	margin: 0;
	padding: 20px 0 20px 0;
	font: normal 1.142em Trebuchet MS;
	font-weight: bold;
	color: #A0864F;
}

div.message {
	font-weight: bold;
	font-size: 1.2em;
	color: green;
	padding: 20px 0;
}

p { margin-top: 0 }




/***  FIRST PAGE ***/
.news-item {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 22px 35px 0;
	background: transparent url(../images/bg_items_list.png) bottom left no-repeat;
}

.news-item h2 {
	margin: 0;
	padding: 20px 0 16px 0;
	font: normal 1.5em Trebuchet MS;
	color: #A0864F;
}

.news-item .abstract {
	font: normal 1em Trebuchet MS;
	color: #231F20;
}

.news-item a.more {
	position: absolute;
	bottom: 8px;
	right: 24px;
	font: bold 0.857em Trebuchet MS;
	color: #A0864F;
	width: 40px;
	text-align: center;
}

.news-item .m1 { 
	display: none;
	padding-top: 20px;
}
.news-item .hidden { display: none; }


#napovednik {
	position: relative;
	padding: 25px;
	padding-bottom: 10px;
}
	.event-item {
		margin: 15px 0;
		padding-bottom: 15px;
		display: block;
		font: bold 11px Trebuchet MS;
		background: transparent url() top left no-repeat;
		height: 1%;
	}
	.event-item .title { display: block; font: bold 11px Trebuchet MS; color: #fff; padding: 1px 0 5px 8px; }
	.event-item .datum { display: block; text-align: right; font: normal 10px Trebuchet MS; padding-right: 3px; }
	.event-item h3 {
		margin: 0;
		padding: 4px 0 0 0;
		font: bold 11px Trebuchet MS;
	}
	
	.tip10 { background-image: url(../images/title_10.jpg) !important; }
	.tip11 { background-image: url(../images/title_11.jpg) !important; }
	.tip12 { background-image: url(../images/title_12.jpg) !important; }
	
	.tip10 h3 { color: #A0A3A3; }
	.tip11 h3 { color: #C0A770; }
	.tip12 h3 { color: #8F8C77; }
	
	div.bottom_link {
		display: block;
		padding-bottom: 15px;
		background: transparent url(../images/bg_arhiv_underline.png) bottom left no-repeat;
	}
	
	#napovednik div.bottom_link a {
		font-size: 12px;
		font-weight: bold;
		color: #A0864F;
	}
	
	#content div.bottom_link a {
		font-weight: normal;
		font-size: 13px;
		color: #A0864F;
	}
	
	
.fp_logo_rcol {
	display: block;
	margin: 0 25px;
}


/*** HEADER ***/

#header {
	position: relative;
	display: block;
	height: 200px;
	margin: 0;
	padding: 21px 0 0 246px;
	color: #DBC696;
}

#header a.sitelogo {
	display: block;
	position: absolute;
	top: 21px;
	left: 48px;
	width: 160px;
	height: 197px;
	cursor: pointer;
}


#header a.soz {
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
	width: 85px;
	height: 130px;
	cursor: pointer;
}

img.print_header {
	display: block;
	position: absolute;
	top: 0;
	left: -3000px;
}


/*** MENU ***/

#menu {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
	
	#menu ul.mainmenu {
		font-family: Arial Black, helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 22px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		ul.mainmenu li {
			
		}
		
		ul.mainmenu li a {
			padding: 0 22px 0 0; 
			text-decoration: none;
			color: #DBC696;
		}
		
		ul.mainmenu li a.show_arrow {
			background: transparent url(../images/rarrow.png) center right no-repeat;
		}
		
		
		ul.mainmenu li a:hover, ul.mainmenu li a.selected {
			color: #fff;
		}
	
	#menu div.menu_line {
		display: block;
		position: absolute;
		background: transparent url(../images/header_menu_line.png) top left no-repeat;
		width: 44px;
		height: 151px;
		top: 3px;
		left: 239px;
	}
	
	#menu span.header_text {
		display: block;
		position: absolute;
		top: 0;
		left: 310px;
		width: 260px;
		font-size: 15px;
		line-height: 22px;
	}
	
		#menu span.header_text strong {
			font-weight: bold;
			color: #fff;
		}

	#menu ul.submenu {
		display: block;
		position: absolute;
		top: 0;
		left: 292px;
		font-family: Arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 22px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		ul.submenu li {
			
		}
		
		ul.submenu li a {
			padding: 0 0 0 18px; 
			color: #FFEDC0;
		}
		
		ul.submenu li a.selected {
			background: transparent url(../images/rarrow.png) center left no-repeat;
		}
		
		
		ul.submenu li a:hover {
			color: #A0864F;
		}
		
		ul.submenu li a.selected {
			color: #FFF;
		}
		

/*** TOOLBOX ***/

#toolbox {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	top: 190px;
	right: 25px;
	width: 500px;
	height: 15px;
}

#toolbox ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#toolbox ul li {
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	height: 15px;
	line-height: 15px;
}

#toolbox ul li a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	height: 15px;
	line-height: 15px;
	background: transparent url(../images/blank.gif) top left no-repeat;
	padding-left: 0px;
	color: #DBC696;
}

#toolbox ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#toolbox ul li a#t-enews {
	padding-left: 31px;
	margin-right: 20px;
}

#toolbox ul li a#t-rss {
	padding-left: 25px;
	margin-right: 20px;
}

#toolbox ul li a#t-enews { background-image: url(../images/tools_enews.gif); }
#toolbox ul li a#t-rss { background-image: url(../images/tools_rss.gif); }
#toolbox ul li a#t-lineheight { background-image: url(../images/tools_txtline.gif); }
#toolbox ul li a#t-fontsize { background-image: url(../images/tools_txtsize.gif); }
#toolbox ul li a#t-print { background-image: url(../images/tools_print.gif); }

#toolbox ul li a:hover {
	background-position: 0 -15px;
}


/*** LEFT COL ***/

/*** Prijava del ***/

#prijava_del {
	display: block;
	position: relative;
	margin: 0 6px 0 44px;
	padding: 0;
	float: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

#prijava_del a.btn_prijava_del {
	display: block;
	position: relative;
	margin: 0;
	padding: 48px 5px 0;
	height: 50px;
	width: 155px;
	background: transparent url(../images/btn_prijava_del.png) 0 0 no-repeat;
	z-index: 1;
	color: #231f20;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#prijava_del a.btn_nasveti {
	display: block;
	position: relative;
	margin: -8px 0 0;
	padding: 15px 5px 0;
	height: 84px;
	width: 155px;
	background: transparent url(../images/btn_nasveti.png) 0 0 no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#prijava_del a:hover {
	background-position: 0 -101px;
}

/*** Prijava na dogodke ***/

#prijava_dogodki {
	display: block;
	position: relative;
	margin: 0 6px 0 44px;
	padding: 0;
	float: none;
}

#prijava_dogodki a {
	display: block;
	background: transparent url(../images/btn_prijava_dogodki.png) 0 0 no-repeat;
	padding: 48px 5px 0;
	height: 50px;
	width: 155px;
}

#prijava_dogodki a:hover  {
	background-position: 0 -101px;
}


/*** CONTENT ***/

#content a {
	font-weight: bold;
}


/*** Content Listing ***/

.list-item-wide {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 0 22px 30px 0;
	font: normal 0.926em Trebuchet MS;
	/*background: transparent url(../images/bg_items_more_wide.png) bottom left no-repeat;*/
}

.list-item-wide h2 {
	margin: 0 0 8px;
	padding: 20px 0 16px 0;
	font: bold 1.142em Trebuchet MS;
	color: #A0864F;
	background: transparent url(../images/bg_items_list_wide.png) bottom left no-repeat;
}

div.list-item-wide.events h2 {
	margin: 0 0 8px;
	padding: 20px 0 25px 0;
	font: bold 1.142em Trebuchet MS;
	color: #A0864F;
	background-image: none;
}


div.dogodek {
	margin: 5px 0 8px;
	padding: 0;
	font: bold 1.142em Trebuchet MS;
	color: #A0864F;
	height: 20px;
}

div.dogodek.nagrade {
	background: transparent url(../images/bg_item_nagrade.png) bottom left no-repeat;
}

div.dogodek.zajtrk {
	background: transparent url(../images/bg_item_zajtrk.png) bottom left no-repeat;
}

div.dogodek.akademija {
	background: transparent url(../images/bg_item_akademija.png) bottom left no-repeat;
}

div.tip_dogodka {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 0;
	width: 165px;
	height: 20px;
	line-height: 20px;
	float: right;
	text-align: center;
}

div.tip_dogodka span {
	display: inline;
	padding: 0;
	margin: 0;
	font: bold 11px Trebuchet MS; 
	color: #fff;
}

a.buttn {
	display: block;
	position: relative;
	width: 165px;
	height: 57px;
	margin: 2px 0 10px 10px;
	padding: 0;
	float: right;
}

a.buttn.nagrade {
	background: transparent url(../images/btn_nagrade.png) top right no-repeat;
}

a.buttn.zajtrk {
	background: transparent url(../images/btn_zajtrk.png) top right no-repeat;
}

a.buttn.akademija {
	background: transparent url(../images/btn_akademija.png) top right no-repeat;
}

span.labela {
	font-weight: bold;
}

.list-item-wide .abstract {
	padding-bottom: 1.5em;
}

div.item_col1 {
	width: 170px;
	display: block;
	position: relative;
	margin: 3px 20px 0 0;
}

div.item_col2 {
	width: 480px;
	display: block;
	position: relative;
}


.list-item-wide div.more {
	margin: 10px 0 0 0;
	height: 20px;
	padding-bottom: 5px;
	background: transparent url(../images/bg_items_more_wide.png) bottom right no-repeat;
}

.list-item-wide div.more a.more {
	padding: 0 12px 0;
	font: bold 0.857em Trebuchet MS;
	color: #A0864F;
	text-align: center;
	float: right;
}



/*** Content Detail ***/

#gallery {
	display: block;
	width: 240px;
	margin: 0 0 10px 15px;
	padding: 0 0 11px;
	background: transparent url(../images/bg_pic_undrlin.png) bottom right no-repeat;
}
div.nav {
	margin: 7px 0 0 0;
	font-size: 12px;
}

div.nav p.info {
	margin: 0 20px 0 0;
}

div.nav p.info span.of_pic {
	color: #ccc;
}

.icon {
	display: block;
	width: 15px;
	height: 20px;
	text-indent: -10000px;
	outline: none;
	text-decoration: none;
	line-height: 20px;
}

#gal_next {
	margin: 0 14px 1px 0;
	background: transparent url(../images/plus.gif) bottom left no-repeat;
}

.addthis_toolbox {
	width: 250px;
}

div.naprej {
	display: block;
	width: 323px;
	background: transparent url(../images/bg_naprej_line.png) bottom left no-repeat;
	padding: 0 0 15px 0px;
	font-size: 1em;
	line-height: 1.143em;
}

div.naprej span.title {
	display: block;
	font-weight: bold;
	width: 80px;
}

div.naprej span {
	font-size: 0.857em;
}

div.naprej a {
	display: block;
	position: relative;
	font-weight: normal !important;
	width: 238px;
}

div.content_submenu {
	display: block;
	margin: 20px 0 14px 0;
	padding: 0;
	width: 323px;
}

ul.content_submenu {
	display: block;
	position: relative;
	list-style: none;
	margin: 34px 0 14px 0;
	padding: 0;
}
	
	ul.content_submenu li {
		padding: 3px 0 0 0; 
	}
	
	ul.content_submenu li a {
		padding: 0; 
		font-size: 1em;
	}


/*** Documents ***/

div.documents {
	color: #A0864F;
}

div.documents span {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

div.documents img {
	margin: 2px 5px 20px 0;
}

div.documents ul {
	padding: 0;
	list-style: none;
	font-size: 0.923em;
}

div.documents ul li a {
	color: #a0864f;
}

div.documents ul li span {
	color: #d6cfcb;
}


/*** FORMS ***/

div.forms_error {
	margin-top: 10px;
}

div.forms {
	margin-top: 10px;
}

div.forms form {
	margin: 20px 0;
}

form div.form_field {
	position: relative;
	display: block;
	margin: 10px 0;
	height: 1%;

}

form div label {
	display: block;
	position: relative;
	float: left;
	padding-right: 10px;
	text-align: left;
	width: 200px;
}

form div.label label {
	position: relative;
	float: left;
	display: block;
	margin-top: 10px;
	width: 100%;
	font-weight: normal;
	text-align: left;
}

form div input.inputfield_i,
form div input.inputfield_n {
	float: left;
	width: 286px;
	font-size: 12px;
	height: 17px;
}

form div input.inputfield_n {
	float: left;
	margin-top: 4px;
	margin-left: 210px;
}

form div textarea.inputfield_t {
	width: 186px;
	border: 1px solid #cccccc;
	font-size: 12px;
}

form div select.inputfield_s {
	width: 186px;
	border: 1px solid #cccccc;
	font-size: 12px;
	height: 20px;
}

form div div.inputfield_r,
form div div.inputfield_c  {
	margin-left: 210px;
	height: 1%;
}

form div div.inputfield_r span,
form div div.inputfield_c span {
	position: relative;
	display: block;
	width: 380px;
	padding: 10px 0;
	height: 40px;
}

form div div.inputfield_r span input.inputfield_r,
form div div.inputfield_c span input.inputfield_c {
	font-size: 12px;
	margin: 3px 5px 0 0;
	padding: 0;
	float: left;
	width: 20px;
}

form div div.inputfield_r span label.inputfield_r,
form div div.inputfield_c span label.inputfield_c {
	display: block;
	position: relative;
	/*line-height: 18px;*/
	margin: 0;
	padding: 0 0 10px;
	width: 90%;
	float: left;
	text-align: left;
}

#requiredfields {
	display: block;
	position: relative;
	margin-left: 0px;
}

form div input.submit {
	padding: 1px 10px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 210px;
	cursor: pointer;
}

form div.form_submit {
	
}

form.enovice div.form_field {
	height: 20px;
	padding: 3px 0;
	width: 400px;
}

label.enews {
	float: left;
	height: 1%;
}

input.txtfield {
	float: right;
	font-size: 12px;
	height: 17px;
	width: 220px;
}

form div.form_field a.submit {
	float: right;
}

span.error {
	font-weight: bold;
	color: red;
}

span.ok {
	font-weight: bold;
	color: green;
}



/*** FOOTER ***/

.footer {
	margin-top: -42px;
	padding: 0;
	font: normal 14px Trebuchet MS;
	font-size: 10px;
	color: #402e00;
	height: 1%;
}

.footer a {
	color: #402e00;
	text-decoration: none;
}

.footer a:hover {
	color: #402e00;
	text-decoration: underline;
}

#contact {
	display: block;
	margin: 18px 0 20px 246px;
	width: 500px;
	line-height: 12px;
}

#sitemap {
	margin-top: 0;
	margin-left: 246px;
	width: 515px;
}

#sitemap table {
	width: 515px;
}

#sitemap table tr td {
	padding: 0px 24px 0 0;
	text-transform: uppercase;
	line-height: 14px;
}

/*
	#sitemap ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	

	
		#sitemap ul li {
			text-transform: uppercase;
			font-weight: bold;
			float: left;
			margin-right: 24px;
		}

			#sitemap ul li ul li {
				text-transform: none;
				float: none;
				font-weight: normal;
			}
*/

div.footer div.foot_right {
	display: block;
	float: right;
	width: 190px;
	height: 1%;
}

div.footer div.foot_right a.foot_logo_sonce {
	display: block;
	margin: -5px 25px 0 0;
	height: 36px;
	width: 165px;
	background: transparent url(../images/logo_sonce_trans.png) bottom left no-repeat;
}



#pokrovitelji {
	width: 715px;
	padding: 15px 0;
}
	#pokrovitelji .title {
		display: block;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	#pokrovitelji .list {
		position: relative;
		display: block;
	}
	
	#pokrovitelji .list .item {
		position: relative;
		display: block;
		width: 131px;
		float: left;
		height: 1%;
		color: #cacaca;
		background: transparent url(../images/separator_pokrovitelji.gif) top right no-repeat;
	}
	
	#pokrovitelji .list .item a {
		display: block;
		width: 87px; height: 75px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: bottom left;
	}
		#pokrovitelji .list .item a:hover { background-position: top left; }
	
	#pokrovitelji .list .item span {
		display: block;
		width: 87px;
		font-size: 10px;
		line-height: 12px;
	}
	
	#pokrovitelji .list .item-more {
		width: 165px;
		float: left;
		padding: 20px 0;
	}
	
	#pokrovitelji .list .item-more a {
		display: block;
		font-size: 12px;
		line-height: 14px;
		color: #cacaca;
		text-decoration: none;
		background: transparent url(../images/bg_more-item_arrow.gif) 115px 0 no-repeat;
	}
		#pokrovitelji .list .item-more a:hover { color: #A0864F; }
		
		

#list .item {
	position: relative;
	display: block;
	padding: 10px 0 20px 130px;
}

#list .item span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 87px; height: 75px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}

#list .item h3 {
	margin: 0;
	padding: 4px 0 0 0;
	font: bold 1.142em Trebuchet MS;
}
#list .item a {
	font-size: 13px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
}