body {
background-color: white;
color: Black;
font-family: "Trebuchet MS";
}
div#obsah {
position : absolute;
top : 30px;
left : 30px;
width : 500px;
}
div#menu {
	position: absolute;
	top: 30px;
	left: 540px;
	width: 200px;
	font-size: 80%;
	border-left: 1px solid Black;
}
p#patka {
	font-size: 80%;
	text-align: center;
	border-top: 1px dashed Green;
}
p#patka a {
color : black !important;
}
p {
margin : 15px;
line-height : 130%;
}
p.box {
	background-color: #FAFAFA;
	margin: 10px;
	padding: 10px;
	border: 1px solid Black;
}
ol, ul {
margin : 15px 25px 15px 50px;
padding : 0;
}
li {
margin : 15px 10px 15px 10px;
padding : 0;
line-height : 130%;
}
h1 {
	margin: 0 15px 15px 15px;
	font-size: 150%;
	font-weight: normal;
	color: Black;
}
h2 {
	border-bottom: 1px solid Black;
	padding: 0 0 5px 10px;
	margin: 15px;
	font-size: 130%;
	font-weight: normal;
	color: Black;
}
h3 {
	border-bottom: 1px solid Black;
	margin: 15px;
	padding: 0 0 3px 5px;
	font-size: 130%;
	font-weight: normal;
	color: Black;
}
strong, em {
	color: Black;
}
a:link {
color: #1E67EA;
}
a:visited {
color: #1E67EA;
}
a:hover {
	color: Blue;
}
div#menu ul {
margin : 10px 10px 10px 20px;
padding : 0;
}
div#menu ul li {
margin : 5px 0 5px 0;
padding : 0;
list-style-type : none;
font-weight : bold;
}


