
*{
  margin: 0; padding: 0;
}
html, input, textarea, select{
  font-family: "Arial", "sans-serif"; font-size: 13px; color: rgb(40,40,40);
}
h1,h2,h3{
  margin: 0; font-size: 1.5em; padding-top: 1.5em;
  color: #083879; /* blau */
  font-family: "Arial Black";
}
h1.page_name{
  font-weight: normal;
  font-size: 1.1em;
}
h2{
  font-size: 1.3em;
}
h3{
  padding-top: 0; font-size: 1.1em;
}
a{
  text-decoration: underline; color: #083879;
}
a:hover{
  text-decoration: none;
}
p,ul,address, table, form{
  margin: 0.5em 0; line-height: 1.5em;
}
ul{
  padding-left: 1.5em;
}
li{
  list-style: square; margin: 0.3em 0;
}
big{
  font-size: 1.2em;
}
small{
  font-size: 0.8em;
}
strong{
  font-weight: bold;
}
em{
  font-style: italic;
}


/* imgs */
img{
  border: none;
}
div.photo img{
  background: #FFF; padding: 5px; border: 1px solid #C0C0C0;
}

div.border img{
  border: 1px solid rgb(150,150,150);
}


/* tables */
table{
  border-collapse: collapse; border-spacing: 0; border: none;
  font-size: 1em; margin: 1em 0;
}
th,td{
   padding: 0.3em 1em;
   text-align: left;
 }
tr.bg1{
   background: #f8ae01;
 }
tr.bg2{
   background: #FFF;
 }


 /* other */
 .dummy{
    clear: both;
}

.calculator fieldset{
  padding: 0; border: 0;
}
.calculator legend{
  padding: 0;
}

#bottom{
  clear: both; padding: 2em 0;
  font-size: 0.9em; text-align: center;
}

#top_right a{
  color: #000;
}

h1.preis{
  height: 111px; margin: 0.5em 0;
  font-family: "Arial Black";
}
h1.preis span{
  display: block; height: 100%; width: 111px; float: left; line-height: 111px;
  color: #FFF; font-family: "Arial Black"; font-size: 18px; text-align: center;
  background: url("../images/price_bg.gif") top left no-repeat;
}
h1.rechts{
  text-align: right;
}
h1.preis.rechts span{
  float: right;
}

#address{
  float: right;
}

