body {
	color:#69121B;
	width:100%;
	margin:auto;
	padding:0;
	background-color:#F1E3A2;

}

div#surround {
	margin:10px auto;
	width:828px
	}
	
div#main {
	margin:0;
	position:relative;
	height:432px;
	width:824px !important;
 	border: 0px solid;
  	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  	padding: 0px 2px 0px 2px;
  	text-align: left;
	background: #F1E3A2 url(body_bg.jpg) no-repeat top left;
	overflow:auto;
	}
	
div#linkespalte {
	float:left;
	padding:20px 30px 20px 105px
	}
	
div#rechtespalte {
	padding:20px 30px 0px 105px;
	}
	
div#footer {
	margin:0;
	position:relative;
	height:19px;
	width:824px !important;
 	border: 0px solid;
  	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  	padding: 0px 2px 0px 2px;
  	text-align: left;
	background: #F1E3A2 url(footer_bg.jpg) no-repeat top left;
	
	}	
	
.KURSIV {
	font-style:italic;
	font-size:75%;
	}	
	
div#headline {
	font-weight:bold;
	font-size:110%;
	color:#69121B;
	}	
	
table { 
	table-layout:auto;
	display: table; 
	border-bottom: 0; 
	border-right:0 }
tr       { display: table-row; border-top: 0 }
thead    { display: table-header-group }
tbody    { display: table-row-group }
tfoot    { display: table-footer-group }
col      { display: table-column }
colgroup { display: table-column-group }
td, th   { 
	padding-right:15px;
	display: table-cell; 
	border-top: 0; 
	border-left: 0; }
caption  { display: table-caption }	

table table table td p {margin: 0;}
