#fenster {
	width: 1280px;
	height: 811px;
	/*background: pink;*/
	margin: 0 auto;
}

#leiste {
	width: 1280px;
	height: 91px;
	color: #ffffff;
	background: #a3004e;
	/*icon: url("bilder/unilogo.gif"); */
}

#bild {
	float:left;
	width: 450px;
	height: 100px;
	/*icon: url("bilder/unilogo.gif"); */
}

#titel {
	float:left;
	width: 380px;
	height: 80px;
	/*background: blue;*/
}

#seitenzahlen {
	float:right;
	width: 280px;
	height: 85px;
	margin: 3px;
	background: #ffffff;
}

/** 
* leere Seite
*/

#inhalt{
	float:left;
	width: 860px;
	height: 437px;
	font-family: Verdana, Geneva, sans-serif; 
	font-size:0.9em;
	
	padding: 20px;
	background: #ffffff;
	overflow:auto;
	/*color: #a3004e; 
	position:absolute; */

}


/** 
* Zwei Hälften
*/

#texte2H {
	float:left;
	width: 410px;
	font-family: Verdana, Geneva, sans-serif; 
	font-size:0.9em;
	height: 446px;
	padding: 20px;
	background: #ffffff;
	overflow:auto;
	/*color: #a3004e;
	position:absolute; */

}

#visualisierungen2H {
	float:right;
	width: 410px;
	font-family: Verdana, Geneva, sans-serif; 
	font-size:0.9em;
	height: 446px;
	padding: 20px;
	background: #ffffff;
}

#navigation {
	float:right;
	width: 880px;
	height: 40px;
	padding: 10px;
	background: #ffffff;
	/*icon: url("bilder/unilogo.gif"); */
}


body {
	background-color: #ffffff;
}
