html, body {
	margin:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
	background-color:#DCDADA;
}
.container {
	width:780px;
	border-left:1px solid black;
	border-right:1px solid black;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url(img/left_bg.jpg);
	background-repeat:repeat-y;
	min-height:100%;
}
img {
border: none;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
.clear {
clear: both
}
/* Header */
.top_head {
	background-image:url(img/banner_cont.jpg);
	background-repeat:repeat-x;
	width:780px;
	display:inline;
}
/* Bilderleiste */
.top_pics {
	width:780px;
	text-align:left;
	background-image:url(img/banner_pics.jpg);
	background-repeat:repeat-x;
}
/* Trennlinie */
.top_line {
	background-image:url(img/banner_linie_cont.jpg);
	background-repeat:repeat-x;
	width:780px;
	height:23px;
}
/* Übergang */
.top_uebergang {
	width:780px;
	background-image:url(img/uebergang_cont.jpg);
	background-repeat:repeat-x;
}
/* Content */
#inhalt {
	position:relative;
	background-color:#FFFFFF;
	border-left:177px solid #64C76A;
	overflow:visible;
	width:603px;
	text-align:left;
	font-size:100%;
}
.bildlinks {
float: left;
margin: 0 10px 5px 0
}
.bildrechts {
float: right;
margin: 0 0 5px 10px
}
.rechtsunten {
position: absolute;
bottom: 0;
right: 18px
}
/* Navigation */
#navi {
	float:left;
	position:relative;
	width:177px;
	margin-left:-177px;
	display:inline;
	padding-top:0px;
}
.navi_p {
	width:auto;
	border-bottom:1px solid white;
	padding-left:25px;
	padding-bottom:3px;
	padding-top:3px;
}
.navi_p a {
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
.navi_p img {
	margin-right:4px;
}
/* Zusätzliche Navi rechts */
#extra {
	background-position:bottom right;
	background-image:url(img/right_line.jpg);
	background-repeat:no-repeat;
	width:780px;
	text-align:right;
	padding-bottom:3px;
}
#extra img {
	margin-right:4px;
	margin-left:4px;
}
#extra a {
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
/* Box zur Anpassung der Breite */
#box {
	width:auto;
	padding-left:22px;
	padding-right:22px;
	padding-top:0px;
	padding-bottom:22px;
}
/* Inhaltsformatierung */
h1 {
	color: #4f7d31;
	font-weight: bold;
	font-size:14px;
	margin-top:0;
	margin-bottom:10px;
}
h2 {
	color:#333333;
	font-weight: bold;
	font-size:13px;
	margin-top:15px;
	margin-bottom:15px;
}
p {
	color: #000000;
	margin-top:10px;
	margin-bottom:0px;
    font-size: 0.8em;
    line-height: 1.3em;
}
/* Listen */
ul {
	font-size: 0.8em;
    line-height: 1.3em;
}
/* Bildunterschrift */
dl.bild {
	float: none;
	margin-right:auto;
	margin-left:auto;
}
dl.bild dt {
	margin-bottom: 0;
}
dl.bild dd {
	font-size:0.7em;
	font-style:italic;
	margin: 0;
}
dl.bild dt img {
	border:1px solid black;
}
TABLE { width:400px; padding:5px; margin-left:20px; font-size:14px; border:1px solid black; }
TR { border-bottom:1px solid black; }
.td1 { width:250px; }
.td2 { width:75px; text-align:right; padding-right:5px; }
.td3 { width:75px; font-size:10px; }
.td1 i { font-size:12px; }
.zeiten td { padding-right:5px; }

form {
margin:10px;
font-size:12px;
}
label {
width:100px;
}
form i {
color:red;
}
