/*  
Theme Name: Contall
Theme URI: http://contall.si/
Description: Template za portal podjetja Contall d.o.o.
Version: 2.0
Design author: Primoz Hmeljak
Author: Katarina Pavlakovic
Author URI: http://www.internetstoritve.com/
*/



/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.entry p {
	text-align:left;
	}
.entry td {
	padding-bottom:8px;
	padding-right:8px;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0;
	text-align: left;
	height:auto;
	}

.post hr {
	display:block;
	clear:both;
	border:0px;
	margin:10px 0;
	color:#D8D8D8;
	background-color: #D8D8D8;
	height: 1px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn {
	padding-top: 5px;
	}

.widecolumn {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
/* End Structure */


/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul, #content .povprasevanje-obrazec ul {
	margin-left: 0px;
	padding: 0px 0 10px 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 0px 0 0px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before, #content .povprasevanje-obrazec ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
	table.seminarji td { vertical-align: top; }
	
	.entry ol li a, table.seminarji a {
		color:#0C82D0;
		text-decoration:underline;
		font-weight: bold;
	}
	.entry ol li a:hover, table.seminarji a:hover {
		text-decoration:none;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	width:190px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
	
/* ------------------- Contall template -------------------- */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	margin:0px;
	background:url(images/bg.jpg) top left repeat-x;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
}

a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#0C82D0;
	text-decoration:underline;
}

#kriz {
	position:absolute;
	height:400px;
	background:url(images/kriz.jpg) top center no-repeat;
	width:100%;
	left:0;
}

#doniramo_stara_gora {
	position:absolute;
	left:0;
	margin:260px 0 0 250px;
	background:url(images/doniramo_stara_gora.png) left top no-repeat;
}
* html #doniramo_stara_gora {
	background:url(images/doniramo_stara_gora.gif) left top no-repeat;
}
	#doniramo_stara_gora a {
		width:189px;
		height:52px;
		display:block;
	}
	#doniramo_stara_gora a:hover {
		text-decoration:none;
	}
	#doniramo_stara_gora span {
		visibility:hidden;
	}

#container {
	width:808px;
	padding:0 17px 0 16px;
	background: url(images/bg_container.png) left top no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto; /* the bottom margin is the negative value of the footer's height */
	position:relative;
}

.push {
	height: 0px; /* .push must be the same height as .footer */
}

.clear {
	clear:both;
}

.active_menu {
}

#top {
	float:left;
	width:226px;
}
	#language {
		position: absolute;
		height:23px;
		margin-left: 160px;
		/* display:none; */
	}
	
	#language a  img {margin: 0 2px;}
	
		#language li a {
			color:#666666;
			font-size:10px;
			padding:0 4px 10px 4px;
			margin:0 10px 0 0;
			background:url(images/bg_lang.jpg) center top no-repeat;
			text-align:center;
		}
		#language a:hover {
			color:#0C82D0;
		}
		#language ul {
			list-style:none;
			margin:1px 0 0 20px;
		}
		#language li {
			display:inline;
		}
	
	#logo {
		/*margin-left:18px;*/
		height:101px;
	}
	
	#quick {
		border-right:2px solid #FFFFFF;
		font-weight:normal;
		line-height:130%;
		margin:5px 0 0 14px;
		height:206px;
		overflow: hidden;
	}
	#quick p {
		padding:0px 10px 8px 8px;
		color:#8C8C8C;
	}
	
	#quick a { color:#007BC1; }
	
	#quick h4 {
		margin:16px 0px 6px 0px;
		font-size:12px;
		color:#007BC1;
		text-transform:uppercase;
		padding:0 0 1px 8px;
		background:url(images/bg_h4.jpg) left bottom no-repeat;
	}
	
	
	.iskalnik {
		position: absolute;
		width: 188px;
		padding:8px 0 0 10px;;
		margin-top:0px;
		height:28px;
		margin-left: 382px;
		_margin-left: 380px;
		background: url(images/bg_iskalnik.png) left top repeat;
		_background: url(images/bg_iskalnik.gif) left top repeat;
	}
	
	
	#top_menu {
		margin:0px 0px 0 0;
	}
	#top_menu ul {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	#top_menu li {
		list-style-position: outside;
		padding:3px 0px 0px 20px;
		margin-right:10px !important;
		margin:0 10px 0 0;
		width:90px;
		display:inline;
	}
	
	#top_menu li a { color: #FFFFFF; }
	
	#search {
		float:left;
		width:198px;
		padding:14px 0 0 22px;
		background:url(images/bg_search.gif) left top no-repeat;
		margin-top:2px;
		height:28px;
	}
	#search input, #al_login input, #al_register input, #al_lostPassword input, #content input, .iskalnik input {
		font-size:11px;
		color:#0C82D0;
		border:1px solid #999999;
		padding:1px 3px;
		width:120px;
	}
	#al_login label, #al_register label, #al_lostPassword label {
		width:100px;
		float:left;
	}
	#search .button_search, #content .button_search, .iskalnik .button_search {
		background:url(images/button_search.jpg) top left no-repeat;
		border:0px;
		color:#FFFFFF;
		font-size:11px;
		cursor:pointer;
		width:34px;
		height:16px;
		margin-left:6px;
		text-align:center;
	}
	.icon_login {
		background:url(images/icon_login.gif) 0px 8px no-repeat;
	}
	.icon_mail {
		background:url(images/icon_mail.gif) 0px 8px no-repeat;
	}
	
	#menu {
		float:left;
		width:580px;
		margin:18px 0 0 0;
	}
	#menu ul {
		list-style:none;
		height:30px;
		padding:0;
	}
	#menu li {
		display: inline;
		color:#FFFFFF;
		text-transform:uppercase;
		padding:16px 34px 10px 34px;
		text-align:center;
		background:url(images/icon_li.jpg) right top no-repeat;
		margin:0 -4px 0 0;
	}
	#menu li:hover {
		background:url(images/icon_li_on.jpg) left top repeat-x;
		text-decoration:none;
	}
	#menu a {
		color:#FFFFFF;
	}
	#menu .active_menu {
		text-decoration:none;
		background:url(images/icon_li_on.jpg) left top repeat-x;
	}
	#menu .lock {
		background:url(images/lock.jpg) 16px 16px no-repeat;
	}
	
	#submenu {
		margin:0 0 20px 0;
		font-size:10px;
		text-align: center;
	}
	#submenu ul {
		list-style:none;
		margin:0;
		height:40px;
		background:url(images/bg_submenu_crta.jpg) left top no-repeat;
	}
	
	#submenu ul#main-dejavnost {
	}
	#submenu ul#main-podjetje {
	}
	#submenu ul#main-uporabniki {
	}
	
	#submenu li {
		float:left;
		color:#666666;
		text-transform:uppercase;
		padding:6px 10px 10px 10px;
		line-height:12px;
		text-align:center;
		background:url(images/bg_submenu_crta.jpg) right top no-repeat;
		margin:0;
	}
		#submenu li a {
			color:#666666;
		}
		#submenu li:hover, #submenu .active_menu {
			background:url(images/bg_submenu.jpg) left top repeat-x;
			text-decoration:none;
		}
		#menu a:hover, #submenu a:hover, #submenu .active_menu a:hover {
			text-decoration:none;
		}
		#submenu li.submenu {
			display: inline;
			padding:0 0 0 10px;
		}
		#submenu .submenu a {
			color:#999999;
		}
		
		#submenu li.sub-racun {
			width:102px;
			line-height:24px;
		}
		.sub-finan {
			width:95px;
		}
		.sub-razpi {
			width:101px;
		}
		.sub-pravn {
			width:106px;
		}
		.sub-podpo {
			width:82px;
		}
		#submenu li.sub-semina {
			width:74px;
			line-height:24px;
		}
		#submenu li.sub-podje, #submenu li.sub-zgodo {
			width:80px;
			line-height:24px;
		}
		#submenu li.sub-vizit {
			width:120px;
		}
		#submenu li.sub-sponz, #submenu li.sub-poslo {
			width:110px;
			line-height:24px;
		}
		#submenu li.sub-zapos {
			width:80px;
		}
		#submenu li.sub-upora {
			width:130px;
			line-height:24px;
		}
		#submenu li.sub-med {
			width:80px;
			line-height:24px;
		}
	
#head {	
	height:175px;
	background:url(images/bg_head.jpg) top left no-repeat;
	padding:25px 18px 15px 18px;
	color:#FFFFFF;
}
#head_home {	
	float:left;
	width:580px;
	height:311px;
	background:url(images/glava_uvodna.jpg) top left no-repeat;
	margin-top:1px;
}
#head_dejavnost {	
	float:left;
	width:580px;
	height:311px;
	background:url(images/dejavnost_animacija.gif) top left no-repeat;
	margin-top:1px;
}
#head_podjetje {	
	float:left;
	width:580px;
	height:311px;
	background:url(images/glava_podjetje.jpg) top left no-repeat;
	margin-top:1px;
}
#head_fransiza {	
	float:left;
	width:580px;
	height:311px;
	background:url(images/glava_skupina.jpg) top left no-repeat;
	margin-top:1px;
}
#head_uporabniki {	
	float:left;
	width:580px;
	height:311px;
	background:url(images/glava_uporabniki.jpg) top left no-repeat;
	margin-top:1px;
}
	
	#slogan {
		float:left;
		width:240px;
		padding-left:20px;
		font-size:28px;
		line-height:150%;
	}
	
	
#left {
	float:left;
	width:170px;
	padding:20px 10px 10px 20px;
}
	#left h1 {
		background:#33A3ED url(images/icon_arrow.gif) 175px center no-repeat;
		margin:21px 0px;
		height:29px;
		font-size:20px;
		font-weight:normal;
		font-style:italic;
		color:#FFFFFF;
		padding:1px 35px 0px 0px;
		text-align:right;
		border-right:2px solid #FFFFFF;
	}
	#left ul {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	#left li {
		list-style-position: outside;
		background-color:#696969;
		margin-bottom:10px;
		height:20px;
		color:#FFFFFF;
		text-align:right;
		padding:3px 25px 0px 0px;
		border-right:4px solid #FFFFFF;
	}
	#left a {
		color:#FFFFFF;
	}
	#left .submenu {
		background:#BCBCBC;
		color:#FFFFFF;
		margin-top:-6px;
	}
	#left .submenu a {
		color:#FFFFFF;
	}
	#left .active_menu {
		background:#33A3ED;
		text-decoration:underline;
	}
	
	.rss-novice {
		border:none;
		width:170px;
		height:500px;
		overflow:hidden;
	}

#right {
	float:left;
	width:580px;
}
	
	#index_left {
		float:left;
		width:220px;
		margin:0px 0px 10px 3px;
		padding:0px 0px 10px 0;
		/*background:url(images/bg_projekti.gif) top left no-repeat;
		border:1px solid #F5F5F5;
		background:#FCFCFC;*/
	}
	#index_center {
		float:left;
		width:200px;
		margin:0px 10px 10px 0px;
		padding:0px 10px 10px 0;
		/*background:url(images/bg_novice.gif) top right no-repeat;
		border:1px solid #F5F5F5;
		background:#FCFCFC;*/
	}
	#index_right {
		float:left;
		width:205px;
		margin:0px 9px 10px 0px;
		padding:0px 10px 10px 0;
		/*background:url(images/bg_seminar.gif) top right no-repeat;
		border:1px solid #E9F6FF;
		background:#F1F9FF;*/
	}
	
		#index_center h1, #index_right h1, #index_left h1 {
			padding:20px 0px 2px 0px;
			font-size:13px;
			color:#333333;
			line-height:110%;
		}
		
		#index_left h1 a {
			color:#FDAC24;
		}
		#index_center h1 a {
			color:#696969;
		}
		#index_right h1 a {
			color:#33A3ED;
		}
		
		#index_center h3, #index_right h3, #index_left h3 {
			margin:0px;
			font-size:20px;
			color:#696969;
			font-weight:normal;
		}
		#index_center h4, #index_right h4, #index_left h4 {
			margin:0;
			padding:10px 0 10px 16px;
			border-left:1px solid #EFEFEF;
			font-size:23px;
			font-weight:normal;
		}
		#index_center h4 {
			background:url(images/bg_h4_novice.jpg) 18px bottom no-repeat;
		}
		#index_right h4 {
			border-left:0;
			background:url(images/bg_h4_projekti.jpg) 17px bottom no-repeat;
		}
		#index_left h4 {
			border-left:1px solid #D3ECFF;
			background:url(images/bg_h4_seminarji.jpg) 17px bottom no-repeat;
		}
		
		#index_right ul {
			margin:0;
			padding:0;
		}
		
		.h4_oranzen {
			color:#FDAC24;
		}
		.h4_siv {
			color:#696969;
		}
		.h4_crn {
			color:#000;
		}
		.h4_moder {
			color:#33A3ED;
		}
		.h4_zelen {
			color: #339900;
		}
		.h4_rdec {
			color: #E3391C;
		}
		
		#index_center .post {
			padding-left:16px;
			border-left:1px solid #EFEFEF;
			padding-bottom:0px;
		}
		#index_right .post {
			padding-left:16px;
			border-left:1px solid #D3ECFF;
			background:url(images/bg_post_right.jpg) right bottom no-repeat;
			padding-right:10px;
			padding-bottom:16px;
		}
		#index_left .post {
			padding-left:16px;
			border-left:0;
			padding-right:20px;
			background:url(images/bg_post_left.jpg) right bottom no-repeat;
			padding-bottom:16px;
		}
		
			.crta_siva {
				border-left:1px solid #EFEFEF;
			}
			.crta_modra {
				border-left:1px solid #D3ECFF;
			}
		
		.date {
			margin:0px 0px 10px 0px;
			color:#005A91;
			font-size:11px;
		}
		.more {
			margin:10px 0px 0px 0px;
			font-weight:bold;
			font-size:12px;
		}
		.icon_more {
			background:url(images/icon_more.gif) center left no-repeat;
			padding-left:16px;
		}
		.icon_archive {
			background:url(images/icon_archive.gif) center left no-repeat;
			padding-left:16px;
		}
		.archive {
			margin:0;
			padding:10px 0 10px 16px;
			border-top:1px solid #F3F3F3;
			font-weight:bold;
		}
	
	#content {
		font-size:13px;
	}
		#content h1 {
			margin:0px 0px 16px 0px;
			font-size:23px;
			color:#007BC1;
			font-weight:normal;
			font-style:italic;
			border-bottom:1px solid #EFEFEF;
		}
		#content h2 {
			margin:10px 0px 6px 0px;
			font-size:16px;
			color:#33A3ED;
			font-style:italic;
		}
			#content h2 a {
				color:#33A3ED;
			}
			#content .h2_manjsi {
				font-size:14px;
			}
		#content h3 {
			margin:0px 0px 6px 0px;
			font-size:14px;
			color:#33A3ED;
			font-style:italic;
		}
		#content .povezani {
			margin:20px 0px 0px 0px;
			font-size:12px;
			color:#333333;
			font-weight:bold;
			background:url(images/related2.gif) top left no-repeat;
			padding:2px 0px 0px 36px;
			width:200px;
			height:18px;
			position: relative;
		}
		#content h4 {
			margin:10px 0px 0px 0px;
			font-size:13px;
			color:#333333;
		}
		#content p {
			padding-bottom:10px;
		}
		#content img {
			border:0px solid #8DCCF5;
			margin:5px;
		}
		#content .post {
			height: auto;
		}
		#related {
			margin:10px 0px 0px 0px;
			background:url(images/related.jpg) top left no-repeat;
			padding:16px;
		}
		/*.related_post {
			float:left;
			width:175px;
			padding-right:11px;
		}*/
		#content #related h4 {
			padding:0;
			margin-top:14px;
			border:0;
		}
		
		#related .date_related, #podjetje_obvestila .date_related, #podjetje_prosto .date_related, #podjetje_projekti .date_related {
			margin:0;
			color:#005A91;
			font-size:11px;
		}
		#podjetje_projekti {
			background:url(images/bg_podjetje_projekti.jpg) left top no-repeat;
			border:1px solid #F7E2CA;
			margin:10px 0px 10px 0px;
			padding:10px;
		}
		#podjetje_obvestila {
			background:url(images/bg_podjetje_aktualno.jpg) left bottom no-repeat;
			border:1px solid #EEEEEE;
			float:left;
			width:173px;
			margin:0px 0px 10px 0px;
			padding:10px;
		}
		#podjetje_prosto {
			background:url(images/bg_podjetje_prosto.jpg) right bottom no-repeat;
			border:1px solid #D3ECFF;
			float:right;
			width:173px;
			margin:0px 0px 10px 0px;
			padding:10px;
		}
		#podjetje_obvestila h5, #podjetje_prosto h5, #podjetje_projekti h5, #related h5 {
			font-size:18px;
			margin:10px 0 8px 0;
			padding:0px;
			font-weight:normal;
			color: #777;
		}
		#podjetje_obvestila h6, #podjetje_prosto h6, #podjetje_projekti h6, #related h6 {
			font-size:16px;
			margin: 15px 30px 10px 10px;
			padding-left: 20px;
			border-left: 5px solid #ddd;
			color: #777;
		}
		#podjetje_obvestila h4, #podjetje_prosto h4, #podjetje_projekti h4 {
			margin:0;
			padding:10px 0 0 0;
			border-left:0px solid #EFEFEF;
			font-size:13px;
			font-weight:normal;
		}
	
	
	
	#right #sidebar {
		float:right;
		width:135px;
		margin:0px 0px 10px 0px;
	}
	
		#enews, #seminar {
			border: 1px solid #E9E9E9;
			background: #FFFFFF;
			padding: 4px 5px 10px 5px;
			margin: 0 0 16px 0;
		}
		#enews {
			margin: 18px 0 16px 0;
		}
		
		#enews p {
			font-weight:bold;
			padding:12px 0 0 16px;
			margin: 0;
		}
		#seminar p {
			font-weight:bold;
			padding:0px 0px 6px 16px;
		}
		#seminar .post {
			height:auto;
		}
		#seminar li {
			background:url(images/icon_link.gif) left 3px no-repeat;
			padding:0 0 10px 14px;
			border-bottom:1px solid #F3F3F3;
			margin:8px 0 0 4px;
		}
		#enews input {
			font-size:11px;
			color:#0C82D0;
			border:1px solid #999999;
			padding:1px 3px;
			width:97px;
			margin:0px 0px 6px 16px;
		}
		#enews .button_search {
			background:url(images/button_enews.jpg) top left no-repeat;
			border:0px;
			color:#FFFFFF;
			font-size:11px;
			cursor:pointer;
			width:105px;
			height:16px;
			text-align:center;
			font-weight:bold;
		}
		
		#enews .radio_fix {
			width:10px;
			border:0;
			padding:0;
			margin:0 0 0 6px;
		}
		
		#links {
			padding:0px 0px 10px 20px;
			margin-bottom:20px;
		}
		#links h4 { margin-bottom: 19px; }
		#links ul {
			list-style:none;
			margin:6px 0px 14px 0px;
			padding:0px;
		}
		#links li {
			list-style:none;
			list-style-position:outside;
			background:url(images/icon_link.gif) left 6px no-repeat;
			padding-left:20px;
			margin:0px 0px 1px 1px;
			color:#999999;
			font-weight:bold;
		}
		#links li a {
			color:#999999;
		}
		#links a:hover {
			color:#0C82D0;
	}
		
		#fransiza {
			background:url(images/line.gif) bottom left no-repeat;
			padding:0px 0px 24px 20px;
		}

#footer {
	height: 65px;
	background:url(images/bg_footer.jpg) bottom left repeat-x;
	font-size:11px;
	color:#666666;
	font-weight:bold;
}
	#footer_left {
		width:198px;
		height:65px;
		background:url(images/bg_foot_left.jpg) top left repeat-x;
		float:left;
		border-right:2px solid #FFFFFF;
	}
	#footer .bg {
		width:780px;
		margin:0px auto;
		background:url(images/bg_foot_right.jpg) top left repeat-x;
		height: 65px;
		border-left:2px solid #FFFFFF;
		border-right:2px solid #FFFFFF;
	}
	#footer p {
		padding:25px 0px 0px 213px;
	}
	#footer a {
		color:#666666;
	}
	#footer a:hover {
		color:#0C82D0;
	}

p.postmetadata {
	margin:0px;
	padding:0px;
}



#let15 {
	position:absolute;
	right:0;
	top:0;
	background:url(images/let15.gif) left top no-repeat;
	width:122px;
	height:122px;
	z-index:1000;
	display:none;
}


/* --- stili --- */

	.oranzen {
			color:#FDAC24;
	}
	.siv {
		color:#696969;
	}
	.moder {
		color:#33A3ED;
	}
		
	.leva_crta {
			margin: 15px 30px 0 10px;
			padding-left: 20px;
			border-left: 5px solid #ddd;
			color: #777;
		}
	
	
	
	
	
	
	
	
	
/* --------------------------------- PRENOVA 09.09.09 ------------------------- */

.prva-bg {
	background: url(images/prva_bg.jpg) left top repeat-y;
	margin: 0 0 10px 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.podstran-bg {
	background: url(images/podstrani_bg.jpg) left top repeat-y;
	margin: 0 0 10px 0;
}

.prva-levo {
	float: left;
	width: 642px;
}
	
	.prva-stolpec1, .prva-stolpec2, .prva-stolpec3, .prva-stolpec4, .prva-stolpec5, .prva-stolpec6 {
		float: left;
		width: 181px;
		padding: 0 16px;
	}
	
	.prva-stolpec2, .prva-stolpec5, .prva-stolpec6 {
		border-left: 1px solid #EFEFEF;
	}
	
	.prva-stolpec3 {
		border-left: 1px solid #EFEFEF;
		width: 183px;
		padding: 0 15px;
	}
			
		.prva-stolpec1 h1, .prva-stolpec2 h1, .prva-stolpec3 h1, .prva-stolpec4 h1, .prva-stolpec5 h1, .prva-stolpec6 h1 {
			padding:20px 0px 2px 0px;
			font-size:13px;
			color:#333333;
			line-height:110%;
		}
		
		.prva-stolpec1 h1 a {
			color:#33A3ED;
		}
		.prva-stolpec2 h1 a, .prva-stolpec5 h1 a {
			color:#696969;
		}
		.prva-stolpec4 h1 a, .prva-stolpec6 h1 a {
			color:#FDAC24;
		}
		.prva-stolpec3 h1 a {
			color:#E3391C;
		}
		
		.prva-stolpec1 h4, .prva-stolpec2 h4, .prva-stolpec3 h4, .prva-stolpec4 h4, .prva-stolpec5 h4, .prva-stolpec6 h4 {
			margin:0;
			padding:10px 0 10px 0;
			font-size:23px;
			font-weight:normal;
		}
		/*
		.prva-stolpec1 h4 {
			background:url(images/bg_h4_seminarji.jpg) 1px bottom no-repeat;
		}
		.prva-stolpec2 h4 {
			background:url(images/bg_h4_novice.jpg) 2px bottom no-repeat;
		}
		.prva-stolpec3 h4 {
			background:url(images/bg_h4_projekti.jpg) 2px bottom no-repeat;
		}
		.prva-stolpec4 h4 {
			background:url(images/bg_h4_ponudba.jpg) 1px bottom no-repeat;			
		}
		.prva-stolpec5 h4 {
			background:url(images/bg_h4_povezave.jpg) 1px bottom no-repeat;
		}
		.prva-stolpec6 h4.h4_zelen {
			background:url(images/bg_h4_povprasevanje.jpg) 2px bottom no-repeat;
		}
		*/
		.prva-stolpec6 h4 { margin-bottom: 19px; }
		.prva-stolpec6 h4.h4_moder { margin-bottom: 0; }
		
		.button-povprasevanje {
			padding: 16px 0 20px 0;
			border-bottom: 1px solid #EFEFEF;
		}
		
		a.icon-blue {
			background: url(images/icon_blue.jpg) left center no-repeat;
			padding-left: 10px;
			color: #3DA0E1;
		}
	
	.prva-casopis {
		padding: 30px 0 0 10px;
	}
		


/* ------ PAGE.PHP -------- */	
	
.stran-levo {
	float: left;
	width: 148px;
	padding: 10px 18px 14px 10px;
	background: url(images/bg_stran_levo.jpg) left top no-repeat;
}

.stran-sredina {
	float: left;
	width: 434px;
	padding:10px 16px 10px 16px;
}


/* ------ SIDEBAR.PHP -------- */	
	
.skrajni-desni {
	float: left;
	width: 148px;
	padding: 10px 4px 14px 14px;
	background: url(images/bg_skrajni_desni.jpg) left top no-repeat;
	overflow-x: hidden;
}

	.skrajni-desni #sidebar {
		
	}
	
	
	.banner-video-top {
		background: url(images/banner_video_top.jpg) left top no-repeat;
		padding: 135px 12px 0 12px;
		font-size: 14px;
		line-height: 15px;
		color: #666666;
		font-weight: bold;
	}
	
		.banner-video-top a { color: #666666; }
		.banner-video-top a:hover { color:#0C82D0; }
	
	.banner-video-bottom {
		background: url(images/banner_video_bottom.jpg) left top no-repeat;
		height: 15px;
		overflow: hidden;
		margin-bottom: 16px;
	}
	
	
	
/* - css za povprasevanje - */

#content .povprasevanje-obrazec label {
	float: left;
	width: 100px;
}

#content .povprasevanje-obrazec .tabela input {
	width: 30px;
	text-align: center;
}

#content .povprasevanje-obrazec .tabela th {
	text-align: left;
}

#content .povprasevanje-obrazec input.input_code {
	width: 70px;
}

#content .povprasevanje-obrazec textarea {
	width: 300px;
	height: 50px;
}

#content .povprasevanje-obrazec .button_povprasevanje {
	width: 105px;
	height: 16px;
	text-align: center;
	background: url(images/button_enews.jpg) left top no-repeat;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

#content .povprasevanje-obrazec .input-msg {
	border: 1px solid #FF0000;
}

#content .message {
	border: 1px solid #FF0000;
	padding: 10px;
	color: #CC0000;
}

#content li.aktivno a {
	color:#33A3ED;
	font-weight: bold;
}



/***
 ***  Calendar
 ***/
 
.koledar-month {
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #333333;
	background: url(images/bg_caption.jpg) left top repeat-x;
	padding: 2px 0 3px 0;
}
#koledar {
	width: 148px;
	margin: 0 0 16px 0;
	border-collapse: collapse;
	font-size: 11px;
}

#koledar td.danes {
	display: block;
	font-weight: bold;
	background: #C7C7C7 url(images/bg_today.gif) left top no-repeat;
	border: 0;
}

#koledar td.dogodek {
	
	color: #FFF;
	background: #67ABF5;
	border: 0;
	border-left: 1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#koledar td.vikend { color: gray; }

#koledar th {
	color: #666666;
	background-color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	padding: 4px 0 2px 0;
}
#koledar td {
	border: 1px solid #FFFFFF;
	background-color: #C7C7C7;
	text-align: center;
	padding: 0;
	border-collapse: collapse;
}

#koledar span { cursor: pointer; display: block; }

img#sublogo {position: absolute; top: 88px; left: 98px;}
#slo-map {
	position: absolute; top: 70px; left: 510px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}