/* Allgemeine Definitionen im Body */
body {font-family:verdana, arial, helvetica, sans-serif; font-size:76%; color:#000; padding:0; border:0; margin:0; background:#CDCDC1; text-align:left;}

/* Der Inhalt */
#flaeche {border-top:0px solid #000000; background-color:#DCDCDC; padding:0px; color:#000000;}

/* Definition der Standard-Überschriften */
h1, h2, h3, h4, h5, h6 { font: 2em/1.0em 'AvantGarde Bk BT', Arial, Helvetica, sans-serif; color: #5fa741; }
		h1 { font: bold 1.7em Arial, Helvetica, sans-serif; color: #333; }
		h2 { font-size: 2em; font-weight: normal; text-transform: uppercase; margin-top:0px; }
		h3 { font-size: 1.4em; font-weight: bold; }
		h4 { font-size: 1em; }
		h5 { font-size: 0.9em; }
		h6 { font-size: 0.8em; }

/* paragraphs =>  */
	p, pre { margin: 0 0 5px 0; }
	b, strong { font-weight: bolder; }
	em, i { font-style: italic; }	
	code, pre { font: 1.1em/1.2em 'Lucida Console', 'Courier New', Courier, monospace; }

/* Definition der Hintergrundfarben Feld links und Feld rechts */
#impressum {background-color:#DCDCDC;}
#feldlinks {background-color:#DCDCDC;}
#feldrechts {background-color:#DCDCDC;}

/* Definition der Kennen Sie Neutraubling Box*/
#box {position:absolute; z-index:3;}
#box a {color:#00f; background:#DCDCDC; font:bold 12px verdana, sans-serif; text-decoration:none; display:block; padding:5px; border:0px solid black;}
#box a:hover { color:black; background:#949e7c; width:220px;}
#box a span {display:none;}
#box a:hover span {color:black; background:#ffffff; font:normal 12px sans-serif; border:1px solid black; display:block; padding:10px;}

/* Definition der Menüleiste */
#menu {list-style-type:none; margin:0px 0 40px 15px; padding:0;}
#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:173px; height:3em; z-index:100;}
#menu li dl {position:absolute; top:0; left:0;padding-bottom:5px;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:10px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {width: 173px; margin: 0; padding: 0; background: #c9ba65;}
#menu dt {margin:0; padding: 5px 5px 5px 10px; font-size: 1.1em; color: #fff; border-bottom:1px solid #fff; border-top:1px solid #fff;}

#menu .one {background: #827b6b; border-top:5px solid #dca;} /* Hintergrundfarbe Unterlage Listenfeld */
#menu .two {background: #646e4c; border-top:5px solid #bb9;}
#menu .three {background: #a4a88d; border-top:5px solid #eec;}
#menu .four {background: #a29f68; border-top:5px solid #f8f8b8;}
#menu .five {background: #8B7765; border-top:5px solid #CDAA7D;}

#menu .one dt {background: #b2ab9b;} /* Hintergrundfarbe Listenüberschrift */
#menu .two dt {background: #949e7c;}
#menu .three dt {background: #d4d8bd;}
#menu .four dt {background: #e2dfa8;}
#menu .five dt {background: #CDB79E;}

#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;} /* Grundeigenschaften der aufgeklappten Liste */

#menu .one dd {border-bottom:1px solid #aaa;}	/* Trennlinie Listenfeld und Dicke */	
#menu .two dd {border-bottom:1px solid #e8e8e8;}
#menu .three dd {border-bottom:1px solid #eee;}
#menu .four dd {border-bottom:1px solid #999;}
#menu .five dd {border-bottom:1px solid #999;}

#menu dd.last {border-bottom:1px solid #fff;} /* Dicke und Farbe der letzten Linie der Liste */

#menu dt a, #menu dt a:visited {display:block; color:#000;font-weight:bold;} /*Farbe der besuchten Listenüberschrift*/

#menu dd a, #menu dd a:visited {color:#953E3C; text-decoration:none; display:block; padding:4px 5px 4px 20px; width:145px;}

#menu .one dd a {background:#949e7c; color:#eee;} /* Hintergrund und Schriftfarbe aufgeklapptes Listenfeld */
#menu .two dd a {background:#d4d8bd; color:#346;}
#menu .three dd a {background:#e2dfa8; color:#654;}
#menu .four dd a {background:#CDB79E; color:#ff8;}
#menu .five dd a {background:#b2ab9b; color:#ffff00;}

#menu .one dd a:hover {background: #b2ab9b; color:#345;} /* Hintergrund und Schriftfarbe Mausover */
#menu .two dd a:hover {background: #949e7c; color:#543;}
#menu .three dd a:hover {background: #d4d8bd; color:#123;}
#menu .four dd a:hover {background: #e2dfa8; color:#534;}
#menu .five dd a:hover {background: #CDB79E; color:#534;}


