/************************************************************/
/* Formatierung der Website */
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
/************************************************************/

/************************************************************/
/* Allgemeine Formatierung f&uuml;r den Inhalt */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background: black url(../images/hintergrundbild.jpg) no-repeat fixed;
  /*background: url(../images/hintergrund.gif) repeat-x #BFBFBF; */
}
#kopf {
  position: fixed;
  z-index: -1;
  width: 130px;
  height: 150px;
  right: 0;
  bottom: 0;
  background: url(../images/kopf-rechts.gif) no-repeat;
}
/************************************************************/

/************************************************************/
/* Wrapper - Breite und Au&szlig;enabstand */
#wrapper {
  margin: 20px auto;
  width: 840px;
  border: 4px solid #AFAFAF; /* Rahmen um alles */
}
/************************************************************/

/************************************************************/
/* Header - Breite und H&ouml;he */
#header {
  width: 840px;
  height: 176px; /*130*/
}
.navspace {
   margin-right: 20px;
}
/************************************************************/

/************************************************************/
/* Banner im Header - H&ouml;he und Aussehen */
#banner {
  height: 130px;
  border-bottom: 16px solid #FFD100;
  background-image: url(../images/banner9-1.png);
}
/************************************************************/

/************************************************************/
/* Bannerinhalt - Aussehen*/
#banner_content {
  position: absolute;
  margin: 47px auto 63px;
  width: 840px;
  font-size: 30px;
  text-align: center;
}
/************************************************************/

/************************************************************/
/* Content - Höhe und Breite */
#content {
  width: 840px;
  min-height: 610px;
  background-color: white;
}
/************************************************************/

/************************************************************/
/* Content - Breite */
#content_main {
  width: 800px;
  padding: 20px;
}
/************************************************************/

/************************************************************/
/* Allgemeine Formatierung */
a {
  outline: none;
  text-decoration: none;
  color: #006400; /*dunkelgrün*/
}
a:hover {
  background-color: #FFF6CF;
}
h1 {
  display: none;
  font-size: 30px;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FFD100;
}
h3 {
  font-size: 16px;
  margin-top: 20px;
}
h4 {
  font-size: 12px;
  margin-top: 10px;
}
p {
  margin-top: 10px;
}
p, #content li {
  line-height: 150%;
}
table {
  border: 0;
  border-spacing: 0;
  font-size: 12px;
}
th {
  font-weight: bold;
  text-align: left;
  background-color: #CFCFCF;
}
th, td {
  padding: 3px;
  border-bottom: 1px solid #AFAFAF;
}
#content ol, #content ul  {
  margin-top: 5px;
  padding-left: 30px;
}
.flussende {
  clear: both;
}
img {
  display: block;
  border: 0;
}
div#loading a img {
  display: inline;
}
img.bildlinks {
  margin: 10px 10px 10px 0;
  float: left;
}
img.bildrechts {
  margin: 10px 0 10px 10px;
  float: right;
}
/************************************************************/

/************************************************************/
/* Navigation und Footer - Höhe und Farbe*/
#navigation,
#footer {
  height: 30px;
  background-color: #008000; /*grün*/
	/*background-image: url('../images/navi1.png');*/
}
#navigation ul#nav_verein li {
  width: 154px;
}
#navigation ul#nav_nachrichten li {
  width: 77px;
}
#navigation ul#nav_termine_intern li {
  width: 134px;
}
#navigation ul#nav_verwaltung li {
  width: 120px;
}
#navigation .pfeil {
	font-size: 10px;
	vertical-align: top;
}
/************************************************************/

/************************************************************/
/* Navigation und Footer - Listenpunkte */
#navigation li,
#footer_content li {
  float: left;
  position: relative;
  list-style: none;
}
/************************************************************/

/************************************************************/
/* Navigation und Footer - Listenpunkte */
#navigation li a,
#footer_content li a,
#navigation li ul li a {
  display: block;
  padding: 8px 10px;
  color: white;
}
/************************************************************/

/************************************************************/
/* Unternavigation ausblenden */
#navigation li ul {
  display: none;
}
/************************************************************/

/************************************************************/
/* Unternavigation einblenden */
#navigation li:hover ul {
  display: block;
  position: absolute;
  top: 30px;
  background-color: #008000; /*grün*/
}
/************************************************************/

/************************************************************/
/* Navigation und Footer - Farbe */
#navigation a:hover,
#navigation li:hover,
#navigation li ul li:hover,
#footer_content a:hover,
#footer_content li:hover {
  background-color: #006400; /*dunkelgrün*/
	/*background-image: url('../images/navi2.png');*/
}
/************************************************************/

/************************************************************/
/* Unternavigation - Listenpunkte */
#navigation li ul li {
  float: none;
  list-style: none;
}
/************************************************************/

/************************************************************/
/* Footer - Ausrichtung */
#footer_content {
  float: right;
}
/************************************************************/