html, body	{
	height: 100%;
	text-align:center;
	font-size: 100.01%;
	font-family: Arial, sans-serif;
	color: #000000;
	background-color: #F6D88F;
}
h1, h2, h3, h4, h5, h6, p, ul {
	font-family: Arial, sans-serif;
	font-size: 75%;
}
h1{
	font-size:110%;
}
#seite{
	width:720px;
	height:550px;
	text-align:left;
	margin: auto auto;
	background: url(img/hintergrund.jpg) repeat 0 0;
}
#rahmen{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 1px solid #8B562A;
}

#navigation{
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:100%;
	background: url(img/bogen2.gif) no-repeat 0 0;
}
#navigation a{
	font-weight:bold;
	color:#B02B1C;
	text-decoration:none;
	font-size:85%;
}
#navigation p{
	font-size:85%;
	font-weight:bold;
	color:#000000;
}
#navigation #top1{
	position:absolute;
	top:40;
	left:69;
	width:231px;
}
#navigation #top2{
	position:absolute;
	top:126;
	left:126;
	width:174px;
}
#navigation #top3{
	position:absolute;
	top:208;
	left:150;
	width:150px;
}
#navigation #top4{
	position:absolute;
	top:310;
	left:150;
	width:150px;
}
#navigation #top5{
	position:absolute;
	top:396;
	left:126;
	width:174px;
}
#navigation #top6{
	position:absolute;
	top:482;
	left:60;
	width:240px;
}
#inhalt{
	position:absolute;
	top:30;
	left:300;
	width:400px;
}
#inhalt a{
	color:#B02B1C;
}

