/* eigene Definitionen */
body         
{ background-color:#FFFFFF;
  color:#808080; 
  font-size: 12px;
  	padding: 0;
	margin: 1em;
}

a:link       
{ color:#000000 }
a:visited    
{ color:#666666 }
a:active     
{ color:#999999 }

  .h1 { font-weight: bold;
    text-align: center;
    font-style: normal;
    font-size: 2em;
    }

/* vorgabe menu


/* Fläche für Menu */




/* Navigationsfeld */
#nav, #nav ul {
	float: left;
	width: 1000px;
	list-style: none;
	line-height: normal;
	background: #c0c0c0;
	font-weight: bold;
	padding: 0;
	border: none;
	border-width: 0px 0;
	margin: 0 0 1em 0;
}
/* Oberste Reihe Navigation??? MSIE*/
#nav a {
	display: block;
	width: 8.0em;
	w\idth: 8.0em;
  font-size: 12px;
      /* Farbe Menütext */
	color: #000000;
	text-decoration: none;
	padding: 0.1em 0.1em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}
/* Oberste Reihe Navigation Feldbreite*/
#nav li {
	float: left;
	padding: 0;
	width: 6.7em;
}
/* Menue-Unterpunkte */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 5.5em;
     /* Breite Rahmen */
	w\idth: 5.5em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}
/* Breite hoveruntergrund 2.u 3.Menüebene */
#nav li li {
	padding-right: 0em;
	width: 5.5em
}
/* Breite Text 2.Menüebene */
#nav li ul a {
	width: 5em;
	w\idth: 5em;
}
/* Position 3. Menüebene */
#nav li ul ul {
	margin: -1.75em 0 0 5.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #cccccc;
}

#content {
	clear: left;
width: 100%;
	
	text-align: left;
	border: none;
	margin: 0 0 0 0;
background-color:#FFFFFF;
  color:#808080; 
  font-size: 1.2em;
  	padding: 0;
	
}


#content a:hover {
	text-decoration: none;
}
#content a:      
{ color:#000000 }
#content a:visited    
{ color:#666666 }
#content a:active     
{ color:#999999 }

