@charset "UTF-8";
/* CSS Document */

<style type="text/css">
html, body {



height: 100%;
}

body {
	background-image: url(background.jpg);
}

#container {
	width: 962px;
	height: 541px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -481px;
	margin-top: -270px;
	background-image: url(background1.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#inhalt {
	height: 524px;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
}

#navi {
	height: 16px;
	vertical-align: middle;
	font-size: 8px;
	padding-top: 1px;
}
.logo {
	font-size: 8px;
	position: relative;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.head {
	font-size: 8px;
	height: 17px;
	position: relative;
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
}


.main {
	font-size: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 300px;
	padding-top: 1px;
}

.lang {
	height: 40px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	}

