/*-----------------------------------------------------
   BASIC
----------------------------------------------------- */
*                                                     { margin: 0; padding: 0; list-style: none; }
body                                                  {
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #060606;
	background: #ffffff;
}

a img                                                 { border: none; }
a, a img, a:link, a:visited, a:hover, a:active        { outline: none; }

br.clear                                              { line-height: 0; height: 0; font-size: 0; clear: both; }

#mainContent.home h2 {
color:black;
}
#mainContent.home h3 {
color:black;
}
#print-logo                                           { display: none; }
/*-----------------------------------------------------
   LAYOUT
----------------------------------------------------- */
#wrapper                                              { width: 950px; margin: 0 auto; }

/*-----------------------------------------------------
   HEADER
----------------------------------------------------- */
#header {
	width: 950px;
	height: 115px;
	padding-right: 0px;
	position: relative;
	margin-bottom: 1px;

	}

.header {
	width: 950px;
	height: 115px;
	margin-bottom: 5px;
	overflow:hidden;
	}
		
#logo1 {
	display: inline;
	float: left;
	position: relative;
	top:5px;
	left: 25px;
	z-index:16;
	max-height:105px;
	
	}

#logo2 {
	
	margin-top: auto;
	margin-bottom: auto;
	
	height: 115px;
	
	}
	
#searchboxtext {
	width:152px;
	float:right;
	background:white;
	color:#5b7ba2;
	border:none;
	text-align:center;
		
}

#searchform{
	width:168px;
	margin-top:2px;
	border:1px solid #5b7ba2;
	float:right;
}

#searchboxbutton
{
	float:left;
	border:none;
	background:#5b7ba2;
	color: white;
}
	
#clicksearch{
border:1px solid green;
cursor:hand;
background:#fff;
width:16px;
border:none;
float:left;
}

#language {
	position: absolute;
	right: 10px;
	bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	}	
	
#language li { display: inline; margin-left: 25px; }	
#language a { color: #000; text-decoration: none; }	
#language a:hover { color: #fff; text-decoration: none; }	
#language a.on,
#language a.on:hover { color: #fff; text-decoration: underline; }

/*-----------------------------------------------------
   PATH
----------------------------------------------------- */
#langbar{
background:#a3c0e5;
height:14px;
font-size:11px;
text-align:right;
vertical-align:center;
margin-bottom:0px;
padding-top:2px;
}
#langbar a{
color:#ffffff;
font-weight:bold;
margin-bottom:4px;

	
}
#bar{
display:block;	
border-top: 1px solid #a3c0e5;
border-bottom: 1px solid #a3c0e5;
height: 23px;
margin-bottom:1px;
}
#path div{
	
	font-size: 10px;
	font-weight: bold;

	width:70%;
	float:left;
	}
	
#path li {
	display: inline;
	float: left;
	padding: 2px 0 2px 10px;
	background: transparent url(../images/layout/path-line.gif) no-repeat 0 12px;
	margin-right: 8px;
	}
	
#path li.home {
	background: transparent url(../images/layout/path-home.gif) no-repeat 0 2px;
	padding-left: 40px;
	}		
	
#path a { color: #F7931D; text-decoration: none;font-size:11px; }

/*-----------------------------------------------------
   CONTAINER
----------------------------------------------------- */	
#container {
	margin: 35px 0 45px 0;
	width: 960px;
	background: none;
	}

#mainContent {
	display: inline;
	float: left;
	width: 715px;
	margin: 0 30px 0 10px;
	font-size:11px;
	}
	
#rightCol {
	display: inline;
	float: right;
	width: 170px;
	margin-bottom: 45px;
	margin-left:0px;
	}	

/*-----------------------------------------------------
   FOOTER
----------------------------------------------------- */
#footer {
	clear: both;
	background: #e2ebf1 url(../images/layout/footer-bg-top.gif) repeat-x 0 0;
	padding: 20px 10px 25px 10px;
	}
	
#kontakt,
#dokumenti { display: inline; width: 440px;}	
#kontakt { float: left; }
#dokumenti { float: right; }

#footer h2 {
	font-size: 18px;
	font-weight: bold;
	color: #F7931D;
	background: transparent url(../images/layout/dotted.gif) repeat-x left bottom;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
	}
	
#footer h3 {
	font-size: 12px;
	font-weight: bold;
	color: #F7931D;
	margin: 10px 0 5px 0;
	} 	
	
#footer h2 a,
#footer h3 a { color: #F7931D; text-decoration: none; }
#footer a:hover { text-decoration: none; }
	
#footer div div { margin: 0 10px; }	

.kontakt {
border-bottom:1px solid #2F5190;
padding:0px 0px 0px 0px;
font-size:11px;
}

.kontakt h2 {
margin:none;
border:1px solid #2F5190 !important;
padding:2px;
text-align:center;
background:#A3C0E5;
line-height:12px;
font-size:12px;
color:black;

}
.kontaktrightbox{
border:1px solid #2F5190;
margin-top:0px;
border-top:none;
padding:5px;


}

.rightbox{

border-right:1px solid #2F5190;
border-left:1px solid #2F5190;
margin-top:0px;
margin-bottom:0px;
margin:none;
border-top:none;
border-bottom:1px solid #CCCCCC;
padding:5px;

}

#lefty{
float: left;
width: 204px;	
display:block;
}

#piclinks{
float: left;
width: 200px;
margin-top:14px;
display:block;

padding-top:5px;
text-align:center;
}

#piclinks img{
max-width:190px;
float:none;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}

#piclinks a{
width: 200px;
}


