body {
	color: black;
	background-color: #e5e5e5;
	background-image: url(pics/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
body.navi {
	background-color: white;
	background-image: none;
	}
h1 {
	color: #138;
	font-size: 16px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	}
h2 {
	color: #138;
	font-size: 16px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	margin-top: 20px;
	}
h3 {
	color: #666;
	font-size: 14px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	}
h4 {
	color: #138;
	font-size: 12px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	line-height: 0;
	margin: 0 0 0;
	padding: 0;
	}
h1.accordion, h2.accordion {
	display: block;
	background: url(pics/pfeildown.gif) no-repeat right center;
	min-height: 22px;
	cursor: pointer;
	margin-bottom: 0;
}
h1.active, h2.active {
	display: block;
	background: url(pics/pfeilup.gif) no-repeat right center;
	min-height: 22px;
	cursor: pointer;
	margin-bottom: 0;
}
p {
	color: #666;
	font-size: 12px;
	font-family: "trebuchet ms", verdana, sans-serif;
	line-height: 20px;
	}
a:link, a:visited {
	color: #138;
	background-image: url(pics/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	}

a:hover, a:active {
	color: #999;
	background-image: url(pics/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	}
	
.link_ohne_pfeil {
	background-image: none !important;
	padding-left: 0px !important;
	}
		
.red {
	color: red;
	}

td.shadow_left {
	background-image: url(pics/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	}

td.shadow_right {
	background-image: url(pics/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
td.inhalt {
	background-color: #fff;
	padding: 15px 0 15px 0;
	}
/*content*/
table.content_main {
	margin-top: 10px;
	}
td.content {
	padding-left: 10px;
	}

/*Sie sind hier*/
#sie_sind_hier {
	color: #138;
	font-size: 12px;
	font-family: "trebuchet ms", verdana, sans-serif;
	line-height: 20px;
	background-image: url(pics/sie_sind_hier_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	width: 560px;
	height: 20px;
	padding-left: 10px;
	}
/*Aktuelles*/
table.aktuelles_bg {
	background-image: url(pics/aktuelles_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	margin-bottom: 5px;
	}
td.aktuelles_content {
	background-image: url(pics/aktuelles_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	margin: 0;
	padding: 35px 10px 7px;
	}
p.aktuelles {
	color: #138;
	font-size: 11px;
	font-family: "trebuchet ms", verdana, sans-serif;
	line-height: 13px;
	}
/*Container Right*/
p.content_right {
	color: #666;
	font-size: 12px;
	font-family: "trebuchet ms", verdana, sans-serif;
	line-height: 18px;
	margin-top: 0px;
	}

table.content_right {
	background-image: url(pics/container_right_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 5px;
	}

td.content_right_inhalt {
	background-image: url(pics/container_right_verlauf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 5px;
	}

td.content_right_inhalt a:link, td.content_right_inhalt a:visited {
	color: #138;
	font-size: 12px;
	font-family: "trebuchet ms", verdana, sans-serif;
	line-height: 18px;
	text-decoration: underline;
	}
	
td.content_right_inhalt a:hover, td.content_right_inhalt a:active {
	color: #666;
	font-size: 12px;
	font-family: "trebuchet ms", verdana, sans-serif;
	line-height: 18px;
	text-decoration: underline;
 	}
/*Footer*/
p.footer {
	color: #999;
	font-size: 11px;
	font-family: "trebuchet ms", verdana, sans-serif;
	}

#footer_container a:link, #footer_container a:visited {
	color: #999;
	}

#footer_container a:hover, #footer_container a:active {
	color: #138;
	}

#footer_container {
	margin-top: 20px;
	padding-left: 10px;
	}

/*###FORMULARFELDER###*/

.input {
	width: 340px;
	border: 1px solid #666666;
	}
	
.textfeld {
	width: 340px;
	border: 1px solid #666666;
	font-size: 12px;
	font-family: "trebuchet ms", verdana, sans-serif;
	}
