/* CSS Document */

/*------------------------------------------------body start---------------------*/
#randoben{
width:900px;
height:210px;
padding:0;


}
#navigation{
	width: 180px;
	heigth: 1000px;
	padding: 0;
	float: left;
	background: url (images/buttons/pfosten.gif)0 0 repeat-y;
	a:link {
		color: white; 
	}
	a:visited {
		color:white;
	}
	
}
#body{
	background:url(images/body_bg_mid.gif) 0 0 repeat-y;
	width:631px;
	margin:0;
	margin-left:180px;	
	margin-top:0;
	
}
#body p.top{
	display:block;
	background:url(images/body_top_bg.gif) 0 0 no-repeat;
	width:631px;
	height:75px;
	float:left;
	margin:0;
}
#body p.Stil9{
	display:block;
	background:url(images/body_bottom_bg.gif) 0 0 no-repeat;
	width:631px;
	height:78px;
	float:left;
	margin:0;
		
}
