* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #BBBBBB;
	text-align: center;
	font-family: monospace;
	font-size: 16px;
	line-height: 18px;
	height: 95%;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #444444;
}
hr {
	border: 0;
	border-bottom: 1px solid #555555;
	height: 1px;
}
#telo {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background-color: #CCCCCC;
	height: 100%;
	min-height: 100%;
	position: relative;
	padding: 0 10px;
	padding-bottom: 50px;
}
body>#telo {
	height: auto;
}
#hlavicka {
	width: 750px;
	height: 100px;
}
#hlavicka div#vlajky {
	position: relative;
	margin-top: 20px;
	width: 80px;
	margin-left: 40px;
	padding: 0 20px;
	float: left;
}
#hlavicka a#deutsch {
	position: relative;
	width: 27px;
	height: 18px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	float: left;
}
#hlavicka a#deutsch span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 27px;
	height: 18px;
	background: url("obrazky/vlajka_de.gif") -27px 0 no-repeat;
	cursor: pointer;
}
#hlavicka a#english {
	position: relative;
	width: 27px;
	height: 18px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	float: right;
}
#hlavicka a#english span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 27px;
	height: 18px;
	background: url("obrazky/vlajka_en.gif") -27px 0 no-repeat;
	cursor: pointer;
}
#hlavicka a#english:hover span,#hlavicka a#deutsch:hover span {
  background-position: 0 0;
}

h1 {
	margin: 0;
	position: relative;
	width: 479px;
	height: 69px;
	overflow: hidden;
	font-size: 13px;
	line-height: 69px;
	text-align: center;
	cursor: pointer;
	float: left;
}
h1 span {
	margin: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 479px;
	height: 69px;
	background: url("obrazky/petrkien.gif") center center no-repeat;
	cursor: pointer;
}
h2 {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 15px;
	font-family: monospace;
}
#paticka {
	position: absolute;
	background: url("obrazky/paticka.gif");
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	bottom: 0;
	right: 0;
	width: 580px;
	height: 36px;
	font-size: 13px;
	line-height: 28px;
}
#menu {
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	float: left;
}
#menu ul {
	clear: left;
}
#menu li {
	width: 160px;
	background: url("obrazky/menu.gif");
	background-repeat: no-repeat;
	
	background-position: center center;
	line-height: 42px;
	text-align: center;
	list-style-type: none;
	overflow: hidden;
}
#menu li a {
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
img {
	border: 1px solid #858585;
}
a:hover img {
	border: 1px solid #000000;
}
p {
	padding-bottom: 10px;
}
#obsah_nahore {
	background: url("obrazky/nahore_bloku.gif");
	background-repeat: no-repeat;
	width: 560px;
	height: 20px;
	margin-left: 170px;
}
#obsah_dole {
	background: url("obrazky/dole_bloku.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 560px;
	margin-left: 170px;
}
#obsah {
	margin-left: 170px;
	padding: 0 50px 0 20px;
	background: url("obrazky/pozadi_bloku.gif");
	background-repeat: repeat-y;
	text-align: justify;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 12px;
}
#foto {
	float: right;
	position: absolute;
	right: 0px;
	width: 121px;
	height: 174px;
	background: url("obrazky/foto.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
#skrytamezera {
	float: right;
	display: block;
	height: 20px;
	overflow: hidden;
	width: 74px;
}
