/***********************************************************/
/* common.css */
/***********************************************************/
body {
  margin-left : 0px;
  margin-top : 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  background-color:#e1e1e1;
  text-align:center;
  color:#000000;
  background-image: url(/_Layout/common/bg_oben.gif);
  background-repeat:repeat-x;
}
#main {
  position:relative;
  width:760px;
  margin:0px auto;
  margin-bottom:5px;
  text-align:left;
  background-image: url();
  background-repeat:no-repeat;
  background-position:570px 300px;
}
#imageTop {
  height:50px;
}
#preload {
  display:none;
}
img {
  border-style:none;
}
.bf {
  display:none;
}
.inline {
  display:inline;
}
.reddot {
  font-size: 10px;
  color: #ff0000;
}
div.linie400 {
  width:400px;
  height:5px;
  background-image: url(/_Layout/common/linie_400.gif);
  background-repeat:no-repeat;
  margin-top:10px;
  margin-bottom:10px;
}
td, td.right, td.width15 {
  font-size:11px;
  vertical-align:top;
}
td.right {
  text-align:right;
}
td.width15 {
  width:15px;
}
.placeholder1 {
  width=400px;
  height:25px;
}
.placeholder2 {
  width=10px;
  height:25px;
}
.note {
  color:#999999;
}
select, input {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
}
textarea.kontakt {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  width:300px;
  height:200px;
}
.error {
  color:#ff0000;
}
div.plusLinks{
    font-weight: bold;
    padding: 10px 0;
    padding-left: 15px;
    background: #F2F2F2;
}
div.plusLinks li{
    margin-bottom: 5px;
}
div.plusLinks p{
    font-weight: normal;
    margin: 0;
    padding: 0;
}