@charset "utf-8";
/* CSS Document */
ul, li, h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
}
.cb{
	clear:both;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
}
.container {
	background-color: #FFF;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/container_bg.jpg);
	background-repeat: repeat-y;
}
.header {
	float:left;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-align: right;
}
.header_line {
	background-color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	padding: 4px;
	float: left;
	width: 972px;
}
.logo {
	float: left;
	height: 92px;
	width: 980px;
}
.header_image {
	float: right;
	height: 290px;
	width: 870px;
}
.levy_panel {
	width:90px;
	height:auto;
	float:left;
}
.main_content {
	float: right;
	height: auto;
	width: 880px;
}
.content {
	float: right;
	height: auto;
	width: 840px;
	padding:15px;
	
}
.content2 {
	float: right;
	height: auto;
	width: 840px;
	padding:15px;
	margin-top:-57px;
}
h1.content_header  {
	display:block;
	width:748px;
	height:auto;
	padding:10px;
	background-image:url(/images/content_header.jpg);
	
	font-size:18px;
}
h1.content2_header  {
	display:block;
	width:748px;
	height:auto;
	padding:10px;
	background-image:url(/images/content2_header.jpg);
	
	font-size:18px;
}
.content_text {
	width:570px;

	padding-right:235px;
	height:auto;
	padding:10px;
	font-size:12px;
	float:none;

}
.content_gal {
	float: right;
	height: auto;
	width: 235px;
	margin-right:0px;
	margin-top:30px;
	
}
.content_img {
	float: left;
	height: auto;
	width: 235px;
	background-color:#333;
	margin-bottom:30px;
}
.content_img_popisek {
	float: left;
	width: 225px;
	font-size:12px;
	color:#FFF;
	padding:5px;
}
.content1_menu_box {
	margin: 7px;
	_margin: 3px;
	float: left;
	height: auto;
	width: 198px;
	margin-top:-47px;
}

ul.content_menu_box {
	margin: 7px;
	_margin: 3px;
	float: left;
	height: auto;
	width: 198px;
	list-style:none;
	background-color: #CCC;
	padding-bottom:10px;
}
.content_menu_box li a {
	float: left;
	height: auto;
	width: 188px;
	list-style:none;
	color: #333;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration:none;
}
.content_menu_header {
	float: left;
	height: 29px;
	width: 188px;
	padding:5px;
	font-size:12px;
	background-image: url(/images/content_menu_box_header_bg.jpg);
}
.content2_menu_box {
	float: right;
	height: auto;
	width: 235px;
	margin-top:-277px;
	margin-right:25px;
}
ul.content2_menu_box {
	margin: 7px;
	float: left;
	height: auto;
	width: 235px;
	list-style:none;
	background-color: #CCC;
	padding-bottom:10px;
}
.content2_menu_box li a {
	float: left;
	height: auto;
	width: 225px;
	list-style:none;
	color: #333;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration:none;
}
.content2_menu_header {
	float: left;
	height: 29px;
	width: 225px;
	padding:5px;
	font-size:14px;
	background-image: url(/images/content_menu_box_header_bg.jpg);
	background-position:right;
	background-color:#76c5f0;
	background-repeat:no-repeat;
}


.footer {
	background-color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	padding: 4px;
	float: left;
	width: 972px;
	background-image: url(/images/foot_bg.jpg);
	background-repeat: repeat-y;
	height: 40px;
}
