@charset "utf-8";
/* CSS Document */


/* Layout */
body {
	margin: 0px;
	width: 100%;
	text-align: center;
	background-color: #e3e2e3;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-size: 12px;
	line-height: 20px;
	color: #525254;
}

#divRandOben {
	position: relative;
	height: 3px;
	background-color: #c5d069;
}
#divContainer {
	position: relative;
	width: 990px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: left;
}

#divInnerContainer {
	position: relative;
	width: 817px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: left;
}


	#divLogo {
		position: relative;
		width: 181px;
		height: 64px;
		float: left;
		margin-top: 26px;
	}
	
	#divHNav {
		position: relative;
		width: 580px;
		height: 12px;
		text-align: right;
		font-size: 10px;
		float: right;
		margin-top: 68px;
		
	}
	
	#divLowerContainer {
		position: relative;
		margin-top: 20px;
		clear: both;
	}
	
	#divHeaderBild {
		position: relative;
		width: 181px;
		height: 181px;
		float: left;
	}

	#divHeaderText {
		position: relative;
		width: 625px;
		height: 181px;
		margin-left: 191px;
	}
	

	#divNav {
		position: relative;
		width: 181px;
		float: left;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	/* Speziell für IE6 */
	
	* html #divHeaderText {
		position: relative;
		width: 625px;
		height: 181px;
		margin-left: 189px;
	}
	
	* html #divNav {
		position: relative;
		width: 181px;
		margin-left:0px;
		float: left;
	}
	
	/* IE6 Hack Ende */
	
	#divMainContent {
		position: relative;
		width: 626px;
		float: right;
		padding-top: 27px;
	}
	
	#divBottomContent {
		position: relative;
		width: 781px;
		clear: both;
	}

				
#divBottom {
	position: relative;
	width: 860px;
	margin: 20px auto;
	text-align: center;
	font-size: 10px;
}

/* Text */

h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c5d069;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #525254;
	margin-left: 20px;
	margin-bottom: 7px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #525254;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #525254;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525254;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525254;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #525254;
}

#divBottomRightInnerContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #525254;
	margin: 0px;
	
}
ul, ol, li, table, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525254;
}

a {
	color: #c5d069;
	text-decoration: none;
}

hr {
	position: relative;
	clear: both;
	height: 0px;
	border: none;
	border-bottom: 1px solid #e1e1e2;	
}


input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #525254;
}

/* Hauptnavigation */

#divNav ul.mainNav {
	list-style: none;
	width: 181px;
	margin-left: -40px;
}

/* Speziell für IE6 */
* html #divNav ul.mainNav {
	list-style: none;
	width: 181px;
	margin-left: 0px;
}

/* Speziell für IE7 */
*:first-child+html #divNav ul.mainNav {
	list-style: none;
	width: 181px;
	margin-left: 0px;
}
						
#divNav li.mainNavItem {
	border-bottom: 1px solid #dfe5c4;
	padding-top: 13px;
	margin-bottom: 0px;
	height: 29px;
}

#divNav li.mainNavItemCurrent {
	border-bottom: 1px solid #dfe5c4;
	padding-top: 10px;
	margin-bottom: 0px;
}

#divNav li.mainNavItem:hover {

}


#divNav a.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525254;
	text-decoration: none;
}

#divNav a.navLink:hover, a.navLinkCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c5d069;
	font-weight: bold;
	text-decoration: none;
}

/* Subnavigation */

#divNav ul.subNav {
	list-style: none;
	width: 210px;
	margin-top: 10px;
	padding-left: 20px;
	margin-left: 0px;
}

/* Speziell für IE6 */
* html #divNav ul.subNav {
	list-style: none;
	width: 125px;
	margin-top: 10px;
	padding-left: 20px;
	margin-left: 0px;
}

#divNav li.subNavItem {
	padding-top: 3px;
	margin-bottom: 0px;
	height: 25px;
}

#divNav li.subNavItemCurrent {
	padding-top: 3px;
	margin-bottom: 0px;
	height: 25px;
	font-weight: bold;
}

#divNav li.subNavItem:hover {
	padding-top: 3px;
	height: 25px;
}

#divNav a.subNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525254;
	text-decoration: none;
}

#divNav a.subNavLink:hover, a.subNavLinkCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c5d069;
	text-decoration: none;
}

#divHNav a {
	color: #525254;
}

/* Format-Klassen */

dl.formular dt { 
	margin-left: 20px; 
	float: left; 
	width: 100px; 
	padding-top: 5px; 
	min-height: 1px;  
} 

dl.formular dd { 
	width: 335px; 
	padding-top: 5px; 
}



/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

#divSitemap {
	width: 300px;
	margin: 40px;
}
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #979797;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #ffffff;
}
.dtree .clip {
	overflow: hidden;
}



.gruen {
	color: #c5d069;
}

img.bildLinks {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 14px;
	margin-bottom: 10px;
}

td.formLabel {
	border-bottom: 1px solid #e1e1e2;	
}


.inputLang {
	width: 200px;
}

.inputKurz {
	width: 100px;
}