body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	background: #F3F3F3 url(../grafik/site_bg.gif) repeat-x;
}

div { margin: 0; padding: 0; }

#wrapper {
	position: absolute;
	left: 50%;
	margin: 0 -296px; /* die hälfte der Höhe/Breite */
	width: 593px;
	padding-top: 18px;
	padding-bottom: 30px;
}
	#head { position: relative; margin: 0 4px; height: 182px; }
		#logo {
			position: absolute;
			width: 113px;
			height: 174px;
			left: 6px;
			bottom: 10px;
			background: #E8E8E8 url(../grafik/logo.gif);
		}
		#addr1 {
			position: absolute;
			width: 200px;
			height: 50px;
			left: 180px;
			bottom: 28px;
		}
		#addr2 {
			position: absolute;
			width: 200px;
			height: 50px;
			left: 360px;
			bottom: 28px;
		}
		
	#body { position: relative; margin: 0 4px; }
		.two_column_wrapper { margin: 0; padding: 20px; }
		.left_column { text-align: left; float: left; }
		.right_column {
			width: 290px;
			text-align: left;
			padding-left: 14px;
			float: right;
		}
		.clearer {
			clear: both;
			height: 6px;
			padding: 0;
			margin: 0;
			display: block;
			line-height: 0;
			white-space: nowrap;
		}
	
	#foot { position: relative; margin: 0 4px 8px 4px; height: 30px; }
		.copyright { position: absolute; right: 20px; top: 20px; }

	
	
	
	
	
	
	