/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	height: 100%;
}

#blendeOben {
	position: fixed;
	top: 0px;
	width: 1600px;
	height: 185px;
	margin-left: -300px;
	background: url(Hintergrundbild_home.jpg) 0px 0px no-repeat;
	z-index: 9000;
}

#garten_4 #blendeOben {
	background: url(Hintergrundbild_garten.jpg) 0px 0px no-repeat;
}


#blendeLinks {
	position: fixed;
	top: 150px;
	width: 530px;
	height: 515px;
	margin-left: -300px;
	background: url(Hintergrundbild_home.jpg) 0px -150px no-repeat;
}

#garten_4 #blendeLinks {
	background: url(Hintergrundbild_garten.jpg) 0px -150px no-repeat;
}

#blendeUnten {
	position: fixed;
	top: 665px;
	width: 1070px;
	height: 500px;
	margin-left: -300px;
	background: url(Hintergrundbild_home.jpg) 0px -665px no-repeat;
}

#garten_4 #blendeUnten {
	background: url(Hintergrundbild_garten.jpg) 0px -665px no-repeat;
}

#sandbox {
	position: fixed;
	width: 100%;
	height: 100%;
}

#sandboxInner {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
}

#background {
	height: 1000px;
	margin-left: -300px;
	margin-right: -300px;
	background: url(Hintergrundbild_home.jpg) 0px 0px no-repeat;
}

#garten_4 #background {
	background: url(Hintergrundbild_garten.jpg) 0px 0px no-repeat;
}

#background2 {
	height: 1000px;
	margin-left: -300px;
	margin-right: -300px;
	background: none;
}

#allcontent {
	position: fixed;
	top: 0px;
	margin-left: 28px;
	z-index: 9400;
}


/* @group Navigation */

#home {
	position: fixed;
	top: 40px;
	margin-left: 90px;
	z-index: 9300;
}

#home a {
	text-decoration: none;
}

#homezone {
	width: 110px;
	height: 110px;
}


#navigation {
	position: absolute;
	top: 140px;
	margin-left: 217px;
	width: 700px;
	font-size: 10px;
	color: #6f6f6e;
	z-index: 9500;
	text-transform: uppercase;
}

#navigation a {
	text-decoration: none;
	color: #6f6f6e;
	padding: 2px 5px 2px 5px;
}

#navigation a:hover {
	color: #db0533;
}


/* @end */

/* @group Balken */

#balkenlinks {
	position: absolute;
	margin-left: 45px;
	top: 190px;
	width: 160px;
	font-size: 11px;
	float: left;
	color: #333333;
	z-index: 9100;
}

#balkenlinks p {
	margin: 8px 10px 0px 20px;
}

#balkenrechts p {
	margin: 8px 10px 0px 10px;
}

#balkenrechts h4 {
	font-size: 13px;
	margin: 8px 10px 0px 10px;
	color: #db0533;
	font-weight: normal;
}


#balkenrechts {
	position: absolute;
	margin-left: 770px;
	top: 220px;
	width: 160px;
	height: 470px;
	font-size: 12px;
	float: left;
	color: #6f6f6e;
	z-index: 9002;
}

#balkenlinks a, #balkenrechts a {
	text-decoration: none;
	color: #6f6f6e;
	text-indent: 5px;
}

#balkenlinks a:hover, #balkenrechts a:hover {
	color: #db0533;
}

#balkenrechts .box {
	border-left: solid 1px #6f6f6e;
}

#balkenlinks .box {
	border-right: solid 1px #6f6f6e;
}

#footertext {
	position: absolute;
	width: 200px;
	bottom: 0px;
	font-size: 11px;
	color: #6f6f6e;
	text-align: left;
}


#footertext a {
	text-decoration: none;
	color: #6f6f6e;
}

#footertext a:hover {
	color: #db0533;
}


/* @end */

#contentOuter {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 100%;
}

#contentInner {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#content {
	margin-left: 250px;
	width: 520px;
	margin-bottom: 400px;
	text-align: justify;
}

#content a {
	color: #000000;
}

#content a:hover {
	color: #db0533;
	/* color: #FFBB32; */
}

#content .smalltext {
	font-size: 10px;
}

#content table {
	font-size: 13px;
	border-top: solid 1px #98947F;
	border-left: solid 1px #98947F;
	border-right: solid 1px #98947F;
	text-align: left;
}

#content th {
	text-align: left;
	color: #db0533;
	border-bottom: solid 1px #98947F;
}

#content td {
	border-bottom: solid 1px #98947F;
}

#content .noborder table, #content .noborder th, #content .noborder td {
	border: none;
}

#content h1 {
	font-size: 15px;
	color: #db0533;
}

#content h3, #content h2 {
	font-size: 13px;
	color: #db0533;
}

#content li {
	list-style-image: url(dot.png);
}

#content table {
	width: 100%;
}

#content img {
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}








