html,body {
	height: 100%;	
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 100%;
}
#content {
	padding-bottom: 120px;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003827;
	font-size: 11px;
}
#footer div {
	padding: 20px;
	height: 60px;
}
#footer div div {
	padding: 0px;
	width: 370px;
	float: left;
}
#header {
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003827;
}
h1 {
	padding: 0px;
	background-image: url(../images/h1.jpg);
	height: 72px;
	width: 256px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	line-height: 300px;
}
h1 a {
	display: block;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #003827;
}

#menu,#langs {
  display: none;
}

#maincontent {
	padding: 20px;
}
#langs {
	position: absolute;
	width: 105px;
	left: 940px;
	top: 20px;
	list-style-type: none;
}
#langs li {
	float: left;
	height: 20px;
	width: 30px;
	margin-right: 5px;
	overflow: hidden;
}
#langs li a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 20px;
	width: 30px;
	line-height: 60px;
}
.cs {
	background-image: url(../images/cz.jpg);
}
.en {
	background-image: url(../images/en.jpg);
}
.de {
	background-image: url(../images/de.jpg);
}
