@charset "utf-8";
html {height:101%}
body {
	background-color:#D5B8B5;
	font-size:100%;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	margin:10px 0; padding:0;
}
h1 {color:#524848;}

#gesamt {width:960px; margin:auto;
	background-color: #FC7161;
	padding: 30px 10px 5px 10px;
	border-top:#69342D 1px solid;
	border-right:#69342D 2px solid;
	border-left:#69342D 1px solid;
	border-bottom:#69342D 2px solid;}

#kopfzeile {text-align:right;}

#navigation {width:220px; float:left; text-align:left;
	height:600px;}

#navigation h1 {font-family: "Times New Roman", Times, serif;
	font-size: 26px; font-weight:;}
	
#navigation a {color:#000;}

#fusszeile {clear:both; color:#000; font-size:0.9em; padding-top:10px;}
#fusszeile a {color:#000; text-decoration:none;}

#inhalt {width:720px; float:right;
	background-color:#EEE1E0;
	border-right:2px solid  #cccccc;
	border-bottom:2px solid #cccccc;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;}
#inhalt h2 {font-size:1.2em; color:#863328;}
#inhalt table {margin-right:20px;}
#inhalt table tr td {padding:15px;}

#inhalt a {color:#863328;}
#inhalt p a.top {font-size:0.8em;}