@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #2B3821;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#hlava {
	clear: both;
}
#menu {
	background-color: #FEFCE3;
	text-align: left;
	margin-top: 0px;
	width: 160px;
	padding-left: 10px;
	padding-right: 10px;
	color: #3A4D2D;
	font-size: 120%;
	padding-top: 20px;
}
#obsah h1 {
	font-size: 150%;
	font-style: italic;
	color: #425733;
	margin-top: 10px;
	margin-bottom: 10px;
}
#obsah h2 {
	color: #333333;
	font-size: 130%;
	font-style: italic;
	margin-bottom: 7px;
	margin-top: 7px;
}
#obsah h3 {
	color: #333333;
	font-size: 120%;
	font-style: normal;
	margin-top: 7px;
	margin-bottom: 0px;
}
#pata {
	clear: both;
	height: 20px;
	width: 800px;
	margin-top: 0px;
	background-color: #000000;
	font-size: 9px;
	color: #FEFCE3;
	padding-top: 5px;
	font-weight: bold;
}
#obsah p {
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
}

#obsah {
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px;
	float: right;
	width: 580px;
}
#strana #menu a {
	color: #425733;
	text-decoration: none;
	display: block;
	padding-bottom: 15px;
}
#strana #obsah li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 3px;
}
#strana #obsah li ul li {
	list-style-type: circle;
}

#strana #obsah ul {
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 20px;
}
#strana #menu a:hover {
	color: #333333;
	background-color: #FFFEF4;
}

#strana {
	background-color: #FEFCE3;
	width: 800px;
}
#strana #obsah table.rozvrh {
	border: 1px solid #666666;
	padding: 0px;
}
#strana #obsah .rozvrh td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #89AA71;
	border-right-color: #89AA71;
	border-bottom-color: #89AA71;
	border-left-color: #89AA71;
	border-right-width: 1px;
	border-right-style: solid;
	vertical-align: top;
	padding: 3px;
}
#strana #obsah a {
	color: #81955E;
}

