body{
  text-align:center;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  margin:0px;
}

div.titel{
    margin: 0;
    padding: 0px;
    height: 120px;
    background: url(header_gruen_voll.jpg) repeat-y bottom right;
    width:100%;
    min-width:620px;
    float:left;
    text-align:left;
    color:white;
    font-size:40px;
/*    position: relative;

top: 0pt;

right: 0pt;*/
/*    top:0px;
    position:absolute;*/
}
img.logo{
  float:left;
  margin:10px;
}
.hgmenuselected{
  background-color:#005900;
}
.schriftmenunichtselected{
  background-color:#c5e5c3;
}
.hgmenudetail{
  background-color:#fffadd;
}
.menu{
  width: 200px; /* =200-border*/
  float: left;
  padding:0px;
  margin:10px;
  border-top: 0px;
    border-right: 1px solid #c5e5c3;
    border-bottom: 1px solid #c5e5c3;
    border-left: 1px solid #c5e5c3;
    background: #008800;
    text-decoration: none;
}  
div.menu ul{
  margin:0px;
  list-style-type:none;
  color:white;
  background-color:green;
  padding:0px;
}
div.menu li{
  border-top: 1px solid white;
}
a.menulink{
  color:white;
  text-decoration:none;
}
a{
  text-decoration:none;
}
img{
  border:none;
}
.main{

  text-align:justify;
    margin: 0 5px 20px 205px;
    padding: 0 13px 0 13px;
    border-right: 1px solid #c5e5c3;
    border-left: 1px solid #c5e5c3;
    min-width:400px;
    max-width:700px;
    width:700px;
/*  float:left;
  width:70%;*/
/*  width:500px;*/
  position:absolute;
  top: 130px;
  left:20px;
}

div.detail{
  background-color:#fffadd;
  border-bottom:1px dotted red;
}

a.detail{
  color:#005900;
}
h1{
  color: #005900; /*#f06000;*/
  font-size: 1.6em;
  letter-spacing: 0.08em;
  margin:0px;
}

h3{
  color: #f06000;
  font-size: 1.2em;
}
input{
  width:500px;
}
