P  {
	color: #aa1817;
	font-size : 16pt;
}

H1  {
 font-family: Times New Roman;
 font-size : 36pt;
 font-style:italic;
 font-weight:bold;
 color: #aa1817;
 letter-spacing:2px;
 margin-top: 0px;	
  margin-bottom: 0px;
}

H2  {
	color: #aa1817;
	font-size : 30pt;
	 font-weight:bold;
	 letter-spacing:2px;
	 margin-top: 0px;
	margin-bottom: 0px;
	}

H3  {
	color: #aa1817;
	font-size : 14pt;
	 margin-top: 0px;
	}
	
#klein  {
	color: #aa1817;
	font-size : 14pt;
	}	
	

.Stil2  {
 font-family: Times New Roman;
 font-size : 14pt;
 font-style:italic;
 font-weight:bold;
 color: #aa1817;


}

.Stil2 ul {
	padding-left:-12px;
	}

.info {
 font-family: Times New Roman;
 font-size : 11pt;
 font-style:italic;
 font-weight:bold;
 color: #aa1817;


}

A  {
	color : #aa1817;
	font-size : 15pt;
	font-weight:bold;
	
}

A:Visited  {
    color : #aa1817;
	font-size : 15pt;
	text-decoration: none;
}

A:Active  {
	text-decoration : none;
	background-color : #eccf44;
	color : #aa1817;
	font-size : 16pt;
	 font-weight:bold;
	text-decoration: underline;
}

A:Hover  {
	font-weight : 16pt;
	text-decoration : none;
	background-color : #eccf44;
}

.nav a  {
	text-decoration : none;
	color : #aa1817;
	font-size : 13pt !important;
	 font-weight:bold;
}

.nav a:Visited  {
    color : #aa1817;
	font-size : 13pt !important;
	text-decoration: none;
}

.nav a:Active  {
	text-decoration : none;
	background-color : #eccf44;
	color : #aa1817;
	font-size : 13pt !important;
	 font-weight:bold;
}

.nav a:Hover  {
	font-weight : 13pt;
	text-decoration : none !important;
	background-color : #eccf44;
}

BODY  {
	background-color : #aa1817;
	font-family : Times New Roman;
	color : #681400;
    font-weight: bold;
    font-style: italic
}


#wrapper {
	background:url(Bilder/hintergrund.jpg);
	width:1025px;
	height:736px;
	margin-left:auto; 
	margin-right:auto;
	margin-top:10px;
	}
	
#main {
	width:1025px;
	height:550px;
	float:left;
	}	
	

#left {
	width:200px;
	float:left;
	background-color:#f7c639;
	height:550px;
	}

#image {
	float:left;
	width:200px;
	height:150px;
	margin:0;
	
	}

#menue {
	float:left;
	width:200px;
	
	}
	
#content {
	float:left;
	width:780px;
	height:520px;
	padding-top:10px;
	padding-left:20px;
	}	

#spruch {
	float:left;
	margin-top:60px;
	color:#ffd543;
	width:1010px;
	height:50px;
	padding-left:15px;
	
	}
	
#spruch h1 {
	color:#ffd543;
	font-size:38px;
	letter-spacing:3px;
	}	
	
	
#adresse {
	float:left;
	color:#ffd543;
	font-size:20px;
	letter-spacing:3px;
	padding-left:15px;
	width:1010px;
	height:30px;
	margin-top:20px;
}

#adresse A,#adresse A:Visited, #adresse A:Active  {
	color:#ffd543;
	background-color:transparent;
	font-size:20px;
	}	

#adresse A:Hover  {
	color:#f7c639;
	background-color:transparent;
	font-size:20px;
	}	
	
	
	
#footer {
	text-align:center;
	font-size:20px;
	}
	

  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
   /* margin: 0.2em; */
	padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
   /* top: 1.6em; left: -0.4em;*/
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */

  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;

  }

  ul#Navigation a,  ul#Navigation span {
    display: block;
    width: 5.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    /*padding: 0.2em 0.5em;*/
    text-decoration: none;
	font-weight: bold;
    border: 1px solid #dfebf0;
    border-left-color: #dfebf0; border-top-color: #dfebf0;
    color: #aa1817; background-color: #dfebf0;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.4em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation  span, li a#aktuell {
    border-color: lightsteelblue;
    border-left-color: lightsteelblue; border-top-color: lightsteelblue;
    color: #0000aa;     background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #0000aa; border-color: gray;
    background-color: gray;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
     border-color: gray; background-color: gray;
  }