html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 100%;	
	color: #515151;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: #CCCCCC url(images/image2.jpg) right 171px no-repeat;
}


a{
	color: #515151;
	text-decoration: underline;
	
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
	color:#000000;
	font-weight: normal;
	text-transform: uppercase; 	
	border-bottom: 1px solid #b5d143;
	
}
h2 {
	font-size: 1.2em;
	color:#000000;
	font-weight: normal;	
}
h3 {
	font-size: 1.1em;
	color:#000000;
	font-weight: normal;	
}
ul {}
li {}


.clear {
	clear: both;
}

/*   ID and class definition    */
#mainWrap {
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: url(images/spirala.gif) left repeat-y;
	overflow-y: auto;
}
#allWrap {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	/*	background: url(images/paper_bg.png) 955px top repeat-y;*/
	background: url(images/desni_rob.png) 965px top repeat-y;
}
#pageWrap {
	position: relative;
	bottom:0;
	right:0;
	top:0;
	left:0;
	background-color:#f3f3f3;
/*	background: url(images/bg_kocka.png);  
	opacity: 0.9;
	filter:alpha(opacity=90);
*/	
	width: 933px;
	min-height: 100%;
	margin-left: 45px;
		
}
#topWrap, #contentWrap {
/*	width:960px;*/
}

	
#leftMenu A, #shortcutMenu A, #footer A {
	color: #515151;
	text-decoration: none;	
}

#topWrap {
	background: url(images/headerTriexact.gif) left top no-repeat;
	height: 171px;
}

#topWrap H1 {
	margin:0;
	padding:0;
}
#contentWrap {
	margin-left: 71px;
	margin-top: 20px;
	font-size: 0.9em;

}
#mainContent {
	width: 630px;

	float: left;
	display: inline;
	margin-left:30px;
	margin-bottom: 30px;
}
#content {
	line-height: 1.5em;
	font-size:0.9em;
	padding-top: 12px;
}
#footer {
	padding: 5px;
	height: 21px;
	position: absolute;
	bottom: 0;
	margin-left: 47px;
	padding-left: 25px;
	padding-right: 25px;
	background: url(images/squareDarkGreen.gif) left top no-repeat;
	font-size: 0.7em;
	border-top: 1px solid #b2d134;
}

#title {
	width: 500px;
	height: 20px;
	margin: 25px 0 0 71px;
	float:left; 
	font-size:0.9em;
}
#title H1 {
	font-weight: normal;
	font-size: 1em;
	border:0; 
}
#title A {
	color: #000000;
	background-color: #f3f3f3;
	padding:4px 10px 5px 0px;
	text-decoration: none;
}
#logoWrap {
	float: right;
	padding: 23px 25px 0 0;
	width: 145px;
}
#logo A {
	width: 145px;
	height: 80px;
	display:block;
}
#logo B {
	display:none;
}
#logoText {
	height: 41px;
	font-size: 0.8em;
	color:#ffffff;
	padding-left: 5px;
}
#logoText A {
	color:#ffffff;
}
/* mainMenu */
#mainMenu {
	margin-left: 72px;
}
#mainMenu UL {
	margin:0;
	padding:0;
 	list-style-image:none;
 	list-style-type:none;
}
#mainMenu LI {
	list-style-image:none;
	list-style-type:none;	
	float:left;
	width: 144px;
}
#mainMenu A {
	padding-right: 25px;
	padding-left: 25px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/squareDarkGreen.gif) left top no-repeat;
}
#mainMenu A:hover {
	background: url(images/squareLightGreen.gif) left top no-repeat;
	color: #b2d134;
}
#mainMenu .menuLast {
	width: 100px;
	text-align: right;
}
#mainMenu .menuLast A {
	background: url(images/squareOrange21.gif) left top no-repeat;
	color: #000000;
}
#mainMenu .menuLast A:hover {
	background: url(images/squareOrange21.gif) left top no-repeat;
	color: #7d8c93;
}
#mainMenu .menuAct {
	border-bottom: 4px solid #b2d134;
}


/* Path */
#path {
	font-size: 0.8em;
}
#path UL {
	margin:0;
	padding:0;
 	list-style-image:none;
 	list-style-type:none;
 	display:inline;
}
#path LI {
	list-style-image:none;
	list-style-type:none;	
	display:inline;
}
#path A {
	padding-right: 10px;
	margin-right: 5px;
	background: url(images/path.gif) right 6px no-repeat;
}
#path .menuLast {
}



#leftColumn {
	width: 180px;
	float:left;
	margin-bottom: 30px;
	font-size: 0.9em;
}
#leftTopContainer {
	height: 30px;
	font-size: 0.8em;
}

/* Left Menu*/

#leftMenu {
}

#leftMenu UL {
	margin:0;
	padding:0;
 	list-style-image:none;
 	list-style-type:none;
 	display:block;
 }

#leftMenu LI {
	list-style-image:none;
	list-style-type:none;	
	display:block;
}

#leftMenu A {
	font-size: 1.2em;
	display:block;
	color: #000000;
	text-decoration:none;
/*	background: url(images/squareDarkGreen7.gif) left bottom no-repeat;*/
	border-bottom: 1px solid #b5d143;
	margin-top: 5px;
	padding-top: 3px;
/*	padding-right: 10px;*/
}	

#leftMenu A:hover {
/*	background: url(images/squareDarkGreen7.gif) left repeat-y !important;*/
	color: #b5d143 !important;
	
} 

#leftMenu UL LI.menuCur {
/*	background: url(images/squareDarkGreen7.gif) right bottom no-repeat;*/
}
#leftMenu UL LI.menuCur A {
/*	background: url(images/squareDarkGreen7.gif) left repeat-y !important;*/
	color: #a6c13f;
}
#leftMenu UL LI.menuAct A, #leftMenu UL UL LI.menuAct A, #leftMenu UL UL UL LI.menuAct A {
	color: #b5d143;
}

/* drugi nivo*/
#leftMenu UL UL LI A {
	margin-top: 0px;
	color: #515151 !important;
	padding-left: 10px;
	font-size: 0.85em;
	border-bottom:0;
	background: url(images/squareDarkGreen7.gif) left 7px no-repeat;
}

#leftMenu UL LI.menuCur UL LI A, #leftMenu UL LI.menuAct UL LI A {
/*	color: #000000;*/
}	

#leftMenu UL UL LI A:hover {
}


#leftMenu UL LI.menuAct UL LI.menuCur A  {
	color: #a6c13f !important;
}	

/* tretji nivo*/
#leftMenu UL UL UL LI A {
	margin-left: 20px;
}	

#leftMenu UL UL UL LI {
}	

#leftMenu UL LI.menuAct UL LI.menuCur UL LI A, #leftMenu UL LI.menuAct UL LI.menuAct UL LI A {
}	


/************** left csc-menu ****************/
#leftColumn H2 {
	color: #ffffff;
	margin:0;
	font-size: 1.2em;
	padding:10px 5px 0px 5px;
	background-color: #a6c13f;
	border-bottom: 3px solid #b5d143;
	
}

#leftColumn UL.csc-menu {
	margin:0;
	padding:0;
 	list-style-image:none;
 	list-style-type:none;
 	display:block;
 }

#leftColumn .csc-menu LI {
	list-style-image:none;
	list-style-type:none;	
	display:block;
	margin-bottom: 1px;
}
#leftColumn .csc-menu A {
	display: block;
	text-decoration: none;
	background-color: #8C8C8C;
	color: #ffffff;
	border-bottom: 1px solid #515151;
	padding: 4px 5px 3px 5px;
}
#leftColumn .csc-menu A:hover {
	background-color: #515151;
}

#leftColumn .csc-menu A:visited {
	background: #8C8C8C url(images/ok.png) right center no-repeat;
}

/************* TYPO3 content classes ****************************************************************************/

.csc-textpic-caption {
	font-size: 0.8em;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 10px !important;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border:0;
	padding: 5px 15px 15px 5px;
}

/************* small search & search ****************************************************************************/
.search-small-input {
	width: 120px;
}
.search-small-submit {
	width: 50px;
}

/************* home page ****************************************************************************/
.leftCol {
	float:left;
	width: 49%;
}
.rightCol {
	float:right;
	width: 49%;
}

.twoColsHome .leftCol {
	width: 465px;
}
.twoColsHome .rightCol {
	width: 145px;
	line-height: 1.2em;
}

.twoColsHome .rightCol BR {
	margin-bottom: 15px;
}

.aktualno-content IMG {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.aktualno-content P {
	margin-top:0;
}
.aktualno-title {
	background-color: #b5d143;
}
.aktualno-title H2 {
	font-size: 1.1em;
	float: left;
	width: 395px;
	margin:0;
}
.aktualno-title H2 A {
	text-decoration: none;
	margin: 3px;
}
.aktualno-title .aktualno-date {
	float: right;
	width: 70px;
	font-size: 0.9em;
}

/************* tt_news ****************************************************************************/
.news-latest-title-date {
	background-color: #a6c13f;
	border-bottom: 3px solid #b5d143;
}
.news-latest-title-date H2 {
		margin-top: 0;
		margin-bottom: 0;
		float:left;
		width: 420px;
		margin:10px 5px 0px 5px;

		font-size: 1.2em;
}
.news-latest-title-date H2 A {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.news-latest-title-date .news-latest-date {
	font-size: 0.8em;
	padding-right:5px;
	float:right;
	color: #000000;
}
.news-latest-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 478px;
	
}
.news-latest-item IMG {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


.aktualno-small-list UL {
	margin:0;
	padding:0;
 	list-style-image:none;
 	list-style-type:none;
 	display:block;
 }

.aktualno-small-list LI {
	list-style-image:none;
	list-style-type:none;	
	display:block;
	margin-bottom: 10px;
}


/************* tt_news reference ****************************************************************************/
.news_image {
	float:left;
	width: 130px;
	height: 130px;
	margin-right: 10px;
	border: 1px solid #b5d143;
	background-image: url(images/ni-skike.jpg);
}
.news_author  {
	font-weight: bold;
}
.news_preauthor {
	font-weight: normal;
}
.reference-list-item H3 {
	font-weight: bold;
}
.reference-list-item {
	padding-bottom: 10px;
}

.quoteDiv {
	border: 2px solid #b5d143;
	text-align: center;
}
.quoteDiv A {
	font-size: 1.2em;
	font-weight: bold;
	display:block;
	padding:5px;
	text-decoration: none;
}
.quoteDiv A:hover {
	color: #ffffff;
	background-color: #b5d143;
}
.news-single-author {
	font-size: 1.3em;
	font-weight: bold;
}


/************* tt_news reference ****************************************************************************/
.tx-flseositemap-pi1 A {
	font-weight: bold;
	color: #a6c13f;
}
.tx-flseositemap-pi1 LI {
	text-align: justify;
}
.tx-flseositemap-pi1 .deep0 A {
	font-size: 1.3em;
	text-transform: uppercase;
}
.tx-flseositemap-pi1 .deep1 A {
	font-size: 1.2em;
	text-transform: none;
}
.tx-flseositemap-pi1 .deep2 A {
	font-size: 1.1em;
}