@import "style.css";

#mnavi { /* Navi Links */

  margin: -95px 0px 0px -15px;
  _margin: -85px 0px 0px -15px;

}

#content {

  margin: 0px 0px 0px 210px;
  _margin: -195px 0px 0px 210px;
  padding-bottom: 25px;

}


.content1 {

  width: 290px;

}

/************** Newsletter Anmeldeformular (Neu) **********/



#newsletter_rechts {
  background-color: #e6e6e6;
  width: 135px;
  height: 80px;
  margin: 0px 0px 0px 510px;
  color: #564B47;
  padding: 5px 5px 0px 5px;
  
}

#newsletter_rechts_button { /* Absenden Botton */

  background-color: #d4110e;
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 3px 5px 3px 5px;
  border: solid 1px #FFFFFF;
  font-weight: normal;
}

#newsletter_rechts_button a {
  color: white;
  font-weight: normal;
}



/************** Newsletter Anmeldeformular (Originalversion) **********/
/*

#newsletter_rechts {
  background-color: #e6e6e6;
  width: 135px;
  height: 256px;
  margin: 0px 0px 0px 510px;
  color: #E0362D;
  padding: 5px 5px 0px 10px;
  font-weight: bold;
}

#newsletter_headline {

  color:#564B47;
  font-weight: normal;
}

#newsletter_rechts input {

  padding: 1px 1px 1px 1px;
  margin: 0px 0px 10px 0px;
  width: 125px;

}


#newsletter_rechts a { /* Absenden Botton */

  background-color: #d4110e;
  color: white;
  text-decoration: none;
  font-size: 11px;
  padding: 2px 15px 2px 15px;
  border: solid 1px #FFFFFF;
  font-weight: normal;
}
*/