/* CSS Document */

body {
	background-color: #111111;
	/*background:#111 url(img/bcg1.jpg);*/
	/*background-image: url(img/bcg.gif);*/
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

h1 {
	font-size: 24px;
	color: #656564;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #656564;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	text-align: left;
	color: #CCFF33;
	background-color: #29330A;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

li {
	margin-bottom: 10px;
}

/* divovi */

div#mainWrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #111111;
	background: #000;;
}

div#left {
	width: 200px;
	padding-left: 40px;
	padding-top: 43px;
	float: left;
	padding-bottom: 35px;
}

div#logo {
	border-bottom: 1px solid #656564;
	height: 155px;
}

div#menu {
	padding-top: 20px;
}

div#changeLanguage {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #656564;
	border-top: 1px solid #656564;
}

div#bannerVideo {
	padding-top: 25px;
}

div#bannerFb {
	padding-top: 15px;
	
}

div#banner {
	padding-top: 35px;
	height: 187px;
	/*border-bottom: 1px solid #656564;*/
}

div#homeMiddle {
	width: 350px;
	margin-left: 55px;
	padding-top: 50px;
	float: left;
	padding-bottom: 13px;
	/*border-bottom: 1px solid #656564;*/
}

div#mainPhoto {

}

div#news {
	
}

.singleNews {
	width: 350px;
	float: left;
	padding-bottom: 23px;
	font-size: 11px;
}

div#homeRight {
	width: 200px;
	float: right;
	padding-right: 55px;
	padding-top: 50px;
}

div#footer {
	width: 870px;
	height: 150px;
	padding-top: 40px;
	padding-left:40px;
	padding-right: 40px;
	background: #000;
	/*float: left;*/
	margin: 0 auto;

}

div#logoFooter {
	width: 255px;
	float: left;
	padding-bottom: 40px;
}

div#contactFooter {
	width: 160px;
	float:left;
	color: #545454;
	padding-bottom: 40px;
	font-size: 11px;
}

div#agenaEunet {
	width: 395px;
	float: right;
	text-align: right;
}

div#secondMiddle {
	width: 615px;
	margin-left: 55px;
	padding-top: 50px;
	float: left;
	padding-bottom: 25px;
	
}

div#secondMiddleArchive {
	width: 615px;
	margin-left: 55px;
	padding-top: 50px;
	float: left;
	padding-bottom: 25px;
}

div#pageTitle {
	padding-top: 18px;
}

div#secondMiddleLeftCol {
	width: 420px;
	float: left;
}

div#secondMiddleRightCol {
	width: 160px;
	float: right;
}

div#breadcrumb {
	font-size: 10px;
	padding: 2px;
	margin-bottom: 30px;
}

div#video {
	width: 100%;
	background-image: url(img/bcg_video.jpg);
/*	border-top: 1px solid #656564;
	border-bottom: 1px solid #656564;*/
	text-align: center;
	padding-top: 64px;
	padding-bottom: 63px;
}

/* tables */

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

caption {
	text-align: left;
	color: #CCFF33;
	background-color: #29330A;
	padding: 5px;
}

td {
	vertical-align: top;
	padding: 5px;
}

.tdLeft {
	width: 40px;
	background-color:#1F1F1F;
	border-top: 2px solid #000000;
}

.tdMiddle {
	width: 390px;
	background-color:#1F1F1F;
	border-top: 2px solid #000000;
}

.tdRight {
	width: 160px;
	background-color:#1F1F1F;
	border-top: 2px solid #000000;
}

/* form */

div#homeRight select {
	width: 200px;
	background-color: #656564;
	margin-bottom: 20px;
	color: #CCFF33;
}	


/* img */

.imgNews {
	border: solid 3px #656564;
	float: left;
	margin: 0px 15px 0px 0px;
}

.bilteni {
	padding-top: 25px;
}

.imgHeader {
	margin-bottom: 35px;
}

/* menu */

div#menu a:link,
div#menu a:visited,
div#menu a:active {
	font-weight: bold;
	font-size: 12px;
	display: block;
	color: #656564;
	text-decoration: none;
	line-height: 20px;
}

div#menu a:hover {
	color: #FFFFFF;
}

.home {
	font-weight: bold;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

div#changeLanguage a:link,
div#changeLanguage a:visited,
div#changeLanguage a:active {
	font-weight: bold;
	font-size: 12px;
	display: block;
	color: #656564;
	text-decoration: none;
	line-height: 20px;
}

div#changeLanguage a:hover {
	color: #FFFFFF;
}



/* links */ 

div#news a:link,
div#news a:visited,
div#news a:active {
	color: #CCFF33;
	text-decoration: none;
}

div#news a:hover {
	text-decoration: underline;
}


div#contactFooter a:link,
div#contactFooter a:visited,
div#contactFooter a:active {
	color: #545454;
	text-decoration: none;
}

div#contactFooter a:hover {
	text-decoration: underline;
}

div#secondMiddle a:link,
div#secondMiddle a:visited,
div#secondMiddle a:active {
	color: #CCFF33;
	text-decoration: none;
	
}

div#secondMiddle a:hover {
	text-decoration: underline;
}

div#breadcrumb a:link,
div#breadcrumb a:visited,
div#breadcrumb a:active {
	color: #CCFF33;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

/* arhiva */

.archiveWrapper {
	padding-bottom: 80px;
	border-bottom: 1px solid #242424;
}

.border {
	height: 35px;
	border-right: 1px solid #242424;
	padding-right: 10px;
	float: left;
	padding-left: 10px;
}

.borderFirst {
	height: 35px;
	border-right: 1px solid #242424;
	padding-right: 10px;
	float: left;
}

.no {
	font-size: 48px;
	color: #4F6900;
	font-weight: bold;
}

.date {
	color: #999999;
	font-weight: bold;
}

.program,
a.program:link,
a.program:visited,
a.program:hover,
a.program:active {
	color: #009999;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.day,
a.day:link,
a.day:visited,
a.day:hover,
a.day:active {
	color: #656564;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.dayNO,
a.dayNO:link,
a.dayNO:visited,
a.dayNO:hover,
a.dayNO:active {
	color: #656564;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.openningBulletin,
a.openningBulletin:link,
a.openningBulletin:visited,
a.openningBulletin:hover,
a.openningBulletin:active {
	color: #91268F;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.closingBulletin,
a.closingBulletin:link,
a.closingBulletin:visited,
a.closingBulletin:hover,
a.closingBulletin:active {
	color: #005B7F;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.parties,
a.parties:link,
a.parties:visited,
a.parties:hover,
a.parties:active {
	color: #CC6633;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.imgInsideText {
	margin-right: 10px;
	margin-bottom: 10px;
}	
/**/
.aktuelnost-slike{
	/*background-color:#111111;*/
	width:617px;
	/*height:250px;*/
}
.aktuelnost-tekst{}
.paging{
	padding: 3px 7px;
	margin: 0px;
	display: inline;
	border: 1px solid #96BB01; 
}

label{
	display:block;
	font-weight:bold;
}

.nlh1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.4px;
	color: #2a7650;
	font-weight: bold;
	padding-bottom: 10px;

}

.nlh2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.4px;
	color: #2a7650;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: #1a1a1a 2px solid;

}

.nlh3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.4px;
	color: #2a7650;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}



/*.nllink a:link,
.nllink a:visited,
.nllink a:active {
	color: #999999; 
	font-size: 9px;
	text-decoration: underline;
}

.nllink a:hover {
	text-decoration: none;

}*/

.clearFloat {
	clear: both;
}

div#nlcontainer a:link,
div#nlcontainer a:visited,
div#nlcontainer a:active {
	color: #999999;
	text-decoration: underline;
	font-size: 9px;
	float: right;
}

div#nlcontainer a:hover {
	text-decoration: none;
}

#nlcontainer {
	width: 574px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.frontLeft {
	width: 287px;
	float: left;
	padding-top: 20px;
	text-align: justify;
}

.frontRight {
	width: 287px;
	float: left;
	padding-top: 44px;
	text-align: justify;
}

.smallFront {
	width: 272px;
	height: 96px;
	padding-left: 15px;
	/*padding-top: 25px;*/
	padding-bottom: 10px;
}

.smallFrontFive {
	width: 272px;
	/*height: 96px;*/
	padding-left: 15px;
	/*padding-top: 25px;*/
	padding-bottom: 10px;
}
.smallFrontImg {
	float:left;
	padding-right: 15px;
	width: 96px;
	
}

.smallFrontTxt {
	width: 161px;
	height: 96px;
	float: left;
}

.contentBilten {
	width: 574px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: #999999 2px solid;
	
}

.contentBiltenTxt {
	width: 344px;
	padding-right: 15px;
	float: left;
	text-align: justify;
	margin-bottom: 25px;
}

.contentBiltenImg {
	width: 215px;
	height: 350 px;
	float: left;
	padding-top: 20px;
	padding-bottom: 25px;
	
}



.contentBiltenImg img {
	border-style: none;
	
	
	
	
	
}
.contentBiltenImg img a:link {
	float: left!important;
}


.contentBiltenImg td {
	padding: 0px 5px 5px 0px;
	border: 0px;
	
}

.contentBiltenRevije {
	margin-top: 20px;
	border-top: 2px #cccccc dotted;
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-bottom: 2px #cccccc solid;*/
}

.contentBiltenRevijeImg {
	width: 115px;
	float: left;
	padding-left: 38px;
	padding-right: 38px;
	
}

.contentBiltenRevijeTxt {
	width: 180px;
	padding-right: 11px;
	padding-top: 15px;
	text-align: justify;
	float: left;
}

#newsletterSignUp {
	width: 190px;
	height: 48px;
	padding-top: 140px;
	padding-left: 10px;
	background-image: url(img/newsletter.gif);
}

/*#newsletterSignUp input {
border: none;
background: #FFF;
width: 165px;*/
}
#newsletterSignUp button {
	background: #1a1a1a;
	
}

.nlinput {
	background:  url(img/form_input.gif) no-repeat left top;
	padding: 8px;
	float:left;
}

.sbutton {
	background: none;
}
