body {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFBEF;
	overflow:-moz-scrollbars-vertical;
}


/* Main Container (über gesamte Seite)
----------------------------------------------- */
div#mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFFFFF;
	border-color: #FFEBAF;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}


/* Container für linke Spalte
----------------------------------------------- */
div#leftContainer {
	float: left; 
	width: 170px; 
	padding: 15px 0px 0px 0px;
}


/* Container für mittleren Bereich
----------------------------------------------- */
div#middleContainer {
	float: left; 
	width: 550px;
	_width: 550px;
	min-height: 740px; 
	padding: 15px 25px 0px 25px;
	_padding: 15px 10px 0px 10px;
	border-style: solid;
	border-color: #3086C2;
	border-width: 0px 1px 0px 1px;
}


/* Container für rechten Bereich
----------------------------------------------- */
div#rightContainer {
	float: right; 
	width: 180px;
}



/* Top Menue
----------------------------------------------- */
div#topMenue {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 960px;
	height: 160px;
	background-image: url(images/header.gif);
}


div#topMenue a {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 4px 0px 4px;
	margin-left: 10px;
	text-decoration: none;
	background-color: #3086C2;
}


div#topMenue a:hover {
    color: #3086C2;
	background-color: #E4F2F8;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #3086C2;
} 


/* Rahmenlinie
----------------------------------------------- */
div#rahmen {
	border-style: solid;
	border-color: #3086C2;
	border-width: 1px 0px 1px 0px;
}



/* Container für Footer
----------------------------------------------- */
div#footer {
	width: 860px;
	height: 24px;
	padding: 2px 0px 0px 100px;
	background-color: #FFFF00;
	font-weight: bold;
	color: #3086C2;
}


/* Hauptnavigation
----------------------------------------------- */
div#navigation {
	margin-left: 10px;
	width: 148px;
}


/* Multi Drop Menue
------------------------------------------------*/
div#hover_menue * {
    margin: 0; 
    padding: 0;     /* entfernt margin und padding aller Listenelemente */
}


div#hover_menue {
    behavior: url(csshover.htc);   /* Hover Hack für IE6 und früher */
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-weight: bold;
    font-size: 11px; 
}


div#hover_menue ul {
    margin-left: 0px;
	border-top: 1px solid #125A8C;
}  

             
div#hover_menue li {
    background-image: url(images/bg_navi.gif);
	border-bottom: 1px solid #125A8C;
	list-style-type: none;
	width: 140px;
	padding: 4px;
}  


div#hover_menue a {
    color: #125A8C;
}


div#hover_menue li:hover {
    background-image: url(images/bg_navi_hover.gif);
}


div#hover_menue ul li ul {
    border-top: 1px solid #125A8C;
	top:-1px;
}
 
 
div#hover_menue li li { 
 background-image: url(images/bg_navi.gif);      /* background color of the level 2 menu */
 border-bottom: 1px solid #125A8C; /* lines between menu choices - set to 0px if not wanted */
 margin-left: 146px;
}

 

/* ADDITIONAL PREFS FOR VERTICAL MENU - NO NEED TO TOUCH THESE IF LEVEL 1 IS HORIZONTAL */
div#hover_menue.vertical ul {
 border-top: 1px solid #125A8C;     /* set the border-top of level 1 of the vertical menu - broken out separately so it can be different from top border of other levels */
 }
div#hover_menue.vertical li {
 border-bottom:1px solid #125A8C; /* adds horizontal lines between menu choices - overrides main setting above for this feature */
 list-style-type: none;  
 }
div#hover_menue.vertical ul ul  {
 border-top:1px solid #125A8C;       /* set the border-top of levels 2 - 4 of a vertical menu - set to 0 to remove */
 top:-1px;            /* set to negative value of border-top for perfect pop-out alignment - set to 0 if border is 0 - don't remove!*/
 }
/* end vertical menu preferences */
/* END MENU PREFERENCES */
 
/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS : ) */
/* the menu mechanics start here */
div#hover_menue {
 float:left;
 width:100%;
}
div#hover_menue ul {
 float:left; /* makes ul wrap li */
font-size:1em; /* prevents inheritence from maiin text style sheet */
}
div#hover_menue li {
 float:left;  /*causes the list to align horizontally instead of stack */
 list-style-type:none; /* removes the bullet off each list item */
 position:relative; /* positioning context for the absolutely positioned drop-down */
 }
div#hover_menue a {
 display:block; /* makes link fill li so entire area is "hot" */
 text-decoration:none;  /* removes the underlining from the links */
 }
/* the horizontal menu ends here */
/* the drop-downs starts here */
div#hover_menue ul li ul { 
 position:absolute;       /* positions the drop-down ul in relation to its relatively positioned li parent */
 border-top: 1px solid #125A8C;       /* stops inheritance from level 1 ul */
 margin-left:0px;       /* stops inheritance from level 1 ul */
}
div#hover_menue ul li ul li {
 width:140px;
 padding:4px; /* stops inheritance */
 border-left:0; /* stops inheritance */
 border-right:0; /* stops inheritance */
 }
div#hover_menue ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#hover_menue ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */
/* pop-outs starts here */
body div#hover_menue ul li ul li ul  {
 position:absolute; /* associated menu with parent li positioning context */
 visibility:hidden; /* ensures that level 3 menu is not reveal when level 2 is reveled */
 left:100%;
 top:0px;
 }
div#hover_menue ul li ul li:hover ul {visibility:visible;} /* shows level 3 menu when associated level 2 li is hovered */
/* second and third level popouts here*/
div#hover_menue ul li ul li:hover ul li ul {visibility:hidden;} /* ensures that level 4 is not reveal when level 3 is reveled */
div#hover_menue ul li ul li ul li:hover ul {visibility:visible;}  /* shows level 4 menu when associated level 3 li is hovered */
/* the drop-downs end here */
 
/* extra styles for the vertical menu */
div#hover_menue.vertical ul {
 border-left:0px; /* removes the border of the level 1 ul that can be used in the horizontal menu */
 margin-left:0;         /* removes left margin that is available on horizontal menu */
 }
.vertical ul { /* took off the id so the ul ul width setting in prefs was more specific */
 width:100%; 
}
div#hover_menue.vertical li {
 position:relative; /* positioning context for the level 2 menu */
 width:100%;         /* set width of level 1 menu - MUST match left value in ul ul selector below */
 clear:left; /* makes the main menu stack - note: turning off floating (alternative way to create stacking) causes spacing problems in IE */
 border-right:0; /* removes right borders from horiz level 1 */
}
div#hover_menue.vertical ul ul  {
 position:absolute; /* make ul position relative to parent li for all menu levels */
 left:100%;         /* align level 2 with level 1 - MUST match li width in selector above */
}
/* levels 2 -4 width */
div#hover_menue.vertical li li {
}
div#hover_menue.vertical ul ul ul {
 left:100%;          /* align level 2 with level 3 and 3 with 4 - MUST match li width in selector above */
 }
 /* END MENU MECHANICS */
 
/* inevitable hacks for IE6  and < */
* html div#hover_menue {
 z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
 }				/* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html div#hover_menue ul li ul {
  z-index:400; /*ensures menu is on top of other page elements */
 }
* html div#hover_menue a {
/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
} 
* html div#hover_menue.vertical a {
/* now hasLayout in IE - works on the vert menu as container has width */
 zoom:100%;
 } 
 * html div#hover_menue ul ul a { /* second level of horiz menu */
 zoom:100%;  /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 } 
  /* info on haslayout: 
  http://www.sitepoint.com/forums/showpost.php?p=2041209&postcount=24
  http://onhavinglayout.fwpf-webdesign.de/hack_management/
   */
 * html div#hover_menue ul ul li a { /* fix for for background roll on drops in IE - otherwise only text is hot */
 /* height:1%; */ /* makes entire background hot in IE */
}
 /* END OF LIST-BASED MENU */


/* Rechtes Menue
----------------------------------------------- */
div#rightMenue {
	margin-left: 10px;
	width: 148px;
}


div#rightMenue a {
	font-size: 11px;
	display: block;
	width: 140px;
	margin: 0px;
	text-decoration: none;
	color: #999999;
}


div#rightMenue a:hover {
	color: #3086C2;
}


ul.pfeil {
	list-style-image: url(images/button_link.gif);
	margin-left: 0.7em;  
	padding-left: 0.7em;
	margin-bottom: 24px;
}


li.pfeil {
	margin-bottom: 0.7em;
}


div#aktuell {
	background-image: url(images/bg_aktuell.gif);
	background-repeat: repeat-y;
	width: 160px;
	margin-top: 30px;
	margin-left: 10px;
}


a.aktuell {
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}


a:hover.aktuell {
	color: #3086C2;
}


div#service {
    text-align: center;
    margin-top: 40px;
}


a.service {
	color: #3086C2;
	text-decoration: underline;
}


a:hover.service {
	color: #3086C2;
}


/* Zentrale Formate definieren
----------------------------------------------- */
p {
	line-height:20px;
	padding:0px;
	margin:15px 0px 15px 0px;
}


p#klein {
	font-size: 10px;
	line-height:12px;
	padding:0px;
}

p#gruss {
	font-size: 12px;
	line-height:14px;
	padding:0px;
	margin-bottom: 30px;
}


p#aktuell {
	font-size: 10px;
	line-height:12px;
	text-align: justify;
	color: #666666;
	padding-left:5px;
	padding-right:12px;
}


a {
	color: #3086C2;
	text-decoration: underline;
}


h1 {
	font-size: 20px;
	color: #3086C2;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}


h2 {
	font-size: 16px;
	color: #3086C2;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}


h3 {
	font-size: 13px;
	color: #3086C2;
	margin: 30px 0px 30px 0px;
}


h4 {
	font-size: 12px;
	color: #3086C2;
	margin-bottom: 12px;
}


h5 {
	font-size: 12px;
	color: #3086C2;
	margin-bottom: -8px;
	margin-top: 0px; 
	padding-left:5px;
}


h6 {
	font-size: 13px;
	color: #3086C2;
	margin: 12px;
}


hr { 
	width:100%;
	border:none;
	color:#3086C2;
	background:#3086C2; 
	height: 1px; 
	margin: 20px 0px 26px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}


ul#liste {
	list-style-image: url(images/haken.gif); 
	margin-left: 0.7em;  
	padding-left: 0.7em;
	margin-bottom: 30px;
}


ul#vita {
	list-style-image: url(images/bullet.gif); 
	margin-left: 0.7em;  
	padding-left: 0.7em;
	margin-bottom: 30px;
}


ol#faq {
	margin-left: 0.7em;  
	padding-left: 0.7em;
	margin-bottom: 20px;
}


.eingabefeld {
  font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
  background-color: #EAF6FA;
  border: 1px solid #3086C2;
  font-size: 13px;
  margin-bottom: 3px;
  margin-top: 3px;
}


select {
  margin-bottom: 3px;
  margin-top: 3px;
  background-color: #EAF6FA;
}
  

.button {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #3086C2;
	background-color: #EAF6FA;
	border: 1px solid #3086C2; 
	height: 24px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	margin-top: 22px;
	margin-right: 12px;
	cursor: pointer;
}


.feedback {
    float: right;
	margin-top: 240px;
}


.formFeedback {
	background-color: #FEFFAF;
	border: 1px solid #FFED2F;
}


.formFeedbackTitle {
	font-size: 16px;
	color: #9F5600;
	font-weight: bold;
	margin-bottom: 30px;
}


.eingabefeldFormFeedback {
  font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
  background-color: #FFF8EF;
  border: 1px solid #FFED2F;
  font-size: 13px;
  margin-bottom: 3px;
  margin-top: 3px;
}


.selectFormFeedback {
  margin-bottom: 3px;
  margin-top: 3px;
  background-color: #FFF8EF;
}


.buttonFormFeedback {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #9F5600;
	background-color: #FFDAAF;
	border: 1px solid #FFED2F; 
	height: 24px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	margin-right: 12px;
	cursor: pointer;
}


.bildnachweis {
	text-align: center;
	margin: 6px 0px 24px 140px;
}
