/* CSS Document */
body, html, #navigation, #container, #inhalt {
           margin:0;
           padding:0;
}
body {
           font: 100% sans-serif;
           background-color: #f1ecc8;
           text-align: center;        
}

.center {
           text-align: center;
}
.center ul {
           list-style-type: none;
           
}  
#container { 
           width: 980px;
           text-align: left;
           margin: 0 auto;
           /*background-color:#FF9900;*/
           background-image: url(vmenu.gif);
           margin-top: 25px;
}
#kopf {
           background-color: #e7e0a6;
           color: #E6DCCF;
           /*padding-bottom: 0.5em;
           padding-top: 0.5em;*/
           text-align: center;
           /*position: static;
           /*left: 10%;
           top: 0%:*/
           float: left;
           margin-left: 0%;
           margin-top: 0px;
           /*margin-right: 80%;*/
           width: 196px;
           /*height: 3.5em;*/
          /*margin-top: 25px;*/
}
#navigation {
           /*margin-right: 80%;*/
           width: 196px;
           float: left;
           font-size: 0.85em;
           list-style-type: circle;
           line-height: 2;
           /*background-color:#FFD700;*/
           color: #8B4513;
           margin-left: -196px;
           margin-top: 119px;
           
           
}

#navigation ul {
           list-style-type: none;
           
           /*display:inline;
           padding:0;
           margin: 0 0 0.5em 0;*/
}

 #navigation a:link {
           color: #8B4513;
           text-decoration: none;
}
#inhalt {
           background-color: #fffce6;
           color: #8B4513;
           margin-left: 196px;
           min-height: 525px;
           margin-right: 0%;
           padding: 0.5em;
           padding-bottom: 1.5em;
}
p {
           margin: 25px 25px 0 25px;
}
h1 {
           margin: 0 25px;
           padding:25px 0;
           font-size: 1.3em;
}
h2 {
          margin: 0 25px;
          padding: 0px;
          font-size: 1.2em;
}
h3 {
          margin: 0 25px;
          padding: 0px;
          font-size: 1.05em;
}

a:link {
          color: #4e2609;
          text-decoration: none;
}
a:visited{  color: #4e2609;
          text-decoration: none;
}

.lin{
      text-align: center;
}
#titel{
            background-color: red;
            text-align: right;
            margin-left: 196px;
            margin-top: 25px;
            padding-bottom: 0.5em;
            padding-top: 0.5em;
}

#fuss{
           background-color:#e7e0a6;
           color: #8B4513;
           margin-left: 196px;
           padding: 0.5em;
           text-align: right;
           margin-bottom: 0px;
           font-size: 0.75em;
           /*margin-top: 1px;*/
           
}

.list {}
.list ul {list-style-type: circle;}

.list_h {
           text-align: left;
           
}        
.list_h ul {
           list-style-type: none;
           
}  
.list_h li {
           padding-left: 10em;
}
#navigation_h {
           background-color:#fef9cf;
           color: #8B4513;
           text-align: center;
           margin-left: 196px;
           margin-right: 0%;
           padding-top: 0.5em;
           padding-bottom: 0.5em;
           padding-right: 1.0em;
 }
 
 #navigation_h a:link {
           color: #8B4513;
           text-decoration: none;
}
a:hover {
           color: #c3773f;
}

#navigation_h ul {
           list-style-type: none;
           display:inline;
           padding:0;
           /*margin: 0 0 0.5em 0;*/
}

#navigation_h li {
           display:inline;
}
#navigation_h li a {
           border-left: 2px solid #604420;
           padding: 3px 20px;
}

#navigation_h li a.erste {
           border: none;
}

.sub {
          font: 90% sans-serif;
          text-indent: 15px;
}

.sub2 {
          font: 65% sans-serif;
          text-indent: 18px;
