body {
  background-color:#cbcbd0;
  background-image:url(../images/background.jpg);
  background-repeat:repeat-x;
  color:#3A3535;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  margin:0px auto 10px;
  text-align:center;
  vertical-align:text-top;
}

#mainpage {
  background-color:#FFFFFF;
  margin-top:80px;
  margin:7px auto 10px;
  text-align:left;
  width:800px;
}

#header {
  background-color:#eae4f0;
  background-image:url(../images/header.jpg);
  background-repeat:no-repeat;
  height:80px;
  width:800px;
  text-align:right;
}

#content {
  margin-right: 5px;
  margin-bottom: 15px;
  line-height: 135%;  
  padding-top:213px;
  height:59%;
}

#footer {
  background-color:#eae4f0;
  background-image:url(../images/footer.jpg);
  background-repeat:no-repeat;
  clear:both;
  color:#FFFFFF;
  font-size:10px;
  height:15px;
  margin-left:0px;
  padding-right:10px;
  text-align:right;
}

#leftmenue {
  float:left;
  margin-left:10px;
  margin-top:100px;
  width:178px;
}

#note {
  position:relative;
  top: 25px;
  width:180px;
}

a img {
   border:none;
}

.nuLink {
  text-decoration: none;
}

.standardTable {
  font-family:Arial,Helvetica,sans-serif; 
  font-size:12px;
}

.linkTable {
  font-family:Arial,Helvetica,sans-serif; 
  font-size:12px;
}


// Must be changed

.spacer {
  height:210px;
  width:100%;
}

.menue .top {
  background-image:url(../images/menue-top.jpg);
  background-repeat:no-repeat;
  height:10px;
}

.atop {
  background-image:url(../images/menue-top-angebote2.jpg);
  background-repeat:no-repeat;
  height:40px;
}

.menue {
  background-image:url(../images/menue-body.jpg);
}

.menue ul {
  list-style-type:none;
  margin:5px 10px 10px 15px;
  padding:7px 0px 0px;
}

.menue ul a:hover {
  color:#fa0028;
  text-decoration:none;
}

.menue ul a {
  color:#686868;
  font-size:12px;
  text-decoration:none;
}

.menue .bottom {
  background-image:url(../images/menue-bottom.jpg);
  background-repeat:no-repeat;
  height:12px;
}