body {
  margin: 0px;
  padding: 0px;
  font: 80% arial, hevetica, sans-serif;
  text-align: left;
  color: #000000;
  background: url(../include/body_farbe.png) repeat;
}

.nocss {
  display: none;
}	

#container {
  width: 100%;
  background: url(../include/body_back.png) repeat-x;
}

#subcontainer {
  width: 820px;

}	

#head {
  width: 100%;
  height: 62px;
  background: url(../include/vwe_logo.jpg) no-repeat;
}

#image {  
  width: 100%;
  height: 159px;
  background: url(../include/service_bild.jpg) no-repeat;
}

#menu {
  width: 100%;
  height: 21px;
  background: url(../include/vwe_menu.jpg) no-repeat;
}

#content {  
  float: left;
  position: relative;
  width: 590px;
  margin-top: 25px;
  text-align: center;
  min-height:600px;
  height:auto !important;
  height: 600px;
}

#innercontent {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
  color: #000000;
  line-height: 1.4em;
  text-align: left;
}

#right {
  float: left;
  position: relative;
  width: 200px;
  margin-top: 35px;
  margin-left: 5px;
}

#footer {
  clear: both;
  width: 98%;
  margin-top: 15px;
  text-align: right;
  font: 85% arial, hevetica, sans-serif;
  color: #999999;
}

/* Hauptmenü */

#menu ul{
  color: #FFFFFF;
  height: 100%;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  }

#menu li {
  list-style: none;
  display: inline;
  float: left;
  padding: 0px 7px 0px 7px;
  margin: 0px 0px 0px 0px;
}
  
#menu li a {
  color: #FFFFFF;
  font-size: 12px;
  font-family: Arial, hevetica, sans-serif;
  font-weight: normal;
  line-height: 19px;
  text-decoration: none;
  text-align: center;
}

#menu ul a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#right ul {
  margin-top: 15px;
  text-align: left;
}

#right ul li {
  list-style: square;
  display: block;
  padding: 0px;
  margin: 15px 0px;
}

#right ul a {
  color: #000000;
  font-size: 95%;
  font-family: Arial, hevetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

#right ul a:hover {
  color: #336633;
  text-decoration: underline; 
}

.gruen {
  font-size: 100%;
  font-weight: bold;
  color: #336633;
  line-height:1.1em;
  padding: 0px;
  margin: 0px;		
}

.gruengross {
  font-size: 120%;
  font-weight: bold;
  color: #336633;
  line-height:1.1em;
  padding: 0px;
  margin: 0px;		
}

h1 {
  font-size: 105%;
  font-weight: bold;
  color: #336633;
  line-height:1.1em;
  width: 100%;
  border-bottom: 1px solid #336633;
  border-left: 1px solid #336633;
  padding: 4px;
  margin: 1px;		
}

.schwarzgross {
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  line-height:1.1em;
  padding: 0px;
  margin: 0px;		
}

.klein {
  font: 90% arial, hevetica, sans-serif;
}

a:link { 
  color: #336633; 
  text-decoration: none; 
}

a:visited { 
  color: #336633; 
  text-decoration: none; 
}

a:hover { 
  color: #999999; 
  text-decoration: underline; 
}

a:active { 
  color: #336633; 
  text-decoration: underline; 
}

table {
  font-size: 100%;
  font-family: Arial, hevetica, sans-serif;
}
