body {
	overflow: -moz-scrollbars-vertical;
	margin: 0px 0px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../_images/back/back_body.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #dfdfdf;
	text-align: left;
}

h1 {
	text-transform: none;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px;
}
h2 {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px;
}
h3 {
	margin: 20px 0px 10px;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}

hr {
	height: 1px;
	border-top: 1px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	margin: 15px 0px;
	padding: 0px;
}



#ausgabe {
	text-align: left;
	width: 750px;
	padding: 0px;
	margin: 0px;
}

#kopf {
	padding: 0px;
	text-align: left;
	background-image: url(../_images/back/back_kopf.jpg);
	background-repeat: no-repeat;
	height: 122px;
}
#kopf img {
	margin-top: 30px;
	margin-left: 70px;
}
#mitte {
	text-align: left;
	height: 100%;
}
#menu {
	float: left;
	padding: 0px;
	width: 200px;
	margin: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style: url(none) none;
}

#menu a {
	display: block;
	margin: 0px;
	padding: 0px;
	border-style: none;
	width: 190px;
}

#menu a.text {
	margin-top: 10px;
	text-align: right;
	color: #03C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
}

#menu a.text:hover {

	text-decoration: underline;
}

#menu img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#menu {
	float: left;
	clear: both;
	width: 220px;
}

#untermenu {
	padding: 0px;
	margin: 0px;
}
#untermenu ul {
	margin: 0px;
	padding: 0px;
}

#untermenu li {
	font-size: 12px;
	line-height: 35px;
	color: #00801C;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	background-image: url(../_images/menu/menu_untermenu.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 35px;
	width: 200px;
}
#untermenu a {
	text-decoration: none;
	color: #000000;
	text-align: right;
	width: 190px;
}
#untermenu a:hover {
	text-decoration: underline;
	display: block;
}
#inhalt {
	margin-left: 200px;
	background-image: url(../_images/back/back_inhalt-schatten.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
#inhalt p {
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
}
#inhalt table {
	margin: 10px 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#inhalt th {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #EEE;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#inhalt td {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	vertical-align: top;
	padding-left: 5px;
}
#inhalt td.wechsel {
	background-color: #EEE;
	padding-bottom: 10px;
	padding-left: 5px;
}

#inhalt a {
	color: #33C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#inhalt a:hover {

	text-decoration: underline;
}

#fuss {
	position: fixed;
	left: 0px;
	bottom: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: none;
}
#fuss img {
	display: block;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
