BODY {
	background-color: #FFFEFF;
	color: #000000;
}

IMG {
	border-width: 0ex;
}

H1 {
	font-size: 200%;
}

#Oben {
	color: black;
	background-color: #9CDEC3;
	margin-bottom: 0ex;
	padding-bottom: 0ex;
}

#Hauptseite {
	position: absolute;
	background-color: #f9f9f9;
	color: #000000;
	max-width: 80ex;
	left: 30ex;
	border-left: 0.2ex solid silver;
	padding-left: 2ex;
	padding-right: 3ex;
	margin-bottom:0%;
	margin-top: 0ex;
	padding-bottom: 0ex;
	min-height: 90%;
	min-width: 60%;
	max-width: 99%;
}

#Sidebar {
	color: black;
	position: fixed;
	width: 25ex;
	font-size: 107%;
	margin-top: 0ex;
	text-align: left;
	left: 1ex;
	right: 80%;
	border: 0.2ex dashed silver; 
	background-color: #f9f9f9;
	padding-left: 1%;
	padding-right:0.5%;
	line-height: 170%;
	max-height: 100%;
}
	
div#Sidebar h3 {
	background: transparent;
	font-size: 105%;
	text-decoration: underline;
	color: #000000;
}
 
div#Hauptseite h2 {
	font-size : 145%;
	color: #027085; 
	background: transparent;
	text-decoration: underline;
}

div#Hauptseite h3 {
	font-size : 112%;
	color: #6A121A;
	background: transparent;
	text-decoration: none;
}

div#Hauptseite h4 {
	font-size : 100%;
	color: #9CC339;
	background: transparent;
	text-decoration: none;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
	background: transparent;
}

a:active {
	color: #0000FF; 
	text-decoration: underline;
	background: transparent;
}

a:visited {
	color: #007000;
	text-decoration: underline;
	font-weight: bold;
	background: transparent;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	background: transparent;
}
