 body {
margin : 0px;
	padding : 0px;
	text-align : center;
	background-color : #40B7F4;
}
#main
{
	margin-left : auto;
	margin-right : auto;
	width : 1050px;
	border: 0px solid red;
	text-align : left;
	background-color : White;
}
#oben {
	padding: 0;
	margin : 0px 0px 0px 80px;
	width: 800px;
	height : 200px;
	border: 0px solid aqua;
}
#links {
	position : absolute;
	float : left;
	padding: 0px 0px 0px 2px;
	margin : 0px 0px 0px 0px;
	width : 200px;
	height : 2200px;
	border : 0px solid black;
	overflow : hidden;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
	font-weight : normal;
	background-color : #A4DDFA;
	color : Black;
}

#linksanzeige {
	float : left;
	padding: 5px 2px 5px 2px;
	margin : 8px 0px 8px 8px;
	width : 180px;
	border : 1px groove black;
	overflow : hidden;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : left;
	font-weight : bold;
	background-color : #FFCC33;
	color : Black;
}
#mitte {
	background-color: #40B7F4;
	background-image: url(../hintergrundbilder/hintergrund-startseite.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	float: left;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 205px;
	width: 640px;
	height: 2800px;
	border: 0px solid yellow;
	overflow: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	color: Black;
	z-index: 1;
}
#rechts{
	position : absolute;
	float : right;
	padding: 0px 0px 0px 2px;
	margin : 0px 0px 0px 855px;
	width : 200px;
	height : 2200px;
	border : 0px solid green;
	overflow : hidden;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : justify;
	font-weight : bold;
	background-color : #A4DDFA;
	color : Black;
}

#inhalt {
margin: 10px;
}

#styleswitcher {
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p {
	margin : 0;
}

h1 {
	padding: 0 0 8px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	text-align: right;
	color: #00C0C0;
}

h2 {
	padding: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-align: right;
	color: #00C0C0;
}

h3 {
	padding : 8px 0 8px 0;
	font-weight : normal;
	font-size : 18px;
	color: #00C0C0;
}

h4 {
	padding : 0 0 8px 0;
	font-weight : bold;
	font-size : 110%;
}

p {
	font-size : 100%;
	text-decoration : underline;
}
p.ueber{
	text-align : left;
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
p.text{
	text-align : left;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
	text-align : justify;
}
p.quelle{
	text-align : left;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}
a {
color: #0000FF;
font-weight: bold;
	font-size : 10px;
}
a.headline{
	background-color : #DBDBBD;
	border : thin solid Black;
	padding : 3px 3px 3px 3px;
	color: #0000FF;
	font-weight: bold;
	font-size : 12px;
	text-decoration : none;
	text-align : justify;
}
a.bilder {
color: #0000FF;
font-weight: bold;
	font-size : 14px;
}
#normalansicht {
display: none;
}