body,html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
}
.err {
	font-weight:bold;
	color:red;
}
#nadpis {
	position:relative;
	top:-30px;
	font-size:large;
	font-style:italic;
	font-weight:bold;
	color:#6c6;
	margin-bottom:-20px;
}
#top {
	position:relative;
	top:0px;
	right:160px;
	margin-left:160px;
	background-image:url('images/top_bg.png');
}
#right {
	position:absolute;
	top:0px;
	right:0px;
	width:160px;
	background-image:url('images/right_bg.png');
	padding-top:255px;
}
#hlava {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url('images/hlava.png');
	width:80px;
	height:120px;
}
#telo {
	position:absolute;
	top:0;
	width:160px;
	height:255px;
	background-image:url('images/telo.png');
	background-repeat:no-repeat;
}
#telo img {
	margin-top:10px;
	height:25px;
	width:36px;
	margin-right:10px;
}
#bottom {
	width:140px;
	margin-left:20px;
	padding-top:30px;
	font-size:xx-small;
	background-image:url('images/right_bottom.png');
	background-color:#FFFFFF;
	background-position:top right;
	background-repeat:no-repeat;
}
#content {
	position:absolute;
	top:120px;
	left:150px;
	right:160px;
}
#menu {
	position:absolute;
	top:120px;
	left:20px;
	width:120px;
	font-size:medium;
}
#menu a {
	text-decoration:none;
	border-bottom:1px solid white;
	color:#6c6;
}
#menu a:hover {
	border-bottom:1px dashed black;
	color:red;
}