/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 13px/22px Verdana, Geneva, sans-serif;
	width: 100%;
	background:#0033cc;
}

#logo {
	width: 410px;
	margin-left: auto; margin-right: auto;
	margin-top: 40px; margin-bottom:0;
	padding: 0px;
	border: 0;
}
#content {
	width: 884px;
	margin: 25px auto 25px;
	padding: 0px;
	border: 0;
}
#content-bg {
	width: 884px;
	min-height: 654px;
	margin: 25px auto 25px;
	padding: 0px;
	border: 0;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-color: #fff;
	position:relative;
}
#ausstattung {
	width: 724px;
	padding: 30px 80px;
}
h1 {
	font-size: 16px;
	color:#003399;
	font-weight: bold;
	width: 100%;
	border-bottom: 2px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	color:#003399;
	font-weight: bold;
	margin-bottom: 10px;
}
hr {
	border: 1px solid #CCC;
	margin: 10px 0;
	width: 100%;
}
p {
	margin-bottom: 10px;
}
.haus {
	border: 0;
	float: left;
	position: absolute;
	right: 80px;
	top: 225px;
}
.haus-grundriss {
	border: 0;
	float: right;
	margin-left: 20px;
	margin-top: -54px;
}
ul {
	list-style: circle;
	margin-left: 12px;
	margin-bottom: 20px;
}

.left {
	float:left;
	width: 50%;
	text-align: left;
}
.right {
	float:left;
	width: 50%;
	text-align: right;
}
a {
	color:#003399;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.blue {
	color:#003399;
}
.kontakt {
	text-align: right;
	line-height: 18px;
}
.tuerkis {
	color:#00CCCC;
}
.rosa {
	color:#CC66CC;
}
.gelb {
	color:#FFCC00;
}
.gruen {
	color:#00CC00;
}
.grundriss {
	display: block;
	width: 610px;
	margin: 0 auto;
}
.qm-links {
	float:left;
	width: 140px;
	text-align: left;
}
.qm-rechts {
	float:left;
	width: 80px;
	text-align: right;
}

#impressum {
	width: 884px;
	margin: 0 auto 137px;
	padding: 0px;
	border: 0;
	text-transform: uppercase;
	text-align: center;
}
#impressum a {
	color: #adc9c6;
	text-decoration: none;
	font-weight: bold;
}

#datenschutz {
	margin-left: 30px;
}