  * {
    margin: 0px;
    padding: 0px;	
  }

html[xmlns]    /* sorgt dafuer, dass bei kurzen Seiten ein Platzhalter fuer den Scrollbalken angezeigt wird */
	{
	height : 100%; 
	padding-bottom : 0.005em; 
	}
  
  body {
  	background: #e2c4b1;
  	margin: 5px;
  	padding: 5px;
  	font: 12px Arial, Helvetica, sans-serif;
  	line-height: 150%;
  }
  
/* Elemente */
  
  h1 {
  	font-size: 1.3em;
  	margin-bottom: 15px;
  	color:#b85737;

  }
  
  h2, h3 {
  	font-size: 1.0em;
  	color:#b85737;
  }

  p {
  	margin-bottom: 20px;
  }
    
  ul.vorteile {
   margin: 10px 0px;
  	list-style-type: none;
  }
  
  ul.vorteile li {
  	background: url(../bilder/vorteil.gif) no-repeat left 2px;
	padding: 2px 0px 5px 26px;
  }
	
  
  a {
  	color: #b85737;
  }
  
  a:hover {
  	text-decoration: none;
  }
  
/* IDs */

  #top-navigation {
  	width: 947px;
  	text-align: right;
  	padding-bottom: 5px;
  	color: #b85737;
  }

  #top-navigation a  {
  	padding: 0px 7px;
	text-decoration: none;
	color: #b85737;
  }

  #top-navigation a:hover  {
	text-decoration: underline;
  }
  #box {
  	background-color: #dfaa8b;
  	width: 950px;
  	text-align: left;
  	border: 1px solid white;
  	margin-bottom: 10px;
  }
  
  #kopf {
  	height: 300px;
	border-bottom: 1px solid white;
  } 

  *html #kopf {
  	height: 298px;
  }
  
  #kopf * {
  	border: none;
  }
  

  #info {
   float: left;
   padding: 4px 0px 0px 20px;
   font-weight: bold;
   color:#555;
  }
     
  #navigation ul {
  	float: right; 
  	display: inline;
  	list-style-type: none;
  }
  
  #navigation li {
  	display: inline;
  	list-style-type: none;
  }
  
  #navigation a  {
  	display: block;
  	float: left;
  	padding: 4px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
  }
  
  #navigation a:hover {
  	background: #c97652;
	color: #fff;
  }
  
  #navigation a.aktiv {
  	background: #F7F1D4;
  	color: #555;
  }  
  
  #inhalt {
  	clear: right;
	border-top: 1px solid white;
  	background: url(../bilder/hg-links.gif) repeat-y left #dfaa8b;
  }
  
  
  #inhalt-links {
  	float: left;
  	width: 330px;
  	background-color: #dfaa8b;
  	text-align: left;
    border-bottom: 1px solid white;
  } 
  
 
  #detail-links {
   height: 200px;
   border-bottom: 1px solid  white;
   }
  
  #text-links {
   padding: 20px;

  }
  
  #inhalt-rechts {
	padding: 20px 50px 30px;
	background: #F7F1D4;
	margin-left: 330px;
  }
  
   #inhalt-suche {
	padding: 20px 30px 30px;
	background: #F7F1D4;
	margin-left: 330px;
  }
  
  #inhalt-suche p {
  margin: 20px;
  }
  
  #fuss {
  	background: #dfaa8b;
  	clear: both;
  	padding: 5px 0px;
  	border-top: 1px solid white;
  	color:#004488;
  }
  
  #fuss p {
  	text-align: center;
  	margin: 0px;
  	font-size: 0.9em;
  	color: #fff;
  }
  
  #fuss a {
  color: #fff;
  }
  
/* Klassen */

.bildergalerie h2 {
 margin-top: 50px;
 padding: 20px 0px 20px 80px;
 background: url(../bilder/galerie/galerie.png) no-repeat 10px center;
}

.downloads {
 margin-bottom: 15px;
}

.downloads img {
	border: 1px solid #fff;
	margin-right: 7px;
	margin-bottom: 10px;
}

.pdf {
 background: url(../bilder/pdf.gif) no-repeat left center;
 padding-left: 22px;
}

.clearboth {
	clear: both;
}

.txtSmall {
font: 11px Arial, Helvetica, sans-serif !important; 
color: #b85737 !important;
} 