body {
 background: #fcf7e1;
 font-family: verdana, helvetica, sans-serif;
 color: black;
 font-size: 13px !important;
 margin : 0;
 padding: 0;
 text-align: center;
}
			
#komplett {   /* umschliesst das gesamte Konstrukt, sorgt fuer Zentrierung */
 width: 750px;
 height: auto;
 margin: auto;
}
			
#inhalt {   /* Box */
 margin: 10px 0 0 0;
 padding: 0 15px 10px 15px;
 background-color: #feffef;
 border: 2px solid #ac8969;
 -moz-border-radius: 15px;
 text-align: center;
}
			
td {
	background-color: #feffef;
	font-size: 10px !important;
}
			
a:link, a:visited {
 color: #b30000;
 text-decoration: none;
	text-align: left;
}

a:hover, a:active {
 color: #ac8969;
 text-decoration: none;
}
			
h1 {
 font-size: 1.1em;
	letter-spacing: 0.23em;
	color: #ac8969;
}
			
hr {
 color: #ac8969;
}
			
.legstil {
	background-color: #feffef;
	border: 0;
	text-align: center;
	font-size: 13px !important;
}