@import 'style.css';

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
}
div#seite {
	width:980px;
	margin:0px auto;
	border-bottom:1px solid #B4B4B4;
	background-image:url('pics/seite_bg.gif');
	background-repeat:repeat-y;
	background-color:#F7F4E8;
}
		div#menu {
			width:180px;
			font-family:Tahoma, Arial, Verdana;
			font-size:14px;
		}
			
