body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #EDEDEB;
	/*background-color: #e3e3df;*/
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#headback {
	background-attachment: scroll;
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../pics/back_content_.gif);
	width: 100%;
}
#headersign {
	height: 3em;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5em;
	background-color: #EDEDEB;
	color: #999999;
	text-indent: 230px;
	padding-top: 0.6em;
	background-image: url(../pics/back_footer.gif);
	background-repeat: repeat-x;
}
html > body #footer {
  position: fixed;
}
#footer a:link, #footer a:visited {
	color: #999999;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
	padding-right: 1em;
}
#footer a:hover {
	text-decoration: underline;
	color: #333333;
}
#nav {
	position: absolute;
	font-size: 11px;
	width: 590px;
	height: 40px;
	left: 220px;
	top: 50px;
	padding: 0px;
}
#nav ul {
	list-style: none;
	padding-left: 0;
}
#nav li {
	margin-bottom: 0.3em;
	display: inline;
	word-spacing: 1em;
	margin-left: 1em;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #999999;
	background-color: transparent;
	word-spacing: 1em;
}
#nav li a:hover {
	color: #003399;
	text-decoration: underline;
}
#nav span {
	text-decoration: underline;
	color: #669900;
}

#nav1 {
	position: absolute;
	font-size: 11px;
	width: 538px;
	height: 24px;
	left: 29px;
	top: 20px;
	padding: 0px;
}
#nav1 ul {
	list-style: none;
	margin-left: 2em;
	padding-left: 0;
}
#nav1 li {
	margin-bottom: 0.3em;
	display: inline;
	word-spacing: 1em;
}
#nav1 li a:link, #nav li a:visited {
	text-decoration: none;
	color: #666666;
	background-color: transparent;
	word-spacing: 1em;
}
#nav1 li a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#nav1 span {
	color: #FF0000;
	text-decoration: underline;
}

#content {
	position: absolute;
	width: 740px;
	left: 220px;
	top: 160px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #E1E1DD;
	/*background-color: #ECECEA;*/
	padding-bottom: 2em;
	padding-right: 1.2em;
}
h1 {
	font-size: 100%;
	padding-right: 1.2em;
	padding-left: 1.2em;
	padding-top: 10px;
}
#content p {
	line-height: 1.6em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	font-size: 95%;
}
#content li {
	line-height: 1.6em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	font-size: 95%;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(../pics/pfeil.gif);
	padding-bottom: 0.7em;
}

h2 {
	font-size: 11px;
	text-decoration: none;
	vertical-align: sub;
	display: inline;
	font-weight: normal;
	padding-right: 1em;
	color: #FF6600;
}
img {
	margin-right: 22px;
	margin-bottom: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightimg{
	float: right;
	margin-left: 10em;
	margin-bottom: 0em;
	padding-right: -2em;
	clear: both;
	padding-bottom: 1em;
}
.leftimg{
	float: left;
	margin-left: 0em;
	padding-right: -2em;
	clear: both;
	padding-bottom: 0.5em;
}

