body
	{
	margin: 50px 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	background-image: url(Grafiken/hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: 0px 119px;
	}
#seiteninhalt 
	{
	/*/*/
	text-align: left;
	/**/
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 700px;
	font-family: Verdana, Arial, sans-serif;
	position: relative;  /*verhält sich nur mit dieser Angabe als Elternelement für #name und somit ist dort position absolute verwendbar*/
	}
/*#name
	{
	height: 210px;
	width: 30px;
	position: absolute;
	top: 33px;
	left: -30px;
	margin: 0;
	padding: 0;
	}*/
#header
	{
	background-image: url(Grafiken/header.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 700px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	}
html>body #header
	{
	height: 230px;
	}
#navi
	{
	height: 30px;
	margin: 0;
	padding: 0;
	}
#mitte
	{
	margin: 0;
	padding: 0;
	border: 1px solid #E9E9E9;
	border-top: 3px solid #E9E9E9;
	border-bottom: 3px solid #E9E9E9;
	width: 700px;
	background: #FFFFFF;
	}
html>body #mitte
	{
	width: 698px;
	}
html>body #mitte:after 
	{
	/*benötigt, damit sich im FF die Höhe anpasst*/
	content: "clear";
	clear: left;
	display: block;
	height: 0;
	overflow: hidden;
	font-size: 0;
	}
#links
	{
	float: left;
	padding: 25px 40px 25px 30px;
	margin: 0;
	width: 633px;
	height: 513px;
	font-size: 12px;
	}
html>body #links
	{
	min-height: 463px;
	height: auto;
	width: 563px;
	}
#rechts
	{
	margin: 0;
	padding: 48px 25px 25px 0;
	float: right;
	width: 65px;
	position: relative;
	}
html>body #rechts
	{
	width: 40px;
	padding-bottom: 0px;
	}
#subnavi
	{
	background-image: url(Grafiken/subnavi_hintergrund.gif);
	background-repeat: no-repeat;
	width: 476px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #C7DBE2;
	background: brown;
	}
html>body #subnavi
	{
	height: 13px;
	}
#fuss
	{
	clear: both;
	margin: 0;
	padding: 0;
	height: 27px;
	background-image: url(Grafiken/footer.gif);
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
	}