/* CSS Document */
body {
	font-family: Verdana;
	text-align: center;
	margin: auto;
	background-color: rgb(152,152,152);
	font-size: 11px;
}
.logo {
	background-image: url(../img/logo.jpg);
	width: 528px;
	height: 152px;
}
.border {
	position: relative;
	border: 2px #FFFFFF solid;
	border-top: none;
	width: 528px;
	height: 530px;
	margin: auto;
}
/* ======================================= menu_begin ============== */
.main_menu {
	width: 528px;
	float: left;
	background-color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	border-top: 5px gray solid;
	border-right: none;
	border-left: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.main_menu a {
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
a {
	text-decoration: none;
}
A:LINK, A:VISITED {
	color: red;
}
A:HOVER, A:ACTIVE {
	color: #800000;
}
.main_menu a:LINK, .main_menu a:VISITED {
	color: #000000;
	font-weight: bold;
}
.main_menu a:HOVER, .main_menu a:ACTIVE {
	text-decoration: underline;
}
/* ======================================= menu_end ============== */
/* ======================================= obsah_begin ============== */
.obsah {
	text-align: left;
	width: 528px;
	height: 330px;
	float: left;
	background-color: gray;
}
.obsah_text {
	padding: 10px;
	background-color: rgb(152,152,152);
}
.obsah_foto {
	padding-top: 10px;
	text-align: center;
}
.obsah_foto img {
	border: 1px black solid;
}
.obsah_text ul li {
	margin-bottom: 10px;
}
/* ======================================= obsah_end ============== */
/* ======================================= zapati_begin ============== */
.zapati {
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	float: left;
	color: rgb(153,0,0);
}
/* ======================================= zapati_end ============== */
