body {
    color: black; 
    background-color: white;
    font-size: 100.01%;
    font-family: verdana,Helvetica,Arial,sans-serif;
    margin: 0em; 
    text-align: center; 
  }

img {border:0px none;}

div#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 640px;
    padding: 0;
    background: #ffffff;
    border: 1px solid silver;
  }
html>body div#seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
  
div#top {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 640px;
    height: 138px;  
    padding: 0;
    background: #fff6d7;
    border-bottom: 1px solid silver;
  }
div#menu {
	text-align: center;
	margin: 0;
    	width: 640px;

	padding:0;
	background:#fff6d7;
  }
div#menu ul {
	background:#fff6d7;
	margin:0;
	padding:20px 5px 5px 5px;
	list-style:none;
}
div#menu li {
	display:inline;
}
div#menu a {
	color:#005b8f;
	background:#f4e4b3;
	padding:2px 10px 2px 10px;
	border:1px solid gray;
	font:bold 12px verdana, sans-serif;
	text-decoration:none;
	text-align:center;
}
div#menu a:hover {
	color: #fff6d7;
	background: #005b8f;
}   
#menu .active {
	color: #fff6d7;
	background: #005b8f;
}
div#galerie {
    margin:1em 0 0 1em; 
    padding: 0 1em;
  }
  * html div#galerie {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
div#galerie h1 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #005b8f;
  }
  div#galerie p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 1em 0;
  }
div#galerie a {
    color: black;
  }
div#galerie a:hover {
    color: #005b8f;
  } 
div#feld2 {    
	float:right;
	margin-bottom: 25px;
	font-size: 0.8em;
    line-height: 1.3em;
}
div#inhalt {
    margin:1em 0 0 1em;
    padding: 0 1em;
	background:url('pics/bg_inhalt.jpg') no-repeat 100% 100%;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
div#inhalt h1 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #005b8f;
  }
div#inhalt h2 {
    font-size: 1.0em;
	line-height: 1.4em;
    margin: 0.2em 0;
    color: #000;    
  }  
div#inhalt p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 1em 0;
  }
div#inhalt a {
    color: black;
  }
div#inhalt a:hover {
    color: #005b8f;
  } 
  table {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 1em 0;
  } 

p#fusszeile {
    clear: both;
    font-size: 0.75em;
    line-height: 2em;
    color: gray;
    margin: 0; 
    padding: 0.3em;
    text-align: center;
    background-color: #fff6d7;
    border-top: 1px solid silver;
  }
p#fusszeile a {
    color: gray;
  }
p#fusszeile a:hover {
    color: #005b8f;
  }

#picto {
	position:fixed;
	text-align:left;
	padding:10px;
	bottom:1px;
	font-size:10px;
	color:#708491;
}