
h1 	{
	font-size: 55px;
	font-family: "Turandot Becker";
	font-weight:normal;
	color: #FF0000;
	margin-top: 0px; 
	margin-bottom: 3px; 
	}

h2 {
	font-size:16px;
	font-family:Arial;
	color: FF0000;
	margin-top: 10px; 
	margin-bottom: 10px;
	}

p {
font-size:16px; font-family:Arial;
margin-top: 5px; 
margin-bottom: 10px;

}


body {
 background-color: #FF0000;
 text-align:center;
 height: 80%
}


#c8{
hight:100px;

}



#MAIN {
position: absolute;
top: 50%; left: 50%;
width: 900px;
margin-left:-450px; margin-top: -310px;
height: 620px;
background-color: #FFFFFF;
overflow: hidden;
}


#TOP {
width: 900px;
height:150px;
background-image: url('img/header.jpg');
overflow: hidden
}



#MENU {
position:absolute;
top:183px;left:20px;
width: 150px;
height:433px;
overflow: hidden;
background-color: #E5E5E5;
z-index:3
}

#MENUPIC {
position:absolute;
top:150px;left:20px;
width: 150px;
height:33px;
background-image: url('img/markisemenue.jpg');
overflow: hidden;

z-index:3
}





#INHALT {
position:absolute;
right:0px; top:150px;
height: 470px;
width: 650px;
background-color: #FFFFF;
overflow: auto;
z-index:2;
text-align: left;
}