body {
	background-image: url(../bilder/hintergrund/bg_body.png);
	background-attachment:fixed;
	margin:0;
}
img {
	border:0px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
ul {
	list-style:none;
}
li {
padding-bottom:5px;
}
.erstes_menu  {
 top: 5px;
 left: 5px;
 margin: 5px;
 padding: 10px;
}
#seite {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	width:1024px;
	height:768px;
	align: center;
	background-image: url(../bilder/hintergrund/bg_header.png);
	background-repeat: no-repeat;
}
#header  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:1024px;
	height:200px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../bilder/hintergrund/bg_header.png);
}
#navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	width:177px;
	height:568px;
	float:left;
	background-image: url(../bilder/hintergrund/bg_navigation.png);
}
#navigation img{
padding-left:25px;
}
#content  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:655px;
	height:568px;
	float:left;
	text-align: left;
	padding-left: 15px;
	background-image: url(../bilder/hintergrund/bg_content.png);
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
}
#navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	width:172px;
	height:568px;
	float:left;
	text-align: left;
	padding-left: 5px;
	background-image: url(../bilder/hintergrund/bg_navigation.png);
}
#navi li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#footer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:1024px;
	height:auto;
	float: left;
	text-align: center;
}
#footer a:visited {
 color:#000000; text-decoration:none;
}
#footer a:link {
color:#000000;
}
#footer a:hover {
	color:#a6a2a3; text-decoration:none;
 	text-decoration:	underline;
}
#footer a:active {
	color:#a6a2a3; text-decoration:none;
}
.pfeil {
	display: list-item;
	list-style-image: url(../bilder/hintergrund/pfeil.png);
	list-style-position: inside;
}
.pfeil_weiss {
	display: list-item;
	list-style-image: url(../bilder/hintergrund/pfeil_weiss.png);
	list-style-position: inside;
}

