/*Globale Regeln für den Body*/

 body {
    color: black; background-color: #123A8D;
    font-size: 85%;
    font-family: Verdana, Geneva, 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: #fcf5db;
	width: 943px;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #999999;
  }
	
  * html div#content {
	width: 947px;
	w\idth: 943px;
  }

/*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.83em;
    float: left; width: 180px; height: 600px;
    margin: 36px 0 0 7px; padding: 0;
	padding-top: 15px;
  }
  
  * html ul#Navigation {
	margin: 36px 0 0 5px;
	width: 185px;
	ma\rgin: 36px 0 0 5px;
	w\idth: 180px;

  }
  
  ul#Navigation li {	
    list-style: none;
    margin: 0 7px 0.2em 9px;
	padding: 3px 10px 10px 10px;
  }
  
  * html ul#Navigation li {
	margin: 0 8px 0.2em -8px;
	ma\rgin: 0 7px 0.2em 9px;
  }
  
  ul#Navigation li.AktiveSeite {
	color: #123A8D;
    font-weight: bold;
	background: #fcf5db url(../bilder/lihg.gif) no-repeat left bottom;
  }
  
  ul#Navigation a {
	text-decoration: none;
    font-weight: bold;	
  }
  
  ul#Navigation a:link {
    text-decoration: none;
	color: black;
  }
  ul#Navigation a:visited {
    text-decoration: none;
	color: black;
  }
  ul#Navigation a:hover {
    text-decoration: none;
	color: #123A8D;
  }
  ul#Navigation a:active {
    text-decoration: none;
    color: black;
  }

  
 /*Regeln für den Inhaltsbereich*/
 
  div#Inhalt {
	font-size: 0.9em;
	float: left;
	width: 530px;
    margin: 45px 25px 0 135px;	
  }
  
  * 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 1.6em 0;
    color: #A6A5AB;
  }
  
  div#Inhalt h2:first-letter {
    font-size: 2.0em;
  }
  
  div#Inhalt h3 {
    font-size: 1.3em;
	font-weight: normal;
    margin: 1.8em 0 1.2em 0;
    color: #96959B;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #96959B;
  }
  
  div#Inhalt h4 {
    font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 0.2em;
	border-bottom: 1px solid black;
    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;
	line-height: 1.6em;
    margin: 0 0 0.6em 0;
  }
  
  div#Inhalt a {
	font-size: 1em;
	font-weight: bold;
	color: #123A8D;
	text-decoration: none;
	background-color: transparent;
  }
  
  div#Inhalt a:link {
	font-size: 1em;
	font-weight: bold;
	color: #123A8D;
	text-decoration: none;
	background-color: transparent;	
  }
  
   div#Inhalt a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #123A8D;
	text-decoration: none;
	background-color: transparent;
  }

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

   div#Inhalt a:active {
	font-size: 1em;
	font-weight: bold;
	color: #123A8D;
	text-decoration: none;
	background-color: transparent;	
  }
    
  div#Inhalt strong {
	font-size: 1em;
	font-weight: bold;
	color: #fccc20;
	line-height: 1.5;
  }
  
  div#Inhalt *.klein {
	font-size: 0.8em;
  }
  
  div#Inhalt p.ohneabstand {
	margin: 0;
  }

  div#Inhalt *.gold {
	color: #fccc20;
  }
  
  div#Inhalt *.fett {
	font-weight: bold;
  }
  
  div#Inhalt ul {
	margin: 0;
	padding: 0;
	margin-top: 1em;
  	font-size: 1em;
	line-height: 1.3em;
	list-style-type:none;
  }

  div#Inhalt ul ul {
    line-height: 1.3em;
	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: 0px 5px;
  }
  
  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: #fcf5db;
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
	padding-top: 35px;
	
  }
  p#Fusszeile span.Linie {
	color: #aaaaaa;
  }
  
.zentriertesbild {
	text-align: center;
}

