body {
	background-color:#f0f0f0;
	padding:0;
	margin:0;
	font-family: Verdana, sans-serif;
	color: black;
}
	
#main {
	width: 950px;
	margin: 0 auto;
	background-color: transparent;
}
	
#header {
	position:relative;
	background-image: url('../img/zahlavi.png');
	background-repeat: no-repeat;
	height: 240px;
}
	
#logo {
	position:absolute;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	height: 137px;
	width: 368px;
	top: 46px;
	overflow: hidden;
}
	
#logo a {
	display: block;
	height: 137px;
	width: 368px;
	border: none;
	text-decoration: none;
}

#logo_replacement {
	position: relative;
	left: 400px;
}

	
#content {
	position: relative;
	background-image: url('../img/obsah.png');
	background-repeat: repeat-y;
	height: 100%;
}
	
#main_menu {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	padding-top:20px;
	width: 192px;
}
	
#main_menu ul {
	margin:0;
	text-align: right;
	padding-right:0;
	padding-left:0;
	list-style: none;
}
	
#main_menu li {
	background-image: url('../img/sipka.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0;
	margin: 0;
} 
	
#main_menu li.main_menu_selected {
	background-image: url('../img/zahlavi-vybrane.png');
	background-position: top left;
}

#main_menu li a {
	display: block;
	padding: 5px 12px 5px 0;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	color: black;
	margin: 0;
}

#main_menu li a:hover {
	background-image: url('../img/polozka_vybrana.png');
	background-repeat: repeat-y;
}

#main_menu li.main_menu_selected > a {
	background-image: none;
} 
	

#main_menu ul.submenu {
	font-size: small;
	font-weight: normal;
	border-top: 1px solid black;
	/*border-bottom: 1px solid black;*/
	background-image: url('../img/zapati-vybrane.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
}
	
#item #submenu_box {
	background-color: #D0D0D0;
	padding: 5px;
	width: 360px;
	border: 2px solid #A0A0A0;
}

#item #submenu_box p, #item #submenu_box ul {
	margin: 0;
	padding: 0;
}

#item #submenu_box li {
	list-style: none;
	padding-left: 20px;
	margin: 0;
}

#item {
	position:relative;
	margin-top: 0;
	margin-left:212px;
	padding-bottom: 50px;
	width: 693px;
	padding-top: 20px;
	background-color: transparent;
}
	
#item .title_image {
	height: 420px;
	width: 280px;
	float: right;
	margin-left: 10px;
	margin-right:20px;
	margin-top: 10px;
}
	
#item h1 {
	color: #808080;
	margin-top: 0;
	margin-bottom:5px;
}

#item h2, #item h3 {
	margin-bottom: 5px;
}

#item p {
	margin-top: 0;
	line-height:150%;
}

#item .path {
	font-size: x-small;
	margin:0;
	margin-bottom: 10px;
}
	
#footer {
	background-image: url('../img/zapati.png');
	margin-top: 15px;
	padding: 5px;
	font-size: xx-small;
}
	
.invisible {
	display: none;
}

.clearer {
	clear: both;
}

#main_menu #aktualne {
	margin:0;
	margin-top:15px;
	text-align: right;
	padding-right:0;
	padding-left:0;
	padding-bottom:10px;
	list-style: none;

}

#main_menu #aktualne h2 {
	font-size: 15px;
	padding-right: 12px;
	padding-top: 4px;
	margin-top:0;
	margin-bottom:0;
	background-image: url('../img/zahlavi-aktualne.png');
	border-bottom: 1px solid grey;
}
#main_menu #aktualne ul {
	margin-top:0;
	font-size: small;
	background-image: url('../img/zapati-aktualne.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom:10px;

}

#main_menu #aktualne ul li {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

#aktualne span.event_month {
	display:none;
}
