body {
	background-color:#FC9;
	margin:0px;
}

div#navigation a:link, div#navigation a:visited {
	text-decoration:none;
	padding: 5px 15px 10px;
	display:inline;
	text-transform: uppercase;
	margin: 0;
}

.runde_ecke {
	-moz-border-radius:25px; /* Firefox */
	-webkit-border-radius:25px; /* Chrome, Safari */
	-khtml-border-radius:25px; /* Konqueror */
	border-radius:25px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}

div#header a:visited {
	text-decoration:none;
}

div#footer a:visited, div#footer a:link {
	text-decoration:none;
	padding: 0px 15px 0px;
	display:inline;
	text-transform: uppercase;
	margin: 0;
	height:15px;
	size:15px;
}

#navigation {
	margin-top:-25px;
	text-align:center;
	font-size:25px;
}

div#footer {
    background-color: #E2E2E2;
    border-top: 1px solid #E3E3E3;
    height: 25px;
	text-align:center;
	width:100%;
}

#footer-right {
	text-align:right;
	line-height:25px;
	width: 1024px;
	margin-left: auto;
    margin-right: auto;
}

div#body {
	background-color:#FFF;
	margin-top: 15px;
	text-align:center;
	border: 1px solid;
	max-width:1024px;
	margin-left: auto;
    margin-right: auto;
	padding: 25px 50px 25px 50px;
}

.current {
	color:#000;
}

.other {
	color:#999;
}

#impressum_komplett {
	line-height:none;
	text-decoration:none;
	text-align:left;
}

.h1 {
	font-size:36px;
	font-weight:bold;
}

.h2 {
	font-size:28px;
	font-weight:bold;
}

.h3 {
	font-size:20px;
	font-weight:bold;
}

/* CSS Zimmer */
#zimmer_tabelle_teil_bilder {
	margin:0;
	padding:0;
	width:300px;
}

#zimmer_bilder {
	margin:0;
	padding:0;
	border:0px;
}

#zimmer_bilder img {
	width:150px;
}

#zimmer_bild_hilfe {
	margin:0;
	padding:0;
	font-size:11px;
	color: #999;
	font-style:inherit;
}

#zimmer_text {
	vertical-align:baseline;
	text-align:left;
	font-size:16px;
}

#zimmer_teiler {
	width:25px;
}