body {background-color:#CCC;
		font-family:Verdana, Arial, Helvetica, sans-serif;}

#container {
	font-size:12px;
	max-width:1016px;
	min-width:1016px;
	margin:auto;
	border:1px solid #aaa;
	border-top:0;
	background: white;
}

#foot {
	clear:both; /* Fussnote wird mindestens so hoch ausgedehnt wie #subnavi, falls #subnavi länger sein sollte */
	padding: 0 20px;
	font-size:10px;
}
h1 {font-size:2.7em;
	font-weight:normal;
	line-height: 0.8em;
	padding: 0.6em 0 0.0em 0%;
	margin:0;
	/* border-bottom:1px dashed #E6E6FA; */
}

h2, h3 {font-weight:normal; }
h1, h2, h3 {color:#666;
	font-family:"Times New Roman", Times, serif;
}

#header {
	background-color:#FC6;
	background-image:url(grafik/header.png);
	height:120px;
	padding: 0 20px;
	overflow:hidden;
	margin:0;
}
#navi {
	background-color:#999999;
	padding:0; 
	margin:0;
	text-align:center;
	font-size:14px;
}
#navi li {
	color:#993300;
	display: inline;
	border-left: 1px solid white;
	font-weight:bold;
}
#navi li a {
	color:#FFCC00;
	text-decoration:none;
}

#subnavi {
	width: 26%; /* Je kleiner das Fenster, desto kleiner soll auch der Subnavigationsbereich werden, damit genug Platz für den Inhalt der richtigen Seite bleibt */
	min-width:200px;
	float:right; /* Inhalt fliesst rechts an dem Subbereich vorbei */
	border-left: 1px dotted #aaa;
	font-size:12px;
	}
#subnavi dt { /* Die einzelnen Überschriften in der Subnavigation */
  font-size:16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin-top: 6px;
  border-top: 1px dotted #aaa; /* Hier eine optische Trennungslinie zwischen den einzelnen Bereichen der Subnavigation. */
}
#subnavi dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0;
  margin: 2px;
  }

#main {
	background: white;
	background-image:url(grafik/background_taenzer_light.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding: 0 31% 0 20px; /* Der rechte Abstand (31%) stellt sicher, dass auch nach dem Umfließen der Subnavigation der Text genau so breit wird wie oben und ein zwei-Spalten Eindruck entsteht. */
	line-height:1.5em; /*Erhöhter Zeilenabstand zur besseren Lesbarkeit */
	}
	
/* CSS Sprungmenue */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.menu {
	width:1021px;
	font-size:0.85em;
	padding-bottom:33px;
	/*background:#666; */

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:144px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:144px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#758279; 
padding-left:5px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:144px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#03F; /*#949e7c;*/
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#03F;/*#c9ba65;*/
}
.menu ul ul :hover > a.drop {
background:#03F;/*#c9ba65;*/
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:144px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:144px; 
top:0;
width:144px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-144px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#006;/*#d4d8bd;*/ 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px;
width:125px /* Breite der Untermenus */
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:144px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
