body {
    color: #000; 
    background: #e3e6e9 url('pics/bg.gif') repeat;
    font-size: 100.01%;
    font-family: verdana,Helvetica,Arial,sans-serif;
    margin: 1em; 
    text-align: center; 
  }
.clear {clear:both;}
img {border:0px none;}

div#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #bd8d5e;
  }
html>body div#seite {
    border-color: #bd8d5e;  /* Farbangleichung an den Internet Explorer  */
  }
  
div#top {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    height: 138px;  
    padding: 0;
    background: #fff6d7;
    border-bottom: 1px solid #bd8d5e;
  }
  
.logo {float:right;padding-right:1px;padding-top:5px;}

div#menu {
	text-align: center;
	margin: 0;
    width: 760px;
	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:#bd8d5e;
	background:#f4e4b3;
	padding:2px 20px 2px 20px;
	border:1px solid #bd8d5e;
	font:bold 12px verdana, sans-serif;
	text-decoration:none;
	text-align:center;
}
div#menu a:hover {
	color: #fff6d7;
	background: #dfc184;
}   
#menu .active {
	color: #fff6d7;
	background: #dfc184;
}
div#toplink {float:right;}

div#inhalt a.toplink {
	color:#bd8d5e; 
	background:#f4e4b3;
	padding:2px 20px 2px 20px;
	border:1px solid #bd8d5e;
	font: bold 12px verdana, sans-serif;
	text-decoration:none;
	text-align:center;
}
div#inhalt a:hover.toplink {
	color: #fff6d7;
	background: #dfc184;
} 
  
div#galerie {
    margin:1em 0 0 0; 
    padding: 0 1em;
  }
  * html div#galerie {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
div#galerie h1, h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #bd8d5e;
  }
  div#galerie p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 1em 0;
  }
div#galerie a {
    color: black;
  }
div#galerie a:hover {
    color: #bd8d5e;
  } 
div#feld2 {    

	margin-bottom: 25px;
	font-size: 0.8em;
    line-height: 1.3em;
}
div#inhalt {
    margin:1em 0 0 1em;
    padding: 0 1em;
  }
  * 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: #bd8d5e;
  }
div#inhalt h2 {
    font-size: 1.0em;
	line-height: 1.4em;
    margin: 1em 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: #bd8d5e;
  } 
.bg {background:url('pics/bg_inhalt.jpg') no-repeat 100% 100%;}

table {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 1em 0;
  } 
.tab_oben {width:28em;height:15px;padding:4px;margin-top:8px;font-size: 0.9em;background-color:#fff6d7;border-bottom:1px solid silver; }
.tab_unten {margin-left:1.4em; margin-top:2px;font-size: 0.9em;}
.hiddenfromview {display:none;}
.text {
	font:0.7em verdana, arial, sans-serif;
	padding:0px;
	line-height:1.2em;
}

p#fusszeile {
    clear: both;
    font-size: 0.75em;
    line-height: 2em;
    color: #bd8d5e;
    margin: 0; 
    padding: 0.3em;
    text-align: center;
    background-color: #fff6d7;
    border-top: 1px solid #bd8d5e;
  }
p#fusszeile a {
    color: gray;
  }
p#fusszeile a:hover {
    color: #bd8d5e;
  }

#picto {
	text-align:left;
	padding:10px;
	bottom:1px;
	font-size:10px;
	color:#708491;
}
#picto_right {
	float:right;
	text-align:right;
	padding:10px;
	bottom:1px;
	font-size:10px;
	color:#708491;
}