@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	background-image:url(images/hintergrund.jpg);
	background-repeat: repeat;
}
a:link {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
.raum {
	width: 994px;
	margin: auto;
	height: 851px;
	padding: 0;
}
.zimmer {
	width: 894px;
	height: 851px;
	padding: 0;
	margin: 0;
	background-image: url(images/zimmer.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
.kopf {
	width: 100%;
	height: 230px;
	top: 85px;
	position: relative;
	text-align: center;
}
.inhalt {
	width: 794px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top:18px;
	padding-bottom: 15px;
	height: 480px;
	top: 75px;
	position: relative;
	overflow: auto;
}
.kopf a:link {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.kopf a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.kopf a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.kopf a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.fussboden {
	top: 900px;
	width: 100%;
	height: 120px;
	padding: 0;
	text-align: center;
	background-image: url(images/fussboden.png);
	position: absolute;
}
