/****************************
+++ HTML-Standards +++
****************************/

html {
	min-height:100.05%;
}

body {
	margin:0;
	padding:0;
	font-family: helvetica, arial, sans-serif;
	font-size:75%;
	color:#666666;
	background: #f4af45 url(../assets/design/orange.gif) center repeat-y;
	line-height:1.5em;
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:100%;
	color:#889745;
}

h1 {
	margin:0.6em 0 0.3em 0;
	font-size:1.5em;
	line-height:1.2em;
	color:#CD7A1C;
}

h1 a {
	color:#CD7A1C;
}

h2{
	margin:0em 0 0.3em 0;
	font-size:1.5em;
	line-height:1.2em;
	color:#CD7A1C;
}

h3 {
	color:#9EABB4;
	text-transform:uppercase;
}

h3 a {
	color:#9EABB4;
}

h4 {
	color: #333333;
	text-transform:uppercase;
}

h4 a {
	color:#333333;
}

.trenner {
	display:block;
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	padding:0;
	margin:0;
}

a {
	color:#38628c;
	text-decoration:none;
}

p {
	margin-top:0px;
}

.rechts {
	float:right;
	padding-left:5px;
}

.links {
	float:left;
	padding-right:5px;
}

.linie, hr {
	height:1px;
	background:white;
	border:none;
	border-bottom: dotted 1px #999999;
}

.orange {
	color:#CD7A1C;
}

.lightblue {
	color:#568ebe;
}

.gross {
	text-transform:uppercase;
}

.fett {
	font-weight:bold;
}



/****************************
+++ Hauptstruktur +++
****************************/

#container {
	width:850px;
	margin:0px auto 20px auto;
	background: white url(../assets/design/bg.gif) left top;
	padding: 0px;
}

#header {
	padding:0px 5px;
}

#logo, #imagebild {
	float:left;
}

#banner {
	position:relative;
}

#banner img {
	float:left;
}

#hauptnavigation {
	clear:both;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin:0 5px;
	min-height:30px;
}

#inhaltsbereich {
	margin:35px 15px 30px 15px;
}

#links, #mitte, #rechts {
	float:left;
	width:200px;
}

#inhaltlinks {
	padding-left:10px;
	font-family: times new roman;
}

#inhaltrechts {
	font-family: helvetica, arial, sans-serif;
	font-size:80%;
	line-height:1.4em;
}

#mitte {
	width:360px;
	padding: 0px 30px;
}

#unternavigation {
	margin-bottom:30px;
}

#kommentar {
	padding: 0px 10px 10px 10px;
	font-size:90%;
	line-height:1.3em;
}

/****************************
+++ Hauptnavigation +++
****************************/

#hauptnavigation ul {
	margin:0 100px;
	padding:0;
	list-style:none;
	min-height:30px;
	font-size:110%;
}

#hauptnavigation ul li {
	float:left;
	padding:1.2ex 10px 0.8ex 10px;
	text-transform:uppercase;
	background: white url(../assets/design/strich.gif) 0px 1.5ex no-repeat;
}

#hauptnavigation ul li.erster {
	background: none;
}

#hauptnavigation a{
	text-decoration:none;
	color: #38628c;
}

#hauptnavigation a.act {
	color: #38628c;
}



/****************************
+++ Unternavigation       +++
****************************/
#unternavigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
	border-bottom: dotted 1px #b0b0b0;
}

#unternavigation ul li {
	border-top: dotted 1px #b0b0b0;
	text-transform:uppercase;
}

#unternavigation ul li.erster {
	border-top: none;
}

#unternavigation a {
	display:block;
	text-decoration:none;
	margin-left:15px;
	color:#38628c;
	padding:5px 0;
}

#unternavigation a.act {
	color:#38628c;
}

#unternavigation ul ul {
	border-bottom: none;
}

#unternavigation ul ul li, #unternavigation ul.hilfsnavi li {
	text-transform:none;
	background: white url(../assets/design/link.gif) 2px bottom no-repeat;
	margin:0;
	padding:0;
}

#unternavigation ul ul li a, #unternavigation ul.hilfsnavi li a {
	color:#38628c;
	height:1.5em;
}

#unternavigation ul ul li a.act {
	color:#666666;
	font-weight:bold;
}


/****************************
+++ Uebersicht +++
****************************/

#uebersicht p {
	padding:0;
	margin:0;
}

.seiten {
	display:block;
	margin-top:1.5em;
}






