/* Farbdefinitionen

Orange					#ea4710
Grau Hg					#4f6378
Hellgrau				#8ea0b5
Grau Navi Hg   			#cad3dd
Grau Navi Schrift		#5e758e
Grau Navi Schrift hover	#2e3945

-------------------	*/

* {
	margin: 0;
	padding: 0;
}

html { height: 100%; margin-bottom: 1px; }  /* erzwingt einen scrollbalken */

body {
	text-align: left;
	background: #4f6378 url(body-bg.gif) repeat-x;
}
body, td {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	}
td {
	vertical-align: top;
	padding: 3px 8px 3px 0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #8ea0b5;
	border-left: none;
}
a:link { color: #ffffff; text-decoration: none; border-bottom: 1px dotted #ffffff; }
a:visited { color: #ffffff; text-decoration: none; border-bottom: 1px dotted #ffffff; }
a:hover { color: #ffffff; text-decoration: none; border-bottom: none; }
a:active { color: #ffffff; text-decoration: none; border-bottom: 1px dotted #ffffff; }

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #ffffff;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
	color: #ffffff;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #111111;
}
input, textarea {
	margin: 0 0 8px 0;
	padding: 4px;
	width: 360px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	border: 1px solid #99a2a8;
}
input.sendebutton {
	width: 120px;
	background-color: #cad3dd;
}
textarea.nachricht {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
p {
	margin-bottom: 0.5em;
}
strong {
	font-weight: bold;
	color: #eeeeee;
}
ol {
	margin-top: 0px;	
	padding-left: 1.7em;
	margin-left: 0;
}
ul {
	margin: 0 0 0.5em 0;	
	padding-left: 1.7em;
	list-style-type: none;
}
ul ul {
	margin-top: 0px;	
	padding-left: 1.4em;
	margin-left: 0;
}
li {
	margin-top: 0.5em;
}
/* -------------------- layout ------------------- */

#wrap {
	width: 970px;
	text-align: left;
}
#layout-links {
	float: left;
	width: 220px;
}
		#logo {
			width: 220px;
			height: 164px;
			background-color: #4f6378;
		}
		#navigation {
			float: left;
			margin: 0 0 0 0;
			width: 220px;
		}

#layout-rechts {
	float: right;
	width: 750px;
}
		#header {
			width: 750px;
			height: 139px;
			background-color: #2c3061;
		}
		#content {
			float: left;
			width: 660px;
			margin: 25px 0 0 0px;
		}
			#themenbild {
				width: 610px;
				height: 166px;
				margin-left: 50px;
				margin-bottom: 45px;
				border-bottom: #ea4710 solid 5px;
			}
			/*#trennlinie {
				width: 300px;
				height: 3px;
				background-color: #8ea0b5;
				margin-top: 25px;
				margin-bottom: 6px;
			}*/
			#trennlinie {
				width: 300px;
				height: 0;
				border-bottom: 3px solid #8ea0b5;
				margin-top: 25px;
				margin-bottom: 6px;
			}
			#textblock {
				margin-left: 50px;
			}
				#textblock ul {
					margin: 0 0 0.5em 0;	
					padding-left: 1.7em;
					list-style-image: url(aufz-pfeil.gif);
				}

#footer {
	width: 610px;
	height: 25px;
	margin-left: 270px;
	margin-bottom: 75px;
	border-bottom: #ea4710 solid 5px;
	clear: both;
}


/* -------------------- klassen ------------------ */


/* ------------- navigation  ---------------- */
ul#main-nav {
	/*line-height: 17px;*/
	font-size: 12px;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
ul#main-nav li {
	list-style: none;
	display: block;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
ul#main-nav li a {
	color: #5e758e;
	text-decoration: none;
	display: block;
	font-weight: bold;
	height: 15px;
	padding: 3px 2px 3px 25px;
	margin-bottom: 4px;
	border-bottom: none;
	background-color: #cad3dd;
}
ul#main-nav li a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #2e3945;
	/*color: #26303a;*/

}
ul#main-nav li a.aktuelle-seite, ul#main-nav li a.aktuelle-seite:hover {
	color: #ffffff;
 	text-decoration: none;
	border-bottom: none;
	background-color: #ea4710;
}
