/*  body und schrift definitionen */
body.index {
   font-family: Verdana, Arial, Verdana, Helvetica, Sans-Serif;
   color:#16456E;
   background-color: #FFFFCC;
   padding:0px;
   margin:0px;
}
#inhalt {
  position:absolute;
  height:444px;
  width:750px;
  margin:-222px 0px 0px -375px;
  top: 50%;
  left: 50%;
  text-align: left;
  padding: 0px;
  background-color: #FFFFCC;
  border: 0px dotted #000000;
  overflow: auto;
}

.size3{font-size: 12px;line-height: 12px;}
.size2{font-size: 10px;}
.size1{font-size: 7px;}

/* Kontaktformular */
body.popup {
   font-family: Verdana, Arial, Verdana, Helvetica, Sans-Serif;
   color:#16456E;
   background-color: #FFFFCC;
   padding:0px;
   margin:10px;
}

iframe#matomo{
   width: 100%;
   border: 1px solid #000000;
   min-height: 125px;
}

#inhalt_popup {
  width:550px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  border: 0px dotted #000000;
}

.textfeld{
margin: 1px;
border: 1px solid #16456E;
color:#16456E;
}

.w100{
width: 150px;
}

.bt{
font-family: Verdana, Arial, Verdana, Helvetica, Sans-Serif;
font-size: 12px;
color:#16456E;
background-color: #FFFFCC;
padding:0px;
margin: 10px 0px 0px 10px;
}

.bt_delete{
margin: 0px 3px 0px 5px !important;
margin: 0px 3px 0px 5px;
height: 23px;
width: 24px;
background-image: url(../gfx/delete.gif);
background-repeat: no-repeat;
background-position: 2px 1px !important;
background-position: 0px 0px;
background-color: #FFFFCC;
}

.bt_calendar{
margin: 0px 3px 0px 0px !important;
margin: 0px 3px 0px 0px;
height: 23px;
width: 24px;
background-image: url(../gfx/calendar.gif);
background-repeat: no-repeat;
background-position: 2px 1px !important;
background-position: 1px 0px;
background-color: #FFFFCC;
}

/* Impressum */
.customerAddress{font-size:1.1em;font-weight:bold;}


#divWithPrivacy address{
   font-style: normal;
}

#divWithPrivacy address span{
   display: inline-block;
   width:60px;
}

#divWithPrivacy ul,
#divWithPrivacy ol{
   padding-left:17px;
}

#divWithPrivacy h1,
#divWithPrivacy h2,
#divWithPrivacy h3,
#divWithPrivacy h4,
#divWithPrivacy h5{
   font-weight: normal;
}

#divWithPrivacy p+ul{
   margin-top:-8px;
}