body {
  background-color: #000000;
  margin:           0px 0px 0px 0px;
  background-image: url('/bilder/bg1.gif');
}


/*
   Navigation
  ============
   Seite
  -------
*/

div#nav_seite {
  padding: 0px 15px 0px 15px;
  margin: 0px;
}

div#nav_seite li a {
  color: #79635B;
  text-decoration: none;
}

div#nav_seite ul.unter li a {
  color: #e4d4cf;
}

div#nav_seite ul {
  border: 0px solid #9B8883;
  background-color: #9B8883;
  margin: 0px;
  padding: 3px 3px 1px 3px;
  list-style: none;
  float: center;
}

div#nav_seite li {
  background: url("/bilder/navtitelbg.gif") repeat-x;
  text-align: center;
  text-transform: uppercase;
  color: #79635B;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 3px 0px 5px 0px;
}

div#nav_seite ul.unter {
  margin: 0px;
  padding: 3px 3px 0px 3px;
  list-style: none;
  float: center;
}

div#nav_seite ul.unter li {
  background: none;
  color: #e4d4cf;
  font-weight: normal;
  line-height:14px;
/*  height: 12px;*/
  letter-spacing: 0px;
  padding: 2px 0px 2px 0px;
  text-align: center;
  text-transform: uppercase;
}

table.nav {
  border: 0px solid #9B8883;
  background-color: #9B8883;

}

td.navtitel {
  background: url("/bilder/navtitelbg.gif") repeat-x;
  height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #79635B;
  font-weight: bold;
  letter-spacing: 1px;
  }

td.navunter {
  color: #e4d4cf;
  text-align: center;
  text-transform: uppercase;
}

img {
  border: none;
}

td       {
  font-family:      Arial, Verdana,Helvetica, Geneva, sans-serif;
  font-size:        12px;
  line-height:      18px;
  color:            #64492C;
  font-weight:      normal;
}

td a      {
  color:            #64492C;
}

/* Wrapper */

div#wrapper_main {
  margin: 10px 20px 30px 10px;
}

div#wrapper_headings {
  margin: 10px 20px 10px 10px;
}

/*---------- Allgemeine Definitionen ----------------*/
* ul     {
            margin-top:       0px;
            margin-bottom:    0px;
            margin-left:      20px;
            padding-left:     0px;
            list-style-image: url("/bilder/bullet.gif");
         }

* ol     {
            margin-top:       0px;
            margin-bottom:    0px;
            margin-left:      20px;
            padding-left:     0px;
         }

* h1     {
            font-size:        16px;
            color:            #64492C;
            font-weight:      bold;
            margin-bottom:    9px;
            margin-top:       9px;
	 }
* h2     {
            font-size:        14px;
            color:            #64492C;
            font-weight:      bold;
            margin-bottom:    0px;
            margin-top:       0px;
	 }
* h3     {
            font-size:        12px;
            color:            #64492C;
            font-weight:      bold;
            margin-bottom:    0px;
            margin-top:       0px;
	 }
* h4     {
            font-size:        12px;
            color:            #64492C;
            font-weight:      bold;
            margin-bottom:    0px;
            margin-top:       0px;
	 }
* h5     {
            font-size:        12px;
            color:            #64492C;
            font-weight:      normal;
            margin-bottom:    0px;
            margin-top:       0px;
	 }
* h6     {
            font-size:        10px;
            color:            #64492C;
            font-weight:      normal;
            margin-bottom:    0px;
            margin-top:       0px;
	 }
* p      {
            margin-top:       0px;
            margin-bottom:    0px;
         }

INPUT, TEXTAREA {
   background: White;
   border: 1px solid #64492C;
   font-family: Arial, Verdana,Helvetica, Geneva, sans-serif;
   font-size:12px;
   color:#64492C;
   font-weight:normal;
   margin: 0px 0px 0px 0px;

   scrollbar-base-color : #FFFFFF;
   scrollbar-3dlight-color : #64492C;
   scrollbar-arrow-color : #64492C;
   scrollbar-darkshadow-color : #64492C;
   scrollbar-face-color : #FFFFFF;
   scrollbar-highlight-color : #FFFFFF;
   scrollbar-shadow-color : #FFFFFF;
   scrollbar-track-color : #FFFFFF;
   width: 300px;
}
