BODY {
	color: white;
	margin: 0px;
	background: black;
}
#background_layer {
	padding: 10px 0 0 0;
}
.background_layer_image {
	background: url('background_layer.jpg') 180px top no-repeat;
}

#leftbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	padding: 0;
	margin: 0;
}
#menu {
	font-size: 13px;
	text-align: left;
	padding: 120px 0px 120px 0px;
	margin: 0;
	cursor: default;
}
#menu A {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0;
}
#menu A IMG {
	border: none;
}
#menu A:visited, #menu A:link, #menu A:active, #menu .submenu_name {
	color: white;
	text-decoration: none;
	cursor: Pointer;
}
#menu A:hover, #menu .submenu_name_hover {
	color: #e21e26;
	text-decoration: none;
	cursor: Pointer;
}
#menu UL {
	margin-left: 20px;
	padding-left: 0px;
}
#menu LI {
	margin-bottom: 5px;
	list-style-type: none;
}
#menu UL LI UL {
	margin-left: 10px;
	padding-left: 0px;
}
#menu UL LI UL LI {
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-image: url('menu_li.png');
}
#menu .submenu {
	display: none;
}
/*.menutree UL LI UL LI {
	list-style-image: url('menu_li_on_white.png');
}*/
.menutree LI {
	list-style-type: disc;
}


#partneri {
/*	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
*/	background: /*url('obsah_background_layer.png') repeat*/ white;
	padding: 10px 5px 15px 5px;
	color: black;
}
#partneri A {
	display: block;
	margin: 5px 3px;
}

#ramec {
	width: 800px;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
}
#obsah_background_layer {
	margin: 0px auto 0px 180px;
	background: /*url('obsah_background_layer.png') repeat*/ white;
}
#obsah {
	clear: both;
	padding: 10px 30px 30px 30px;
	min-height: 525px;
	color: black;
}

#homepage {
	position: absolute;
	left: 120px;
/*	top: -5px; */
	top: 0px;
	text-align: center;
}
#homepage_content {
	padding-top: 400px;
	padding-left: 180px;
/*	margin-top: 470px;
	margin-left: 180px;
	margin-right: 40px;
*/
}

#foot {
	clear: both;
	width: 780px;
	height: 50px;
	background: url('foot.png') left bottom no-repeat;
	padding: 0px 0px 0px 20px;
	visibility: hidden;
}
#footer {
	font-family: Helvetica;
	text-align: right;
	margin: 0;
	padding: 15px 0 0 180px;
}
#footer_menu {
	font-size: 11px;
	font-family: Helvetica;
	float: left;
}
#footer_menu A {
	color: white;
}
#footer_menu A:visited, #footer_menu A:link, #footer_menu A:active {
	color: white;
	text-decoration: none;
}
#footer_menu A:hover {
	color: #d06a55;
	text-decoration: none;
}
#footer_copy {
	float: right;
	font-size: 10px;
	cursor: default;
}
#footer_flags {
	float: left;
	border: none;
	margin: 0 40px 0 0;
}
#footer_flags A IMG {
	border: none;
	margin: 0px 5px;
}

#footer_www {
	display: none;
}
@media print {
	#background_layer {
		background: none;
	}
	#footer_menu {
		display: none;
	}
	#footer_www {
		display: block
	}
	#menu {
		display: none;
	}
	.adminmenu {
		display: none;
	}
	
}
.log {
	margin: 10px 0px;
	padding: 3px;
/*	font-weight: bold; */
	background: black;
	color: #ffffc0;
	border: 1px solid #808080;
}
#obsah .log  {
	background: white;
	color: black;
}
.log P {
	text-align: center;
}
.log .warning {
	font-weight: bold;
	color: red;
}
.adminmenu {
	clear: right;
	text-align: right;
}

.tlacitko {
	background-color: transparent;
	border: 1px outset #00478a;
	color: #808080;
	font-family: Helvetica;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	margin: 3px;
}	
.tlacitko2 {
	background-color: transparent;
	border: 1px outset #00478a;
	color: #808080;
	font-family: Helvetica;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
}	

.clear {
	clear: both;
}