/*Globale Regeln für den Body*/

 body {
    color: #333; 
	/*background-color: #5b67c2;*/
	/*background-color: #565C40;*/
	background-color: #666;
    font-size: 81%;
    font-family: Verdana, Arial, Helvetica, sans-serif;;
    margin: 0; padding: 0;
	text-align: center;
  }

 /*Regeln für den Hintergrundbildcontainer*/
 
  div#content {	
	background: url(../bilder/hintergrund.jpg) no-repeat;
	background-color: #d8dfd5;
	width: 850px;
	text-align: left;
	margin: 10px auto;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
  }
	
  * html div#content {
	width: 848px;
	w\idth: 850px;
  }

/*Regeln für den Bannerbereich*/
  
  h1 {
	height: 90px;
    margin: 0; padding: 0;
	text-indent: -1000em;
  }  

  * html h1 {
	height: 86px;
	he\ight: 80px;
  }
  

 
 /*Regeln für den Navigationsbereich*/
 
  ul#Navigation {
    font-size: 0.79em;
    float: left; width: 160px; height: 500px;
    margin: 75px 0 0 7px; padding: 0;
	padding-top: 15px;
  }
  
  * html ul#Navigation {
	margin: 75px 0 0 5px;
	width: 160px;
	ma\rgin: 75px 0 0 5px;
	w\idth: 160px;

  }
  
  ul#Navigation li {	
    list-style: none;
    margin: 0 7px 0.5em 9px;
	padding: 7px 10px 5px 10px;
  }
  
  * html ul#Navigation li {
	margin: 0 8px 0.2em -8px;
	ma\rgin: 0 7px 0.2em 9px;
  }
  
  ul#Navigation li.AktiveSeite {
	color: #4b57b2;
    font-weight: bold;
	border-left: 5px solid #6b77d2;
	border-bottom: 1px solid #6b77d2;
	padding-left: 5px;
  }
  
  ul#Navigation a {
	text-decoration: none;
    font-weight: bold;	
  }
  
  ul#Navigation a:link {
    text-decoration: none;
	color: #4b57b2;
  }
  ul#Navigation a:visited {
    text-decoration: none;
	color: #4b57b2;
  }
  ul#Navigation a:hover {
    text-decoration: none;
	color: #6b77d2;
  }
  ul#Navigation a:active {
    text-decoration: none;
    color: #4b57b2;
  }

  
 /*Regeln für den Inhaltsbereich*/
 
  div#Inhalt {
	font-size: 0.89em;
	float: left;
	line-height: 1.9;
	width: 490px;
    margin: 175px 25px 0 85px;
	padding-bottom: 50px;	
  }
  
  * html div#Inhalt {
    height: 1px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0px;
  }
  
  div#Inhalt h2 {
    font-size: 1.6em;
	font-weight: normal;
    margin: 0.8em 0 0.6em 0;
    color: #777777;
  }
  
  div#Inhalt h2:first-letter {
    font-size: 3.0em;
  }
  
  div#Inhalt h3 {
    font-size: 1.3em;
	font-weight: normal;
    margin: 1.8em 0 1.2em 0;
    color: #777777;
	padding-bottom: 0.2em;
	/*border-bottom: 1px solid #777777;*/
  }
  
  div#Inhalt h4 {
    font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #777777;
    margin: 1.6em 0 1.0em 0;
  }
 
  div#Inhalt h5 {
    font-size: 1.0em;
	font-weight: bold;
    margin: 1.2em 0 0.6em 0;
  }

  div#Inhalt h6 {
    font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
    margin: 1.2em 0 0.6em 0;
  }
 
  div#Inhalt p {
    font-size: 1em;
    margin: 0 0 0.6em 0;
  }
  
  div#Inhalt a {
	font-size: 1em;
	font-weight: bold;
	color: #4b57b2;
	text-decoration: none;
	background-color: transparent;
  }
  
  div#Inhalt a:link {
	font-size: 1em;
	font-weight: bold;
	color: #4b57b2;
	text-decoration: none;
	background-color: transparent;	
  }
  
   div#Inhalt a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #4b57b2;
	text-decoration: none;
	background-color: transparent;
  }

  div#Inhalt a:hover {
	font-size: 1em;
	font-weight: bold;
	color: white;
	background-color: #6b77d2; 
	text-decoration: none;
  }

   div#Inhalt a:active {
	font-size: 1em;
	font-weight: bold;
	color: #4b57b2;
	text-decoration: none;
	background-color: transparent;	
  }
    
  div#Inhalt strong {
	font-size: 1em;
	font-weight: bold;
	color: #777777;
	line-height: 1.5;
  }
  
  div#Inhalt *.klein {
	font-size: 0.8em;
  }
  
  div#Inhalt p.ohneabstand {
	margin: 0;
  }
  
  div#Inhalt *.fett {
	font-weight: bold;
  }
  
  div#Inhalt ul {
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 2em;
  	font-size: 1em;
	line-height: 1.9em;
	list-style-type:none;
  }

  div#Inhalt ul ul {
    line-height: 1.9em;
	margin: 0.5em 0 0 1em;
	padding: 0;
	list-style-type: none;
  }
  
  div#Inhalt li {
	font-size: 1em;
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	padding-left: 13px;
	background-image: url(../bilder/liste1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.7em;
  }
  
  div#Inhalt li li {
  	font-size: 0.9em;
    margin: 0;
	margin-top; 0.3;
	padding: 0;
	padding-left: 13px;
	background-image: url(../bilder/liste2.gif) no-repeat 0px 5px;
  }

  div#Inhalt img {
	border: 1px solid #999999;
  }


  div#Inhalt img.right {
	float: right;
	margin-left: 20px;	
	margin-bottom: 15px;
  }
  
   div#Inhalt img.left {
	float: left;
	margin-right: 20px;	
	margin-bottom: 15px;
  }
	
  div#Inhalt *.clboth {
	clear: both;
  }
  div#projecttitle {
	text-align: center;
	font-size: 1.7em;
	color: #A7A9A8;
  
  }
  
/*Regeln für den Fußzeilenbereich*/ 
  
  p#Fusszeile {
	background-color: #b8bfb5;
    clear: both;
    font-size: 0.75em;
	letter-spacing: 0.2em;
    margin: 0; padding: 0.5em;
	/*border-top: 1px solid #ccc;*/
  }
  
.zentriertesbild {
	text-align: center;
}
/*Email-Formular*/
form#mail {
	background: #fcfcfc;
}
form#email {
	font-size: 0.9em;
}
form#email fieldset {
	padding: 20px;
	margin-bottom: 20px;
	border: 0px solid #fff;
/*	border: solid 1px #f0f0f0;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
*/	background: #e8eFe5;
}
form#email p {
	padding: 0.7em 0 0.3em 0;
}
form#email label {
	padding-right: 2em;
	vertical-align: top;
}
form#email input, form#email textarea {
	border: 0px solid #fff;
/*	border: solid 1px #f0f0f0;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
*/}
form#email legend {
	background: #e8eFe5;
	padding: 5px 20px 0px 20px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #777777;
}
form#email input.button {
	cursor: pointer;
	font-size: 0.9em;
	padding: 0.6em 1em 0.6em 1em;
	letter-spacing: 0.3em;
	border: 0px solid #fff;
/*	border: solid 1px #f0f0f0;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
*/
	margin-top: 10px;
	background: #fff;
}
.meldung {
	font-weight: bold;
	text-align: center;
	padding-bottom: 45px;
}
