BODY{
	overflow-y: scroll;
	padding: 0;
	margin: 0; 
	min-height: 100%;
	width: 100%;
	font-size: 14px;
	font-family: georgia;
}
A{
	color: #7d0f0f;
	text-decoration: none;
}
A:hover{
	text-decoration: underline;
}
#site-background{
	min-height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index:-1;
	background-color: #eeece3;
}
#red_top{
	float: left;
	width: 100%;
	height: 234px;
	background-image: url('images/burg_bg_header.jpg');
}
#white_top{
	float: left;
	width: 100%;
	height: 1px;
	background-color: white;
}
#red_bottom{
	float: left;
	width: 100%;
	height: 20px;
	background-color: #7d0f0f;
}
#bord_top{
	float: left;
	width: 100%;
	height: 18px;
	background-image: url('images/burg_ornament.jpg');
}
#site-container{
	min-height: 100%;
	float: left;
	position: absolute;
	text-align: center;
	width: 100%;
}
#inner_container{
	color: #7d0f0f;
	height: 491px;
	width: 441px;
	position: absolute;
	margin-left: -220px;
	left: 50%;
	top: 71px;
	text-align: left;
	background-image: url('images/startseite_burg.png');
}
#burg_text{
	padding-left:67px;
	padding-top:363px;
}
H3{
	margin-top: 2px;
	font-size: 18px;
	margin-bottom: -20px;
	padding: 0px;
}