@import url(mailform.css);

body { 
color: black; 
font-size: 11pt; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
background-color: #003914; 
}
body h5 {
font-size:11pt;
text-decoration:underline;
}

body hr {
color:#009F3c;
width:650px;
background-color:#009f3c;
height:1px;
}

#Container1 {
margin-top: 0px; 
width: 900px; 
margin-left: auto; 
margin-right: auto; 
}

#kopf { 
background-color: white; 
width: 900px; 
height: 100px; 
top: 0; 
border: solid 3px #eb880e; 
}

#inhalt { 
position: absolute; 
margin-top: 5px; 
width: 900px; 
}

#linke_spalte { 
font-size: 70%; 
position: absolute; 
top: 3px; 
width: 200px; 
float: left; 
background-color: #b2e2c4; 
}

#normal { 
position: relative; 
top: 0; 
left: 202px; 
width: 686px; 
min-height:500px;
border-left: 2px solid #009f3c;
padding: 5px;
background-color: #ffffff; 
}
#normal h1 {
  font-size:110%;
}
#normal h6 {
  font-size:110%;
  text-align: center;
}

#fusszeile { 
font-size: 70%; 
background-color: #f6c387; 
text-align: center; 
margin-top: 5px; 
width: 900px; 
position: static; 
height: 25px; 
border: solid 3px #eb880e; 
}



#innerer_inhalt { 
width: 900px; 
border: solid 3px #009f3c; 
background-color: #b2e2c4; 
}

#logo {
position: absolute; 
margin-top: 0px; 
width: 200px; 
float: left; 
}

#titel { 
color: #009f3c; 
font-size: 200%; 
font-weight: bold; 
text-align: center; 
position: relative; 
top: 25px; 
left: 200px; 
width: 700px; 
}
/*--- navigation ------------------------------------------------------*/

.menuetext_act {
  font-size: 80%;
  color: #000000;
  font-weight: bold;
  text-decoration:none;
  text-align: left;
  vertical-align:middle;
  background-color: #f6c387;
  border-width:1px;
  border-style:solid;
  border-color: #009f3c;
}
.menuetext_act a:link {
  color: black;
  text-decoration:none;
}
.menuetext_act a:visited {
  color: black;
  text-decoration:none;
}
.menuetext_act a:focus {
  color: black;
  text-decoration:none;
}
.menuetext_act a:hover {
  color: black;
  text-decoration:none;
}
.menuetext_act a:active {
  color: black;
  text-decoration:none;
}

.menuetext {
  font-size: 80%;
  color: #000000;
  font-weight: bold;
  text-decoration:none;
  text-align: left;
  vertical-align:middle;
  background-color: #b2e2c4;
  border-width:1px;
  border-style:solid;
  border-color: #009f3c;
}

.menuetext a:link {
  color: black;
  text-decoration:none;
}
.menuetext a:visited {
  color: black;
  text-decoration:none;
}
.menuetext a:focus {
  color: black;
  text-decoration:none;
}
.menuetext a:hover {
  color: black;
  text-decoration:none;
}
.menuetext a:active {
  color: black;
  text-decoration:none;
}

.menuetext_subebene {
  font-size: 65%;
  color: #000000;
  font-weight: bold;
  text-decoration:none;
  text-align: left;
  vertical-align:middle;
  background-color: #FFF67F;
  border-width:1px;
  border-style:solid;
  border-color: #009f3c;
}

.menuetext_subebene a:link{
  color: black;
  text-decoration:none;
}
.menuetext_subebene a:visited{
  color: black;
  text-decoration:none;
}
.menuetext_subebene a:focus{
  color: black;
  text-decoration:none;
}
.menuetext_subebene a:hover{
  color: black;
  text-decoration:none;
}
.menuetext_subebene a:active{
  color: red;
  text-decoration:none;
}

.vcard {
  margin-top:5px;
  border-width:1px;
  border-style:solid;
  border-color:#eb880e;
  width:690px;
}
.vcard a {
  text-decoration:none;
  color:black;
}

.org{
  font-weight: bold;
}