/* HTML-Tags Formatierung */
* {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-color: #BDF;
	background-image: url(pics/bg_verlauf.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

h1 {
	font: normal 1.75em Georgia, Marlett, "Times New Roman", Times, serif;
	color: #F60;
	text-align: center;
	margin: 10px 0 5px 0;
}

h5 {
	color: #039;
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	text-align: left;
	background-color: #CEF;
	padding: 5px;
}

h2, h3 {
	color: #039;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	text-align: left;
}

#text_inhalt h2 {
	margin-top: 20px;
}

p {
	margin: 10px 0;
	text-align: left;
	font-size: 1em;
}

strong {
	font-weight: bold;
}

.layout_img {
	vertical-align: bottom;
}

.wrapper {
	float:left;
	width:100%;
}

.left {
	width: 180px;
	float: left;
	margin-left: -100%;
}

.right {
	width: 180px;
	float: left;
	margin-left: -180px;
}

.middle {
	margin: 0 180px;
	width: auto;
}

#text_inhalt img {
	margin: 0 0 5px 5px;
}

#text_inhalt a {
	background-image: url(pics/link_pfeil.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#text_inhalt a.anker, #info_inhalt a.anker, #text_inhalt #mail {
	background-image: none !important;
	padding-left: 0 !important;
}

#text_inhalt ul li {
	list-style: none;
	background-image: url(pics/liste_pfeil.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

#text_inhalt ul, #text_inhalt ol {
	text-align: left;
}

#text_inhalt ol {
	margin-left: 20px;
}

/* Container und Layout Formatierung */

#wasserzeichen {
	position: fixed;
	top: 0;
	left: 0;
}

#container {
	position: relative;
	margin: 45px auto 10px auto;
	width: 86%;
	min-width: 790px;
	max-width: 1100px;
	height: auto;
	text-align: left;
	z-index: 3;
}

/* Obere Navigation */

#t_right {
	height: 27px;
	background-color: #039;
	background-image: url(pics/bg_nav_top.gif);
	background-repeat: repeat-x;
	text-align: left;
}

#t_left {
	height: 27px;
	background-color: #039;
	background-image: url(pics/bg_nav_top.gif);
	background-repeat: repeat-x;
	text-align: right;
}

#top_nav {
	height: 27px;
	background-color: #039;
	background-image: url(pics/bg_nav_top.gif);
	background-repeat: repeat-x;
}

#top_nav_1 {
	position: relative;
	height: auto;
	padding: 6px 0;
	text-align: center;
}

#top_nav ul {
	list-style: none;
}

#top_nav ul li {
	display: inline;
	margin: 0 5px;
}

#top_nav ul a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding-left: 20px;
	background-color: #039;
	background-image: url(pics/nav_pfeil.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#top_nav ul a:hover, #top_nav ul a:active, #top_nav ul a:focus, #top_nav .menu_current {
	color: #F60;
}

/* Hauptnavigation */

#left {
	height: auto;
	background-color: #48C;
	background-image: url(pics/left_verlauf.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#hauptnavigation {
	position: relative;
	top: 40px;
	left: 0;
}

#hauptnavigation ul {
	list-style: none;
	background-image: url(pics/nav_linie.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

#hauptnavigation ul li {
	background-color: #039;
	background-image: url(pics/nav_verlauf.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#hauptnavigation ul li span {
	display: block;
	width: 180px;
	background-image: url(pics/nav_linie.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#hauptnavigation ul a {
	display: block;
	width: 160px;
	padding: 6px 0 6px 20px;
	font-size: 12px;
	background-image: url(pics/nav_pfeil.gif);
	background-position: center left;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}

#hauptnavigation ul a:hover, #hauptnavigation ul a:active, #hauptnavigation ul a:focus, #hauptnavigation .menu_current {
	color: #F60;
}

#hauptnav_unten {
	margin-top: 25px;
}

/* Content Bereich */

#inhalt {
	height: auto;
	min-height: 360px;
	background-color: #FFF;
}

#text_inhalt {
	padding: 15px 25px 25px 25px;
	text-align: center;
}

#startseite {
	margin: 0 !important;
	width: 100%;
	max-width: 600px;
}

#text_inhalt a {
	font-family: Georgia, Marlett, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #F60;
	text-align: left;
}

#text_inhalt a:hover, #text_inhalt a:focus, #text_inhalt a:active {
	text-decoration: none;
}

#logo {
	height: 106px;
	background-image: url(pics/logo_wolken.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
}

#copyright {
	margin: 80px 0 5px 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

/* Infobox */

#right {
	height: auto;
	min-height: 130px;
	background-color: #48C;
	background-image: url(pics/right_verlauf.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#h_right {
	height: 106px;
	background-color: #F60;
	background-image: url(pics/search_verlauf.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#info_inhalt {
	padding: 15px 8px 30px 8px;
}

#info_inhalt a {
	display: inline-block;
	margin-top: 10px;
	text-align: left;
	font-size: 11px;
	color: #CEF;
	background-image: url(pics/link_pfeil.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#info_inhalt p {
	padding-left: 5px;
}

#info_inhalt h2 {
	text-align: center;
}

#info_inhalt a:hover, #info_inhalt a:active, #info_inhalt a:focus {
	text-decoration: none;
}

/* Footer */

#footer_text {
	margin-bottom: 15px;
	height: 27px;
	background-color: #039;
	background-image: url(pics/footer.gif);
	background-repeat: repeat-x;
	text-align: right;
}

/* Such-Formatierung */

#h_right form {
	position: relative;
	top: 70px;
	left: 30px;
}

#h_right form input {
	vertical-align: middle;
}

.search_string {
	width: 75px;
	padding: 1px;
	border: 0;
	font-size: 12px;
}

/* Formular */

#formular fieldset {
	padding: 10px 20px;
	margin-bottom: 10px;
	border: solid 1px #039;
}

#formular legend {
	color: #039;
	background-color: #FFF;
	font: normal 1.1em Georgia, Marlett, "Times New Roman", Times, serif;
}

#formular table {
	width: 100%;
	border: 0;
}

#formular table tr {
	border: 0;
}

#formular table td {
	width: 50%;
	border: 0;
	text-align: left;
}

#formular table td label, #formular table td input, #formular table td select, #formular table td textarea {
	margin: 3px 0;
}

#formular table td label span {
	color: #F60;
}

.form_error {
	text-align: center;
	background-color: #CEF;
	border: solid 2px #F60;
	padding: 10px;
}

#formular small {
	font-size: 0.8em;
}

.form_center {
	text-align: center;
	margin-top: 30px;
}