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

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; }
#print-logo                                           { display: none; }
/*-----------------------------------------------------
   LAYOUT
----------------------------------------------------- */
#wrapper                                              { width: 960px; margin: 0 auto; }

/*-----------------------------------------------------
   HEADER
----------------------------------------------------- */
#header {
	width: 950px;
	height: 262px;
	background: transparent url(../images/layout/header.gif) no-repeat 0 0;
	padding-right: 10px;
	position: relative;
	margin-bottom: 5px;
	}
	
#logo {
	display: inline;
	float: left;
	position: relative;
	top: 15px;
	left: 40px;
	width: 201px;
	height: 200px;
	}	
	
#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
----------------------------------------------------- */
#path {
	border-top: 13px solid #889b1a;
	border-bottom: 1px solid #889b1a;
	height: 23px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	}
	
#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: #e61e14; text-decoration: none; }

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

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

/*-----------------------------------------------------
   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: #eb1e14;
	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: #eb1e14;
	margin: 10px 0 5px 0;
	} 	
	
#footer h2 a,
#footer h3 a { color: #eb1e14; text-decoration: none; }
#footer a:hover { text-decoration: none; }
	
#footer div div { margin: 0 10px; }	
