html {
	}

body	{
	margin: 0;
	padding: 0;
	font: 12px arial, sans-serif;
	color: #25241F;
	background-color: #25241F;
	}

a {
	font-weight: bolder;
	color: #25241F;
	text-decoration: none;
	}
a:hover {
	color: #777;
	}

#container {
	margin: 10px auto;
	height: 600px;	
	width: 650px;
	background-color: white;
/*	border: 1px solid purple;	*/
	}
/*---------------------------------------*/
/*<group=Linke Spalte>*/

#links {
	float: left;
	min-height: 530px;
	width: 320px;
/*	border: 1px solid red;	*/
	}
#links p {
	margin-right: 15px;
	float: right;	
	position: relative;
/*	border: 1px dotted black;	*/
	}

.space {
	height: 455px;
/*	border: 1px solid green;	*/
	}
		
/*</group>*/
/*---------------------------------------*/
/*<group=Mitte>*/

#mitte {
	float: left;
	width: 230px;
	height: 600px;
	background-color: #25241F;
/*	border: 1px solid blue;		*/
	}
#mitte img {
	position: absolute;
	top: 153px;
	}
#mitte h3 {
	text-align: right;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 100px;
	}
/*</group>*/
/*---------------------------------------*/

#rechts {
	float: right;
	width: 100px;
	border:  1px solid green;
	}