body {
	margin-top: 10px;
	background-image: url(../images/hintergrund_body.jpg);
	background-repeat: repeat-x;
}
#kopf {
	height: 80px;
	width: 880px;
	margin: auto;
	background-image: url(../images/hintergrund_kopf.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
#inhalt {
	width: 900px;
	margin: auto;
	position: relative;
	top: 40px;
}
p a:link, p a:visited {
	color: #3366CC;
	text-decoration: underline;
}
p a:hover, p a:active {
	color: #FFCC00;
	text-decoration: underline;
}
#fuss {
	width: 900px;
	margin: auto;
	position: relative;
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 20px;
	top: 10px;
}
/* Hack für Firefox und Opera - IE 7 bleibt wirkungslos */
html>/**/body #fuss {
	margin-top: 40px;
}
#fuss p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
#linksoben {
	background-image: url(../images/ecke_links_oben.gif);
	background-repeat: no-repeat;
}
#rechtsoben {
	background-image: url(../images/ecke_rechts_oben.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#linksunten {
	background-image: url(../images/ecke_links_unten.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: -10px;
	list-style-type: circle;
}
#listelement {
	margin-top: 5px;
	width: auto;
	left: 20px;
	position: relative;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0,8;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.4em;
}
.menu a:link, .menu a:visited {
	color: #FFFFFF;
}
.menu a:hover, .menu a:active {
	color: #FFCC00;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	top: 12px;
	width: 600px;
	font-weight: bold;
}
#inhalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
}#inhalt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #3366CC;
}
#inhalt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#breadcrump {
	position: relative;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	width: 900px;
}
#breadcrump a:link, #breadcrump a:visited {
	color: #3366CC;
	text-decoration: underline;
}
#breadcrump a:hover, #breadcrump a:active {
	color: #FFCC00;
	text-decoration: underline;
}
.datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
}
/* Unternavigation */
#subli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: absolute;
	width: 200px;
	left: 5px;
}
#subli a:link, #subli a:visited {
	color: #3366CC;
	text-decoration: underline;
	background-image: url(../images/icon_pfeil_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
#subli a:hover, #subli a:active {
	color: #FFCC00;
	text-decoration: underline;
	background-image: url(../images/icon_pfeil_li_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
#subre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: absolute;
	width: 200px;
	right: 5px;
	text-align: right;
}
#subre a:link, #subre a:visited {
	color: #3366CC;
	text-decoration: underline;
	background-image: url(../images/icon_pfeil_re.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}
#subre a:hover, #subre a:active {
	color: #FFCC00;
	text-decoration: underline;
	background-image: url(../images/icon_pfeil_re_over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}
