@import 'style.css';

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#7E7E7E;
	background-image:url('pics/browser_bg.gif');
	background-repeat:repeat-x;
	
}
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:205px;
			font-family:Tahoma, Arial, Verdana;
			font-size:16px;
		}
		
div#content {
			float:left;
			margin:0px 0px 0px 20px;
			width:693px;
		}
			
div#boxes {
	display:none;
}
