#main {
	height: 1200px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#whitesheet {
	height: 930px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 8px 8px rgba(51,51,51,0.2);
	-moz-box-shadow: 0px 0px 8px 8px rgba(51,51,51,0.2);
	-webkit-box-shadow: 0px 0px 8px 8px rgba(51,51,51,0.2);
	background-color: #FFF;
}

#whitesheet-im {
	height: 1900px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 8px 8px rgba(51,51,51,0.2);
	-moz-box-shadow: 0px 0px 8px 8px rgba(51,51,51,0.2);
	-webkit-box-shadow: 0px 0px 8px 8px rgba(51,51,51,0.2);
	background-color: #FFF;
}

#whitesheet-datenschutz {
	height: 750px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 8px 8px rgba(51,51,51,0.2);
	-moz-box-shadow: 0px 0px 8px 8px rgba(51,51,51,0.2);
	-webkit-box-shadow: 0px 0px 8px 8px rgba(51,51,51,0.2);
	background-color: #FFF;
}

#Banner {
	height: 350px;
	/* [disabled]width: 650px; */
	/* [disabled]margin: 0; */
	/* [disabled]padding: 0; */
}
#text {
	float: left;
	width: 420px;
	border-right-style: solid;
	border-right-color: #ad1643;
	border-right-width: 1px;
	padding-bottom:inherit;
	}


#text-impressum {
	float: left;
	height: auto;
	width: 650px;
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 30px; */
	/* [disabled]padding-top: 0px; */
}
#randspalte {
	width: 210px;
	float: left;
}
#rand-bild {
	height: 135px;
	width: 210px;
}
#fuss {
	height: 89px;
	width: 650px;
}
#fuss1 {
	height: auto;
	width: auto;
	float: left;
}


h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ad1643;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	margin-left: 20px;
}
.bold {
	font-weight: bold;
}
 
p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	line-height: 1.8em;
	font-size: 0.7em;
	margin-left: 20px;
	margin-right: 10px;
}
 
li {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	line-height: 1.8em;
	font-size: 0.7em;
	margin-left: 20px;
	margin-right: 10px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {	color: #ad1643;
, text-decoration: none;	text-decoration: none;
}
a:visited {
	color: #ad1643;
, text-decoration: none;}
a:hover {
	color: #333;
, text-decoration: none;}
a:active {color: #999;, text-decoration: none;}
