@CHARSET "ISO-8859-1";

body {
background-color: #F8EDC2;
font-family: Arial;
}

 /* Überschrift der 1. Ebene */
 h1 {font-family: Arial; font-weight: bold;font-size: 20pt;}
 /* Überschrift der 2. Ebene */
 h2 {font-family: Arial; font-weight: bold;font-size: 14pt;}
 /* Absatztext */
 p {font-family: Arial;}
 /* Blockquote */
 blockquote {font-family: Arial;}
 /* Für die Navigation wird eine Liste verwendet */
 li {margin-bottom:15px}

#header {
	width:900px;
	margin:auto;
}
#mainpage{
	width:900px;
	margin:auto;
}

#Navigation {
	width:150px;
	height:540px;
	float:left;
	background-color: #FFFF93;
}

#Hauptscreen {
	float:left;
	width:750px;
	height:540px;
	background-color: #FFFF93;
}

#Inlineframe {
	float:left;
	width:710px;
	background-color: #FFFF93;
}

#footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFF93;
}
