/* CSS Document */

	 body {
		color: black; 
		background: #fbebb2;
		/*background-image:url(../bilder/kachel.jpg); */
		font-size: 100.01%;
		font-family: Helvetica,Arial,sans-serif;
		margin: 0; padding: 1em 0;
		text-align: center;  /* Zentrierung im Internet Explorer */
	  }
  
	a:link {
		color: #990000;
		text-decoration: none;
		font-weight: bold;
		}
		
	a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	}
	
	a:active {
  	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
	
	a#Aktiv {
	font-weight: bold;
	color: #990000;
	text-decoration: underline; 
	}

	div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0;
    background: #f9e292;
	}

	div#Header1 {
  	height: 210px;
  	background: #ffcc33 url(../bilder/header/header1.jpg) no-repeat ;
	}
	
	div#Header2 {
  	height: 210px;
  	background: #ffcc33 url(../bilder/header/header2.jpg) no-repeat ;
	}
	
	div#Header3 {
  	height: 210px;
  	background: #ffcc33 url(../bilder/header/header3.jpg) no-repeat ;
	}
	
	div#Header4 {
  	height: 210px;
  	background: #ffcc33 url(../bilder/header/header4.jpg) no-repeat ;
	}
	
	div#Header5 {
  	height: 210px;
  	background: #ffcc33 url(../bilder/header/header5.jpg) no-repeat ;
	}
	
	div#Header6 {
  	height: 210px;
  	background: #ffcc33 url(../bilder/header/header6.jpg) no-repeat ;
	}
	
	div#Header_B {
  	height: 210px;
  	background: #ffcc33 url(../bilder/header/header_b.jpg) no-repeat ;
	}
  
	div#Versatz {
	padding-top: 20px;
	}
  
	ul#Navigation {
    font-family: Monotype Corsiva, BibleScrT, Times, serif;
    font-size: 1 em;
    float: left;
	width: 140px;
	margin: 0; 
	padding: 0;
	background: url(../bilder/buttons/inaktiv60.jpg) repeat;
	}
	
	ul#Navigation li {
    list-style: none;
 	}
	
	ul#Navigation a {
	height: 60px;
	color: #990000;
  	padding-left: 10px;
	display: block;
    text-decoration: none;
	}
	
	ul#Navigation a:link {
  	background: #f9e292 url(../bilder/buttons/inaktiv60.jpg) no-repeat;
	}
	
	ul#Navigation a:visited {
  	background: #f9e292 url(../bilder/buttons/inaktiv60.jpg) no-repeat;
	}
	
	ul#Navigation a:hover {
  	text-decoration: underline;
	background: #f9e292 url(../bilder/buttons/aktiv60.jpg) no-repeat;
	}
	
	ul#Navigation a:active {
    background: #f9e292 url(../bilder/buttons/aktiv60.jpg) no-repeat;
	}

	ul#Navigation div#Aktiv {
	height: 40px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
	color: #990000;
	text-decoration: underline;
	background: #f9e292 url(../bilder/buttons/aktiv60.jpg) no-repeat;
	}

	div#Inhalt {
	background: #ffffff;
	margin-left:  123px;
	border-left: 2px solid #cccccc;
	/*padding: 1em 2em;*/
	padding-left: 2em;
	border-top: 1px solid #ffffff;
	}
	
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
	}
  
	div#Text {
	font-size: 90%;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
	}

	div#Bildtext {
	font-size: 75%;
	}


	div#Bild1 {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	}
	
	div#Bild2 {
	float: right;
	margin-top: 200px;
	margin-right: -120px;
	}
	
	div#Bild1_b {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-left:15px;
    }
  
  	div#Bild2_b {
	float: left;
	margin-top: -10px;
	margin-right: 15px;
	margin-left:0px;
    }
	
	div#Bild3_b {
	float: right;
	margin-top: 20px;
	margin-right: 100px;
	margin-left:0px;
    }
	
	div#Bild3_b_OP {
	float: right;
	margin-right: 100px;
	margin-left:0px;
    }
	
  	ul {
	font-size: 90%;
	}
	
    div#Bild1_liste {
	float: right;
	padding-left:20px;
	margin-top: 25px;
	margin-right: 30px;
    }

	div#Drei {
	float: right;
	margin-top: 25px;
	margin-right: -25px;
    }
    
	div#Inhalt h2 {
	color: #990000; 
	font-family: Monotype Corsiva, BibleScrT, Times, serif;
    font-size: 2.0em;
    margin-left: -5px;
	}
  
	div#Inhalt h3 {
    font-size: 1.0em;
	font-weight: bold;
    margin: 0.2em 0;
	}
	
	div#Inhalt p {
    font-size: 1.0em;
    margin: 1em 0;
	}

	p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #f9e292;
    border-top: 1px solid #ffcc33;
	}