@charset "utf-8";

/* CSS Document */
/*all elemnents settings*/
* 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#626161;
	font-size:12px;
}

body, html
{
	margin:0px;
	padding:0px;
}

img{
	border:0;
}

blockquote { 
  margin:0;
}

/*main container of the page*/
div#page
{
	width:960px;
	margin:0 auto;
}

/*header*/
div#header
{
	background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll 0 0px transparent;
	width:960px;
	height:161px;
}
	/*header logo*/
	div#headerLogo
	{
		width:31px;
		height:38px;
		position:absolute;
		margin-left:33px;
		margin-top:27px;
	}
	
	/*header title*/
	div#headerTitle
	{
		position:absolute;
		position:absolute;
		margin-left:92px;
		margin-top:30px;
	}
	
	div#headerTitlePrint
	{
		position:absolute;
		position:absolute;
		margin-left:94px;
		margin-top:30px;
		display:none;
	}
	
	/*header items - language, search, etc.*/
	div#headerItems
	{
		position:absolute;
		margin-left:730px;
		width:230px;
		height:161px;
		overflow:hidden;
	}
	div#headerItems select
	{
		font-size:11px;
		width:171px;
		border: 1px solid #d8d8d8;
		padding:1px;
	}
	
	div#headerItems input.inputText
	{
		font-size:11px;
		width:163px;
		float:left;
		border: 1px solid #d8d8d8;
		padding:3px;
	}
	
	div#headerItems input.inputButton
	{
		margin-right:20px;
		float:right;
		margin-top:2px;
	}
	
		/*language bar*/
		div#language
		{
			padding-top:5px;
			padding-bottom:5px;
		}
		
		div#language a
		{
			font-size:11px;
		}
		
		/*agencies*/
		div#agencies p
		{
			padding-top:5px;
			padding-bottom:5px;
			margin:0px;
		}
		
		div#agencies p a
		{
			font-size:11px;
		}
		
		/*search*/
		div#search
		{
			font-size:11px;
		}
		
		div#search p
		{
			padding:5px;
			margin:0px;
		}
		
div#menuMain
{
	height:53px;
	width:960px;
	margin-top:2px;
	font-weight:bold;
	background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll 0 -163px transparent;
	overflow:hidden;
}

	div#menuMain ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
	div#menuMain ul li
	{
		margin:0px;
		float:left;
	}
	
	div#menuMain ul li a#btnHome
	{
		width:20px;
		height:53px;
		text-indent:-9999px;
		display:block;
	}
	
	div#menuMain ul li a#btnHome:hover, div#menuMain ul li.active a#btnHome
	{
		background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll 0 -218px transparent;
		width: 20px;
		height: 53px;
	}
	
	div#menuMain ul li a.buttonMenu
	{
		height:33px;
		display:block;
		margin-left:2px;
		padding:10px;
		background-repeat:no-repeat;
		overflow:hidden;
	}

	div#menuMain ul li.active a#btn1, div#menuMain ul li.active a#btn2, div#menuMain ul li.active a#btn3, div#menuMain ul li.active a#btn4, div#menuMain ul li.active a#btn5, div#menuMain ul li.active a#btn6
	{
		background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
		color:#fff; 
	}

	
	div#menuMain ul li a#btn1
	{
		width:134px;
	}
	
	div#menuMain ul li a#btn1:hover
	{
		background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a#btn2
	{
		width:135px;
	}
	
	div#menuMain ul li a#btn2:hover
	{
		background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a#btn3
	{
		width:134px;
	}
	
	div#menuMain ul li a#btn3:hover
	{
		background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a#btn4
	{
		width:135px;
	}
	
	div#menuMain ul li a#btn4:hover
	{
		background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a#btn5
	{
		width:135px;
	}
	
	div#menuMain ul li a#btn5:hover
	{
		background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a#btn6
	{
		width:135px;
	}
	
	div#menuMain ul li a#btn6:hover
	{
		background: url("fileadmin/template/dkp/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a
	{
		text-decoration:none;
	}
	
	div#menuMain ul li a:hover
	{
		color:#fff;
	}

	div#rootLine
	{
		width:960px;
		height: 20px;
		margin-top: 7px;
	}
	
	div#rootLine ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
		height:23px;
		line-height:23px;
		background-image:url(fileadmin/template/dkp/images/arrow.gif);
        background-repeat:no-repeat;
        background-position:6px 7px;
	padding-left:20px;
	}
	
	div#rootLine ul li
	{
		float:left;
		margin-left:12px;
	}

	div#rootLine ul li.active {
	}

	div#rootLine ul li a {
	  	margin-right:10px;
		color:#529CBA;
	}

	div#mainContainer
	{
		width:715px;
		float:left;
		min-height:300px;
		padding-bottom:35px;
		/*background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);
 	 	padding-top:7px;
		background-repeat:repeat-x;*/
	}

	p.indent {  
		padding-left: 40px !important;
	}
	
	p.align-center {
		text-align: center;
	}
	
	p.align-justify {
		text-align: justify;
	}
	
	p.align-right {  
		text-align: right;  
	}

	.povezava, p.povezava a {
		color:#529CBA;
		text-decoration:underline;
	}

	.poudarjena_povezava, p.poudarjena_povezava A{
		font-weight:bold;
		color:#529CBA;
		text-decoration:underline;
	}
	.rumena_povezava, p.rumena_povezava A{
		font-size:10px;
		color:#ffdd00;
		text-decoration:none;
	}
	
	/*categories*/
	
	div.contentCategory, div.csc-header, div.news-latest-container, div.news-search-form, div.news-single-item, div.csc-textpic {
		/*background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);*/
  		padding-top:1px;
		margin-top:0px;
  		/*background-repeat:repeat-x;*/
		clear:both;
		background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);
 	 	padding-top:7px;
		background-repeat:repeat-x;
	}
	#mainContainer .csc-frame-indent {
		background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);
		margin-top:0px;
  		background-repeat:repeat-x;
		clear:both;
	}	

	div.contentFirstCategory {
		background-image:none !important;
	}	

	div.contentCategorySpace {
		margin-top:35px;
		padding-top:20px;
	}
	div.contentCategoryWOLine {
		margin-top:15px;
	}
	
	#mainContainer .csc-frame-rulerBefore {
		background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);
  		padding-top:7px;
  		background-repeat:repeat-x;
		clear:both;
	}
	#mainContainer2 .csc-frame-rulerBefore {
		background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);
  		padding-top:7px;
  		background-repeat:repeat-x;
		clear:both;
	}
	#rightContainer .csc-frame-rulerBefore {
		background-image:url("fileadmin/template/dkp/images/backgroundSpacer.gif");
		background-repeat:repeat-x;
		clear:both;
		padding-top:7px;
	}

	div#rightContainer h1.csc-firstHeader, div#rightContainer .news-latest-h2 {
		/*padding-top: 11px;*/
		font-size: 14px;
	}

	div#mainContainer div#images div.image
	{
		float:left;
		margin:8px;
		width:162px;
		height:100px;
		overflow:hidden;
	}

	/*main content h1*/
	div#mainContainer h1, p.naslov1, div#mainContainer2 h1
	{
		font-size:14px;
		font-weight:bold;
		background-color:transparent;
		background-image:url(fileadmin/template/dkp/images/blank.gif);
		padding-top:5px;
		padding-bottom:5px;
		margin-top:5px;
		margin-bottom:0px;
		text-transform: uppercase;
	}

	div#mainContainer h1.page_title, div#mainContainer2 h1.page_title
	{
		clear:both;
		margin-top:0;
		padding-top:13px;
	}

	/*main content h2*/
	div#mainContainer h2, .newstitle, p.naslov2, div#mainContainer2 h2
	{
		font-size:24px;
		font-weight:bold;
		color:#529CBA;
		margin-top:10px;
		margin-bottom:10px;
	}

	h4, h4 a
        {
                font-size:14px;
                font-weight:bold;
                color:#529CBA;
		margin:0px;
		padding:0px;
        }

	
	/*main content h3*/
	div#mainContainer h3, p.naslov3, div#mainContainer2 h3
	{
		font-size:14px;
		font-weight:bold;
		color:#529CBA;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:5px;
		margin-bottom:0px;
	}
	
	/*header parts 1 - two parts*/
	div.headerParts_1
	{
	}
	
	div.headerPart_1
	{
		float:left;
		width:349px;
	}
	
	div.contentParts_1 h2
	{
		font-size:20px !important;
		margin-top:10px;
		margin-bottom:10px;
	}
	div.contentParts_2 h2
	{
		font-size:15px !important;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	/*big image*/
	div.bigImageContainer
	{
		float:left;
		width:472px;
		height:280px;
	}
	
	/*content container 1*/
	div.contentContainer_1
	{
		float:left;
		width:223px;
		margin-left:17px;
		line-height:16.5px;
	}
	
	/*medium image*/
	div.mediumImageContainer
	{
		width:349px;
		height:231px;
		margin-bottom:17px;
		clear:both;
	}
	
	/*content container 2*/
	div.contentContainer_2
	{
		line-height:16.5px;
	}
	
	div.contentParts_1
	{
		float:left;
		width:349px;
	}
	
	/*small image*/
	div.smallImageContainer
	{
		width:227px;
		height:144px;
		margin-bottom:17px;
		clear:both;
	}
	
	div.contentParts_2
	{
		float:left;
		width:227px;
	}
	
	/*header parts 2 - three parts*/
	
	div.headerPart_2
	{
		float:left;
		width:227px;
	}
	
	div.headerPart_2 h2
	{
		font-size:15px !important;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	div.innerContainer
	{
		width:346px;
		float:left;
	}

div#mainContainer2
{
	width:710px;
	float:left;
	min-height:300px;
}

div#rightContainer
{
	width:227px;
	float:left;
	margin-left:17px;
	min-height:300px;
	line-height:16.5px;
}

	/*categories*/
	div.rightContentCategory
	{
		clear:both;
		padding-bottom:42px;
		background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);
 	 	padding-top:7px;
		background-repeat:repeat-x;
	}
	div.rightContentCategory .arrow,
	div#rightContainer .arrow {
		float:right;
	}


	div.rightContentCategoryWOLine {
		 background-image: none;
	}

	/*right content h1*/
	div.rightContentCategory h1
	{
		font-size:14px;
		font-weight:bold;
		margin-bottom:25px;
	}
	
	/*right content h2*/
	div.rightContentCategory h2,
	div#rightContainer h2
	{
		font-size:14px;
		font-weight:bold;
		margin-bottom:23px;
	}

	/*right content h3*/
	div.rightContentCategory h3
	{
		font-size:14px;
		font-weight:bold;
		margin-bottom:25px;
	}
	
	/*right content a*/
	a.more
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(fileadmin/template/dkp/images/arrow.gif);
		background-repeat:no-repeat;
		background-position:right;
		padding-right:10px;
	}

	span.arrow a {
		background-image:url(fileadmin/template/dkp/images/arrow.gif);
    		background-repeat:no-repeat;
    		background-position:right;
    		padding-right:10px;
		display:inline-block;
		color:#529CBA;
	}

	div.rightContentCategory a
	{
		color:#529CBA;
		text-decoration:underline;
	}
	
	a.audio
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(fileadmin/template/dkp/images/iconsNews.gif);
		background-repeat:no-repeat;
		background-position:0px -14px;
		padding-left:20px;
	}
	
	a.video
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(fileadmin/template/dkp/images/iconsNews.gif);
		background-position:0px 1px;
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	a.foto
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(fileadmin/template/dkp/images/iconsNews.gif);
		background-position:0px -30px;
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	a.message
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(fileadmin/template/dkp/images/iconsNews.gif);
		background-position:0px -47px;
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	a.faq
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(fileadmin/template/dkp/images/iconsNews.gif);
		background-position:0px -80px;
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	a.noIcon
	{
		color:#529CBA;
		text-decoration:underline;
		padding-left:20px;
	}
	
	div.rightContentCategory a.audio:hover, div.rightContentCategory a.video:hover, div.rightContentCategory a:hover, div.rightContentCategory a.more:hover, div.rightContentCategory a.noIcon:hover
	{
		color:#529CBA;
		text-decoration:none;
	}
	
	div#publicMessagesSelection div#pmYears
	{
		border-top:1px solid #d0cfcf;
		border-bottom:1px solid #d0cfcf;
		padding-bottom:5px;
		padding-top:3px;
	}
	
	div#publicMessagesSelection div#pmYears div.pmYear
	{
		float:left;
		margin-left:7px;
	}
	
	div#publicMessagesSelection div#pmYears div.pmYear a
	{
		text-decoration:underline;
		color:#626161;
		font-weight:bold;
	}
	
	div#publicMessagesSelection div#pmYears div.pmYear a:hover
	{
		text-decoration:none;
		color:#529CBA;
	}
	
	div#publicMessagesSelection div#pmYears div.pmYear a.on
	{
		font-weight:bold;
		color:#529CBA;
	}
	
	div#publicMessagesSelection
	{
		border-bottom:1px solid #d0cfcf;
		padding-bottom:3px;
		padding-top:3px;
	}
	
     	#rightContainer div#publicMessagesSelection div.pmMonth
	{
		float:left;
		width:33px;
		display:block;
		padding:2px;
	}
	
	#rightContainer div#publicMessagesSelection div.pmMonth a
	{
		display:block;
		text-align:center;
		text-decoration:none;
		color:#626161;
		background-image:url(fileadmin/template/dkp/images/blank.gif);
		background-repeat:no-repeat;
		background-position:-20px -1px;
		padding:2px;
	}

	#rightContainer div#publicMessagesSelection div.pmMonth span.empty {
		display:block;
		color:#ccc;
		padding:2px;
	}
	
       #rightContainer div#publicMessagesSelection div.pmMonth a:hover
	{
		color:#fff !important;
		font-weight:bold;
		background-position:-20px -1px;
		background-repeat:no-repeat;
		background-image:url(fileadmin/template/dkp/images/backgroundSubMenu.gif);
	}

	
	/*#rightContainer div#publicMessagesSelection div.pmMonth a
	{
		color:#fff !important;
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:-20px -1px;
		background-image:url(fileadmin/template/dkp/images/backgroundSubMenu.gif);
	}*/

div#leftContainer
{
	width:227px;
	float:left;
	margin-right:16px;
	min-height:300px;
	line-height:16.5px;
	clear:both;
}

	div#subMenu
	{
		margin-bottom:30px;
		background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);
	  padding-top:7px;
 		background-repeat:repeat-x;

	}
	
	div#subMenu ul
	{
		list-style:none;
		padding:0px;
		margin:0px;
	}
	
	div#subMenu ul li
	{
	}
	
	div#subMenu ul li.level1 a
	{
		font-weight:bold;
		display:block;
		width:197px;
		line-height:21px;
		padding-left:30px;
		border-bottom: 1px solid #d8d8d8;
		text-decoration:none;
	}
	
	div#subMenu ul li.level1 a:hover
	{
		background-image:url(fileadmin/template/dkp/images/backgroundSubMenu.gif);
		background-repeat:no-repeat;
		color:#FFF;
		background-color:#529bb8;
	}
	
	div#subMenu ul li.level1_active
	{
		background-image:url(fileadmin/template/dkp/images/backgroundSubMenu.gif);
		background-repeat:no-repeat;
		color:#FFF;
		background-color:#529bb8;
		line-height:21px;
		padding-left:30px;
		width:197px;
	}
	
	div#subMenu ul li.level1_active a
	{
		color:#FFF;
		font-weight:bold;
	}
	
	div#subMenu ul li.level2 a
	{
		display:block;
		width:182px;
		line-height:21px;
		margin-left:30px;
		padding-left:15px;
		text-decoration:none;
		border-bottom: 1px solid #d8d8d8;
	}
	
	div#subMenu ul li.level2 a:hover
	{
		text-decoration:underline;
	}
	
	div#subMenu ul li.level2_active
	{
		width:182px;
		line-height:21px;
		margin-left:30px;
		padding-left:15px;
		color:#529CBA;
		background-image:url(fileadmin/template/dkp/images/arrow.gif);
		background-repeat:no-repeat;
		background-position:0px 6px;
		font-weight:bold;
		border-bottom: 1px solid #d8d8d8;
	}
	
	div#subMenu ul li.level3 a
	{
		display:block;
		width:167px;
		line-height:21px;
		margin-left:45px;
		padding-left:15px;
		text-decoration:none;
		border-bottom: 1px solid #d8d8d8;
	}
	
	div#subMenu ul li.level3 a:hover
	{
		text-decoration:underline;
	}
	
	div#subMenu ul li.level3_active
	{
		width:167px;
		line-height:21px;
		margin-left:45px;
		padding-left:15px;
		color:#529CBA;
		background-image:url(fileadmin/template/dkp/images/arrow.gif);
		background-repeat:no-repeat;
		background-position:0px 6px;
		border-bottom: 1px solid #d8d8d8;
	}

	div#hotLinks {
		background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);
		padding-top:7px;
  		background-repeat:repeat-x;
		padding-bottom:7px;
	}
	
	div#hotLinks h2
	{
		font-size:14px;
		font-weight:bold;
	}

	div#hotLinks .csc-textpic-imagewrap {
                margin-bottom:0px;
		margin-top:0px;
        }

        div#hotLinks .csc-textpic-imagewrap dt img {
                margin-bottom:0px;
        }

	
	div.hotLink
	{
		margin-bottom:10px;
		width:227px;
	}
	
div#footer
{
	background-image: url(fileadmin/template/dkp/images/backgroundFooter.gif);
	background-repeat:repeat-x;
	width:960px;
	clear:both;
	display:inline-block;
}

div#footer p {
	padding:0px;
 	margin:0px;
	font-size:11px;
}

	/*contact*/
	div#contact
	{
		width:210px;
		margin-top:15px;
		margin-left:15px;
		font-size:11px;
		float:left;
	}
	
	div#contact a
	{
		font-size:11px;
	}
	
	/*exposed content*/
	div#exposedContent
	{
		width:210px;
		margin-top:15px;
		margin-left:20px;
		font-size:11px;
		float:left;
	}
	
	div#exposedContent a
	{
		font-size:11px;
	}
	
	div#exposedContent li.active
	{
		font-size:11px;
	}
	
	/*info*/
	div#info
	{
		width:210px;
		margin-top:15px;
		margin-left:35px;
		font-size:11px;
		float:left;
	}
	
	div#info a
	{
		font-size:11px;
	}
	
	/*links*/
	div#links
	{
		width:210px;
		margin-top:15px;
		margin-left:30px;
		font-size:11px;
		float:left;
	}
	
	div#links a
	{
		font-size:11px;
	}
	
	div#links ul, div#info ul, div#exposedContent ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}

div#underFooter
{
	height:23px;
	line-height:23px;
	vertical-align:middle;
}

	div#underFooter #copyright
	{
		float:left;
		font-size:11px;
	}
	
	div#underFooter #underFooterMenu
	{
		float:right;
	}
	
	div#underFooter #underFooterMenu ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
	div#underFooter #underFooterMenu ul li
	{
		float:left;
		margin-left:5px;
	}
	
	div#underFooter #underFooterMenu ul li a
	{
		text-decoration:underline;
		color:#529CBA;
		font-size:11px;
		margin-right:5px;
	}
	
	div#underFooter #underFooterMenu ul li a:hover
	{
		text-decoration:none;
	}
/*main links/a settings*/
a 
{
	text-decoration:underline;
}

div#mainContainer a, div#mainContainer2 a, div#rightContainer a,
div#mainContainer a b, div#mainContainer2 a b, div#rightContainer a b,
div#mainContainer a span, div#mainContainer2 a span, div#rightContainer a span {
	color:#529CBA;
}
div#mainContainer a strong, div#mainContainer2 a strong, div#rightContainer a strong {
	color:#529CBA !important;
}
	

a:hover
{
	text-decoration:none;
}

a.arrow
{
	background-image:url(fileadmin/template/dkp/images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	background-position:0px 3px;
}

/*commons*/

#leftContainer a img {
	border:2px solid #ccc;
}

div.emptyLine
{
	clear:both;
}

div.emptyLine2
{
	clear:both;
	height:1px;
}

div.emptyColumn
{
	float:left;
	height:1px;
}

div.spacer
{
	background-image:url(fileadmin/template/dkp/images/backgroundSpacer.gif);
	height:7px;
	background-repeat:repeat-x;
}

div.spacer2
{
	height:1px;
	background-color: #d0cfcf;
	margin-bottom:10px;
}

span.active
{
	color:#529CBA;
}

/*simple news search*/
.tx-simplnewssearch-pi1 .archiveList tr td {
	border-bottom:1px solid #898888;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
}

.tx-simplnewssearch-pi1-browsebox-SCell {
	font-weight: bold;
}

.list_text_gallery {
	border-bottom:1px solid #898888;
        padding-bottom:10px;
        padding-top:10px;
	padding-left:0px;	
}
.list_image_gallery {
	border-bottom:1px solid #898888;
        padding-bottom:10px;
        padding-top:10px;
	padding-right:0px;
}


/* JAVNI RAZPISI */
.tx-razpisi-pi1 table tr td
{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #d0cfcf;
}

.tx-razpisi-pi1 table tr td table tr td, .tx-razpisi-pi1 table tr td.bback
{
         border:none !important;
}

.tx-t3javnirazpis-pi1 table tr td.app_head,
.tx-t3javnirazpis-pi1 table tr.app_head td {
	background-color: #fff;
}

/*advanced search*/
div#advancedSearch
{
	margin-top:30px;
}

div#advancedSearch div.labelContainer
{
	float:left;
	width:110px;
}

div#advancedSearch div.formContainer
{
	float:left;
	width:295px;
}

input.textBox
{
	width:225px;
	border: 1px solid #d8d8d8;
	padding:3px;
}

div#advancedSearch input.date
{
	border: 1px solid #d8d8d8;
	padding:3px;
}

div#advancedSearch form p
{
	margin:0px;
	padding:0px;
}

/*prijava na e-novice*/

div#enewsSign div.labelContainer
{
	float:left;
	width:110px;
}

div#enewsSign div.formContainer
{
	float:left;
	width:295px;
}

div#enewsSign form p
{
	margin:0px;
	padding:0px;
}

div#searchResults span.date
{
	padding-left:10px;
	font-size:11px;
}

span.date
{
	font-size:11px;
}


.tx-simplnewssearch-pi1-browsebox {
	text-align:left;
}

.clear {
        clear:both;
}


/******************************************/

/*** multiple content */

.ui-tabs .ui-tabs-nav {
height:21px;
list-style:none outside none;
margin:0;
padding:0;
}

.ui-tabs  {
	padding:0px !important;
}

.ui-tabs .ui-tabs-nav li {
float:left;
margin:0;
padding:0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
background-image:url(fileadmin/template/dkp/images/buttons/buttonTabHover.gif);
background-repeat:repeat-x;
text-decoration:none !important;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
background-image:url(fileadmin/template/dkp/images/buttons/buttonTab.gif);
background-repeat:repeat-x;
border-color:#FFFFFF;
border-style:solid solid none;
border-width:1px 1px medium;
color:#FFFFFF;
display:inline-block;
float:left;
font-weight:bold;
height:21px;
line-height:19px;
padding-left:9px;
padding-right:9px;
text-decoration:none !important;
vertical-align:middle;
}

/*********** tt_news ***************/
.news-single-item h1 {
	text-transform: uppercase;
}
.news-single-item .newsdate {
	float:right;
	font-weight:normal;
	font-size:11px;
}

.news-single-item p {
	/* clear:both; disableano za prikaz slik */
	padding-top:10px;
}

/* novo za prikaz slik */
.news-single-img {
    display: block;
    float: right;
    /* width: 250px; */
    position: relative;
    margin-left: 5px;
    padding: 0;
    text-align: center;

.news-single-item .news-single-backlink {
        background-image:url("fileadmin/template/dkp/images/arrow.gif");
        background-position:left center;
        background-repeat:no-repeat;
        padding-left:15px;
	margin-top:15px;
}


span.newsdate {
	font-size:11px;
}

.news-list-container div.spacer2 {
	margin-top:10px;
}
.news-list-container {
	padding-bottom:10px;
	padding-top:10px;
}


.news-list-text {
	padding-right:10px;
}


/***** tt_news AMENU  ************/
#rightContainer #publicMessagesSelection {
	text-transform:uppercase;
}

#rightContainer #publicMessagesSelection table {
	clear:left;
	color:#B1B0B0;
	text-align:center;
}
 

#rightContainer #publicMessagesSelection  td div.pmMonth {
	padding:0px 0px 0px 0px;
	text-align:center;
	height:12px;
	margin-bottom:5px;
	width:33px;
}

#rightContainer #publicMessagesSelection table a {
	color:#626060;
	text-transform:uppercase;
}
#rightContainer #publicMessagesSelection td div.pmMonth {
	color:#B1B0B0;
	text-align:center;
}

#rightContainer #publicMessagesSelection td div.pmMonth a {
	cursor:pointer;
	display:block;
	text-decoration:none;
	width:33px;
}

/**************** powermail*/

.tx-powermail-pi1 form fieldset {
	border:none !important;
}

.tx-powermail-pi1 form fieldset legend {
	display:none;
}

.tx-powermail-pi1 form fieldset label {
	width:100px !important;
	display:block;
	float:left;
}

.tx-powermail-pi1 form fieldset div {
	margin-bottom:10px;
}

.tx-powermail-pi1 form fieldset div input.powermail_text, .tx-powermail-pi1 form fieldset div textarea.powermail_textarea {
	width:225px;
	border: 1px solid #d8d8d8;
	padding:3px;
}

.tx-powermail-pi1 form fieldset div textarea.powermail_textarea {
	height:100px;
}


/**************** gallery*/
.myGallery {
	border:none !important;
}

.jdGallery a.left {
	background-image: url(fileadmin/template/dkp/images/prev-horizontal-small.png) !important;
}

.jdGallery a.right {
        background-image: url(fileadmin/template/dkp/images/next-horizontal-small.png) !important;
}

div#mainContainer .jdGallery .slideInfoZone h2
{
	padding: 0 5px 0 0;
	font-size: 90%;
	margin: 5px 10px;
	font-weight: normal;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

/********* fotogalerija ***************/
span.foto_arrow {
	background-image:url("fileadmin/template/dkp/images/arrow.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
}

.rgsgcontent .jdGallery {
	margin-right:0px;
}


#searchResults .arrow_search {
	background-image:url("fileadmin/template/dkp/images/arrow.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
}

#hotLinks p {
	padding-top:5px;
	padding-bottom:5px;
}

div.csc-textpic-center div.csc-textpic-imagewrap, div.csc-textpic-left div.csc-textpic-imagewrap {
	margin-top:10px;
	margin-bottom:10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-top:10px;
	margin-bottom:10px;
}
div.csc-textpic-intext-left-nowrap img {
	margin-top:0px !important;
}
div.csc-textpic-intext-right-nowrap img {
	margin-top:0px !important;
}
div.csc-textpic-intext-left img {
	 margin-top:0px !important;
}
div.csc-textpic-intext-right img {
	margin-top:0px !important;
}

.newsSpacer {
        margin-bottom:10px;
}

.tx-ttnews-browsebox-SCell  {
	background-color:#FFF;
}
.browseLinksWrap .disabled {
        display:none;
}
.news-list-browse .active {
	font-weight:bold;
}

.news-list-browse a {
	text-decoration:none;
}
.news-list-browse a:hover {
	text-decoration:underline;
}

 
