body {
	background-color: #A0A000 ; 
	padding: 0;
	margin: 0;
	text-align: center; 
}

#ab-container {
	margin: 10px auto 0px;
	width: 802px;
	background-image: url(images/menu_bg2.gif);
}

#ab-in-container {
	border: 1px solid #333333;
	text-align: left; 
}

#ab-container2 {
	position: relative;
	width: 100%; 
	height: 100%;
} 

#ab-menu {
	position: relative; 
	width: 200px; 
	height: 100%;
	float: left;
}

#ab-in-menu{ 
	margin: 10px; 
}

#ab-content{ 
	position: relative;
	width: 450px; 
	height: 100%;
	float: left; 
	overflow: auto;
}

#ab-in-content{ 
	margin: 10px; 
}

#ab-rechts{ 
	position: relative;
	float: left;
	width: 150px; 
}

#ab-in-rechts{ 
	margin: 8px; 
	height: 80%;
	text-align: center; 
}

#ab-in-rechts-bottom{ 
	margin: 8px; 
	margin-top: 30px;
	height: 100px;
	text-align: center; 
}

#ab-footer {
	float: none;
	clear: both;
	padding: 2px;
	height: 25px;
	text-align: center; 
	background-color: #4E4E4E; 
}

#ab-footer-text {
	text-align: center; 
	color: black; 
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

#ab-footer-text A { color: olive; }

