@charset "UTF-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	width:100%;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	overflow:auto;
	background: white url('images/htmlBg.jpg') repeat-y center top;
}
div.layoutDiv {
	position:relative;
	left:50%;
	height:100%;
	margin-left:-455px;
	width:980px;
	overflow: hidden;
}
div.contentDiv {
	margin-top:20px;
	margin-left:55px;
	width: 954px;
	font:11px Arial, Verdana;
	color:black;
	overflow: hidden;
	
}
div.contentDivInside {
	width:860px;
	padding-left:0px;
	overflow:hidden;
}
div.gaertenright {
	position: relative;
	width:230px;
	height:488px;
	font-size:11px;
	color:#797979;
	font-family: Arial, Verdana;
	border-right:2px solid #5A5A5A;
	border-top:2px solid #5a5a5a;
	border-bottom:2px solid #5a5a5a;
	overflow:hidden;
	overflow-y:hidden;
}
div.gaertenrighttext {
	position: relative;
	font-size:11px;
	height: 488px;
	padding-left:20px;
	color:#797979;
	font-family: Arial, Verdana;
	overflow:hidden;
	overflow-y:hidden;
}
iframe.gaertenright {
	position: relative;
	overflow:hidden;
}
div.gaertenImage {
	position: absolute;
	top: 72%;
	overflow:hidden;
	margin-left:-20px;
	overflow-y:hidden;
}
div.blattleft {
	position:absolute;
	left:-2px;
	top:530px;
	width:100px;
	height:100px;
}
div.blattnotthere {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	width:0px;
	height:0px;
	overflow:hidden;
}
div.headderDiv {
	background: white url('images/headder.jpg') no-repeat center center;
	width:900px;
	height:156px;
	color:black;
}
div.footerDiv {
	background: white url('images/footer.jpg') no-repeat center center;
	width:900px;
	height:30px;
	color:black;
	margin-top:50px;
}
div.footerLink {
	width:128px;
	height:12px;
	left:50%;
	top:3px;
	margin-left:-64px;
}
div.menupoint {
	margin-top:105px;
	margin-left:370px;
	width:470px;
	height:30px;
	font-size:15px;
	color:white;
}
div.menupoint1 {
	cursor:pointer;
	float:left;
	margin-right:10px;
	width:115px;
	height:22px;
	background: #141414 url('images/willkommen.jpg') no-repeat -6px -5px;
}
div.menupoint1:hover {
	background: #141414 url('images/willkommenActive.jpg') no-repeat -6px -5px;
}
div.menupoint2 {
	cursor:pointer;
	margin-right:0px;
	float:left;
	width:115px;
	height:22px;
	background: #141414 url('images/gaerten.jpg') no-repeat -6px -5px;
}
div.menupoint2:hover {
	background: #141414 url('images/gaertenActive.jpg') no-repeat -6px -5px;
}
div.menupoint3 {
	cursor:pointer;
	margin-right:10px;
	float:left;
	width:115px;
	height:22px;
	background: #141414 url('images/impressum.jpg') no-repeat -6px -5px;
}
div.menupoint3:hover {
	background: #141414 url('images/impressumActive.jpg') no-repeat -6px -5px;
}
div.menupoint4 {
	cursor:pointer;
	float:left;
	margin-right:5px;
	width:89px;
	height:22px;
	background: #141414 url('images/info.jpg') no-repeat -6px -5px;
}
div.menupoint4:hover {
	background: #141414 url('images/infoActive.jpg') no-repeat -6px -5px;
}

p1 {
	font-size:11px;
	color:#797979;
	font-family: Arial, Verdana;
}
p2 {
	font-size:14px;
	color:#797979;
	font-family: Arial, Verdana;
}
h1 {
	padding-left:0px;
	font-weight: normal;
	font-size: 24px;
	color:#b6171c;
	font-style: normal;
	font-family: Arial, Verdana;
	margin-left:20px;
}
h2 {
	font-size: 14px;
	color:#b6171c;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	font-family: Arial, Verdana;
}
a {
	color:#b6171c;
}
img {
	margin-bottom:30px;
}
div.textDiv {
	margin-top: 25px;
	margin-left:20px;
	padding-right:100px;
	font-size:12px;
	color:#868686;
	font-family: Arial, Verdana;
}
	
