body { 
 margin: 0px;
 padding: 0px; 
 background-color: #FFFFFF;
 color: #333333;
}
       
a { 
 outline: none;
} 
       

    
.main {font-family: verdana, arial, helvetica, geneva, sans-serif;
       font-size: 11px;
       line-height: 16px;
        }
        
.small {font-family: verdana, arial, helvetica, geneva, sans-serif;
       font-size: 10px;
       color: #666666;
        }
        
p.small {font-family: verdana, arial, helvetica, geneva, sans-serif;
       font-size: 9px;
       color: #858585;
       margin: 5px 0px 0px 0px;
        }
        
p.small a{ color: #858585;
        }

a.cleaners{color: #3E73AF;
           }
           
a.cleaners:hover{color: #164172;
           }
   
a.textlink{color: #3E73AF;
           font-weight: bold;
           text-decoration: none;
           }

a.textlink:hover{color: #164172;
           font-weight: bold;
           text-decoration: none;
           }

/* blue blocks*/
.blockLeft{background-color: #3E73AF;
           width: 191px;
           height: 18px;
           }

.blockRight{background-color: #3E73AF;
           width: 563px;
           height: 60px;
           }
           
/* color left*/
.bgLeft{background-color: #FBFBFB;
        }
        
.bgNav{background-color: #FFFFFF;
       }
       
       
/* grey seperator*/
.sep{background-image:url(..images/img/sep.gif);
     background-repeat:repeat-y;
     }
     


/* header bgColor*/
.bgHeader{background-color: #F1F1F1;
          font-family: arial narrow;
          font-weight: bold;
          font-size: 13px;
          color: #3E73AF;
          height: 22px;
          }
          
/* text color*/
.color{color: #3E73AF;
       }
       
.color1{color: #999999;
       }
       
.boldCol{color: #999999;
         font-weight: bold;
       }
       

           
#center {position: absolute;
         left: 50%;
         width: 100%;
         margin-left: -50%; /* negative Hälfte von width  */
         top: 50%;
         height: 550px;
         margin-top: -275px; /* negative Hälfte von height */
}

/* Kontaktfomular*/
.formfeld{width: 317px;
          height: 18px;
          border-style: solid;
          border-top-color: #999999;
          border-left-color: #999999;
          border-right-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          }
          
.textfeld{width: 317px;
          height: 150px;
          border-style: solid;
          border-top-color: #999999;
          border-left-color: #999999;
          border-right-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          overflow: auto;
          }
iframe.contactframe {
 border; none;
 width: 403px;
 height: 565px;
}


/* Formualr Serviceleistungen*/
.box{margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 20px;
     }
     
.feldService{width: 270px;
          height: 18px;
          border-style: solid;
          border-top-color: #999999;
          border-left-color: #999999;
          border-right-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          }

.textService{width: 483px;
          height: 100px;
          border-style: solid;
          border-top-color: #999999;
          border-left-color: #999999;
          border-right-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          overflow: auto;
          }
          
.small_feldService{width: 210px;
          height: 18px;
          border-style: solid;
          border-top-color: #999999;
          border-left-color: #999999;
          border-right-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          }

.small_textService{width: 230px;
          height: 145px;
          border-style: solid;
          border-top-color: #999999;
          border-left-color: #999999;
          border-right-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          overflow: auto;
          }


label.boxborder {  
  border: 2px solid transparent; 
}

p.dsvgo { 
  font-family: verdana, arial, helvetica, geneva, sans-serif; 
  font-size: 11px; 
  line-height: 15px;
  color: #000000; 
  padding: 0px; 
  margin: 0px;
}

p.dsvgo a {  
  background-color: transparent; 
  color: #000000; 
  text-decoration: none;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1px;
}

p.dsvgo a:hover {  
  border-bottom-color: #e2001a;
}

p.dsvgo span { 
  cursor: pointer;
}