BODY {/* Formats the body */
	background-color : #eceed0;
    font-family : tahoma, arial, helvetica, sans-serif
}

h2 {/*Centers Heading 2 */
	text-align: center;
}

h4 {/* Heading 4 in red */
	color: Red;
}


HR {/* Formats the horizontal rule, the color statement is for IE */
	color : Blue;
	background-color : Blue;
	height : 4px;
}

.rechts {
	text-align: right;
}

.highlight {/*Highlight the background */
	background-color: Yellow;
}

.linkerrahmen {
	/*Class to set the left frame */
	position: absolute;
	left: 10px;
	width: 140px;
}

.zweiterrahmen {/*class to set a second frame*/
	position: absolute;
	left: 130px;
	width: 200px;
}

.dritterrahmen {/*class to set a third frame*/
	position: absolute;
	left: 500px;
}

.fenster {/* Class to position and format an element as box */
	position: absolute;
	right: 28em;
	top: 14em;
	width: 30em;
	height: 18em;
	background-color: #FFD700;
	/*font-size: smaller;*/
	padding: 6px;
	visibility: hidden;
}

#seitenueberschrift {
	font-size: large;
	font-weight: bold;
}

#impressum {
	position: absolute;
	top: 10px;
	right: 20px;
}

#home {
	position: absolute;
	top: 10px;
	left: 20px;
}

#mainbody {
	background-color: #E6E6FA;
	font-family: tahoma, arial, helvetica, sans-serif;
	position: relative;
	left: 0px;
	right: 100%;
	height: 100%;
}