#main {
	height: 400px;
	width: 980px;
	border: 2px solid;
	background-color: #FAEAC2;
	outline-style: none;
	border-color: #000;
}
#head {
	height: 80px;
	width: 900px;
}
#foot {
	height: 150px;
	width: 900px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	color: #000;
	position: absolute;
	overflow: hidden;
	font-weight: bold;
}
#gesamt {
	height: 560px;
	width: 1000px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
}
#pic {
	float: left;
	height: 400px;
	width: 400px;
}
#menu {
	float: left;
	height: 350px;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	overflow: hidden;
	margin-top: 25px;
	background-color: #FAEAC2;
	font-size: 14px;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content {
	padding-left: 10px;
	overflow: auto;
	padding-right: 10px;
	clear: right;
	height: 400px;
	background-color: #FAEAC2;
	background-repeat: no-repeat;
}
body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#bodydiv {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
	z-index: 2;
	left: 0px;
	top: 0px;
}
#bgimg {
	left: 0px;
	top: 0px;
	z-index: 1;
	overflow: hidden;
	border: 0;
}
#logo {
	float: left;
	width: 700px;
}
#langu {
	float: right;
	padding-top: 55px;
}
.red {
	color: #900;
	font-weight: bold;
}
#foot a {
	color: #900;
	text-decoration: none;
}
#current {
	font-weight: bold;
	color: #900;
}
.room {
	bottom: 5px;
}
li {
	padding-left: 3px;
	list-style-type: disc;
	list-style-position: inside;
}
.linka {
	text-decoration: none;
	color: #000;
}
.linkb {
	outline-style: none;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.comeer {
	float: right;
	margin-right: 3px;
	text-decoration: none;
	color: #FAEAC2;
}
