@charset "utf-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background: #DFF1E8;
  overflow-y: scroll;
}

h1 {
  color: #669966;
  font-weight: bold;
  font-size: large;
  margin-bottom: 10px;
}
h2 {
  color: #669966;
  font-size: large;
  margin-bottom: 10px;
}
h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 5px;
}

h4 {
  font-size: 0.9em;
  margin-bottom: 8px;
}
h5 {
  color: #669966;
}

p {
  margin-bottom: 10px;
}

img {
  vertical-align: bottom;
}
figure img  {
  border-radius: 5px;
}

table tr th {
  text-align: left;
  font-size: 1.1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}

table tr td {
  height: 20px;
  width: 90px;
}
header {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #669966;
}

#haupt {
  background: #DFF1E8;
  float: left;
  width: 130px;
  margin-bottom: 4px;
  padding-bottom: 150px;
  border: 1px solid #669966;
  border-radius: 5px;
}

#haupt ul {
  list-style: none;
  margin-top: 4px;      /*Dadurch schließt das erste Nav-Element auf gleicher Höhe mit dem Subheader im Main Bereich ab*/
}  


#haupt ul li a{
  color: #669966;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  font-size: 0.9em;
}

#haupt ul li a:hover {
  color: #DFF1EB;
  background: #669966;
}

.main {
  min-height: 350px;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 10px;
  border-top: 1px solid #669966;
  border-bottom: 1px solid #669966;
  float: left;
  margin-left: 5px;
  width: 600px;
}

.main ul, .main ol {
margin-left: 70px;
}



.main form {
	margin-left: 70px;
}

aside {
  background: #DFF1E8;
  width: 155px;
  padding-top: 30px;
  padding-bottom: 10px;
  border: 1px dashed #669966;
  border-radius: 5px;
  float: right;
}

footer {
  padding: 3px;
  border-top: 1px solid #669966;
  margin-top: 4px;
  font-size: 0.8em;
}

footer small {
  font-weight: bold;
  color: #669966;
  float: left;
  margin-top: 2px;
}
#contact label {
  float: left;
  width: 165px;
}
#contact input,
#contact textarea {
  width: 273px;
}

#contact #anschrift_01,
#contact #anschrift_02 {
  width: 70px;
}

#contact #anschrift_03 {
  width: 120px;
}
#contact #newsletter{
  width: 10px;
}

#contact input[type="submit"] {
  width: 150px;
  margin-left: 290px;
}

.clear {
  clear: both;
}

.wrapper {
  background: #FFFFFF;
  padding: 4px;
  width: 900px;
  border: 1px solid #669966;
  border-radius: 10px;
  box-shadow: 5px 4px 3px #999999;
  margin: 40px auto 20px;
}
.main,
.news {
  margin: 12px 5px 5px;     /*Entspricht nicht 100% der Vorgabe, sieht aber finde ich schöner aus*/
  font-size: 0.8em;
}
.main a {
  color: #669966;
  text-decoration: none;
}
.main a:hover {
  text-decoration: underline;
}
.news address {
  font-size: 0.8em;
  margin-bottom: 5px;
  margin-top: -5px;
}

.news dl dd {
  margin-left: 10px;
  margin-bottom: 8px;
  font-size: 0.8em;
}
.secondnav  {
  list-style: none;
  float: right;
}
.secondnav li  {
  display: inline;
  color: #669966;
}
.secondnav li a {
  color: #669966;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
}
.secondnav li a:hover {
  text-decoration: underline;
}

.klein {
  font-size: 0.8em;
}
.tablebreit {
  width: 130px;
}