@charset "UTF-8";

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

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  background: #bbb;
  color:#000000;
  margin: 10px;
}

a,
a:active,
a:visited {
  outline: 0px;
  font-weight: bold;
  color: #669900;
  text-decoration:none;
}

a:hover {
  color: #336600;
}

img {
  outline: 0px;
  border: 0px;
}

#page {
  width: 800px;
  margin: 0px auto;
  position: relative;
  background: #fff;
}

#headline {
  width: 300px;
  height: 100px;
  position: absolute;
  left: 418px;
  top: 85px;
}

/*-Menu----------------------------------------------------------------------*/

#menu {
  width: 800px;
  height: 73px;
  position: absolute;
  top: 100px;
  left: 0px;
}

#streifen {
  width: 418px;
  height: 23px;
  background: #669900;
}

#menu ul {
  position: absolute;
  top: 25px;
  left: 10px;
}

#menu li {
  float: left;
  margin-right: 6px;
  list-style: none;
}

#agb {  
  top: 0px;
  right: 0px;
  background: #669900;
}

#agb a {  
  color: #000000;
}

#agb a:hover {  
  color: #336600;
}

#start {
  top: 25px;
  right: 0px;
  background: #000000;
}

#start a {
  color: #669900;
}

#start a:hover {
  color: #336600;
}

#kontakt {
  top: 50px;
  right: 0px;
  background-color: #336600;
}

#kontakt a {
  color: #669900;
}

#kontakt a:hover {
  color: #000000;
}

.button {
  width: 82px;
  height: 21px;
  position: absolute;
  padding-top: 2px;
  text-align: center;
  font-weight: bold;
}

#subhead { 
  width: 300px;
  float: left;
  display: inline;
  margin: 215px 82px 40px 418px;
}

/*-Main----------------------------------------------------------------------*/

#left {
  width: 378px;
  padding-left: 20px;
  float: left;
}

#left p {
  margin-bottom: 12px;
}

#right {
  width:362px;
  padding-left:20px;
  float: left;
}

#right p {
  margin-bottom: 12px;
}

#footer {
  clear: both;
}

.agbs {
  font-size: 9px;
  line-height: 12px;
}

.agbs p {
  margin-top: 15px;
}


.absatzblind {
	color: #fff;
	margin: 0px;
}


.Fliesstext {
	color:#000000;
}

