@import 'style.css';

body {
	font-size:15px;
}
div#seite {
	width:980px;
	margin:0px auto;
	border-bottom:1px solid #B4B4B4;
	background-image:url('pics/seite_bg_groesser.gif');
	background-repeat:repeat-y;
	background-color:#ffffff;
}

div#wrapper {
	width:980px;
	float:left;
}
		div#menu {
			width:215px;
			font-family:Tahoma, Arial, Verdana;
			font-size:16px;
		}
		
div#content {
			float:left;
			margin:0px 0px 0px 20px;
			width:693px;
		}
			
div#boxes {
	display:none;
}
