 body {
margin : 0px;
	padding : 0px;
	text-align : center;
	background-color : #CCCC99;
}
#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 : #FFCC33;
	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 : #CCCC99;
	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 : #FFCC33;
	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 : Georgia, TimesNewRoman, serif;
	font-weight : bold;
	font-size : 160%;
	text-align : center;
	
}

h2 {
	padding : 0 0 8px 0;
	font-family : Georgia, TimesNewRoman, serif;
	font-weight : normal;
	font-size : 140%;
	text-align : justify;
}

h3 {
	padding : 8px 0 8px 0;
	font-weight : normal;
	font-size : 120%;
}

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;
}