body  { 
	margin-left: 10px; 
	margin-right: 10px;
	margin-top: 0px;
	background: #CCCCCC; 
	background-Image: url(bilder-master/hg-body.jpg);
	/*background-position: top;*/
	/*background-repeat: repeat-x;*/
	}


/* --------------- seite --------------- */

	
div#Seite {
    
	width: 967px;  
	margin: 0 auto;  /* zentrieren */
	background-color:#FFFFFF;
	border: none;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    padding: 10px 15px 0px 15px;
	border-left:1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right:1px;
	border-right-style: solid;
	border-right-color: #999999;


 	}


/* --------------- kopf --------------- */
  
  div#kopf {
	padding-bottom: 0px;
	padding-top: 0px;
	}






body, p, td, a {
    color: #666666; 
	font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
    /*text-align: center; */ /* Zentrierung im Internet Explorer */
	}

p {
	Margin-Bottom: 10px;
    Margin-Top: 0px;
	}
	
/* --------------- link --------------- */

a,a:link,a:visited {
	color : #FF9900;
	font-weight : bold; 
	text-decoration:none;
	}

a:hover {
    color : #FF9900;
	font-weight : bold; 
	text-decoration:underline;
	}

/* --------------- ueberschriften --------------- */

  h1 {
    font-size: 24px;
	color: #074290  ;
	font-weight:normal;
	}
  
  h2 {
    margin-top: 14px;
    font-size: 14px;
    color: #333333;
	background: #E9E9E9;
  	}
  
   h3 {
    margin-top: 14px;
	padding-left: 10px;
    font-size: 10px;
	color: #333333;
	}




  
/* --------------- navigation --------------- */
  
  div#clear {
  	clear:left;
  	}

  ul#Navigation {
  	float:left;
    width: 150px;
    margin: 10px 5px 0px 20px;
	padding: 0;
	
	}

  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 160px;
    w\idth: 160px;
    padding-left: 0;
    padd\ing-left: 0;
  }
  
  ul#Navigation a {
    color:  #666666; 
    display:block;
    margin-left: 12px;
    text-decoration: none; /* font-weight: bold; */
	font-size: 11px;
  }

  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 160px;  /* Breitenangabe fuer IE 6 */
  }
  
  ul#Navigation a:hover {
    color: #FF9900;
    font-weight: bold;
  }

   ul#Navigation li {
    list-style: none;
    margin-top: 5px; 
	Background-Image: url(bilder-master/navikreis.jpg);
	background-repeat : no-repeat; 
	Background-Position:  0 4px;
    /*border-bottom: 1px ridge silver;
	border-bottom-style: dashed;*/
	padding-left: 10px;
	padding-top: 2px;	
	padding-bottom: 5px;
  }
  


/* Navi Ebene 2 */

ul#Navigation ul {
    width: 130px;
    margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

ul#Navigation ul li {
    margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	Background-Image: none;
}

ul#Navigation ul li a {
    display: block;
    text-decoration: none;
	font-weight:normal;
	border: none;
    color: #666666;
	Background-Image: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-top:0px;
	line-height:13px;
  }

#Navigation ul li a:hover {
    /*border-color: none;*/
	font-weight:normal;
    color: #666666;
	text-decoration:underline;
}


/* Navi Ebene 3 */

#Navigation ul li ul {
	width: 130px;
    margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

#Navigation ul li ul li {
    margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

  
#Navigation ul li ul li a  {
	list-style:none;
	Background-Image:none;
	background-repeat:no-repeat;
	Background-Position:  0 6px;
	padding-left: 20px;
  }

#Navigation ul li ul li a:hover {
    /*border-color: none;*/
    color: #808000; 
  }
  
#aktiv a {
    text-decoration:underline;
}
  
  

/* --------------- inhalt - container --------------- */

  div#Inhalt {
  	
  	margin: 0px 0px 0px 180px;
    padding: 20px 10px 10px 35px;
	border-left:1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	min-height:250px;
	}
	
 	div#teaser {
	float: right;
	}
	
  * html div#teaser {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    }
	
#Inhalt   img    {
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	padding-bottom:5px;
	}	

  
  /* --------------- footer --------------- */

div#fuss {
	background-Image: url(bilder-master/hg-content.jpg);
	background-position: right ;
	background-repeat: no-repeat ;
}	
  p#Fusszeile {
    clear:both;
    font-size: 10px;
    margin-left: 0px; padding: 2px;
	margin-top: 100px;
    text-align: center;
	border-top:1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	/*width: 240px;*/
	}
	
  p#Fusszeile a {
	  color: #999999;
      padding: 6px;
	  font-size:9px;
	  font-style:normal;
	  font-weight:normal;
      }

 

  

 
