body {
   height: auto;
   font-family: verdana;
   font-size: 12px;
   background-color: #99CCCC;
   margin: 0 auto;
   } 

#left {
	background-color:#0066B3;
	border:1px solid #FF8000;
	height:auto;
	left:10px;
	position:fixed;
	text-align:center;
	top:10px;
	width:145px;
}

#menuHeader {
	background-color:#B35A00;
	border:1px none;
	color:#FFE6BF;
	font-weight:bold;
	height:auto;
	padding-bottom:2px;
	padding-top:2px;
	text-align:center;
	width:auto;
}

#banner {
	clear: both;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	font-size: 40px;
	margin-left: 165px;
	margin-top: 10px;
	margin-right: 10px;
	width: auto;
	text-align: center;
	height: 50px;
	
}

#sadrzaj {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	font-size: 20px;
	margin-left: 165px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;

}

.menuItem {
	background-color:#336699;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	height:auto;
	padding-bottom:3px;
	padding-top:2px;
	text-align:center;
	width:100%;
	font-size: 20px;
}

.menuItem:hover {
	background-color:#002D89;
	color:#BFD4FF;
}

menu .menuUnit {
	background-color:#0066B3;
	border:medium none;
	color:#00E400;
	float:left;
	font-family:Arial,sans-serif;
	font-size:25pt;
	font-style:italic;
	font-weight:bold;
	margin:0px 0%;
	width:25%;
}

.menuUnit a:link {
	background-color:#000099;
	color:#FFE400;
}
.menuUnit a:visited {
	background-color:#000099;
	color:#FFE400;
}

