@charset "UTF-8";

.service {background:url(../images/service.png) top left no-repeat;}
.infothek {background:url(../images/infothek.png) top left no-repeat;}

#infothekhead {
    position: relative;
    background-color: transparent;
    background:url(../images/arrowdown.png) left top no-repeat;
    top:-40px;width:470px;height:35px;
    padding: 0px 0px 0px 10px;
    }
#infothekheaderr {
    position: relative;
    background-color: transparent;
    top: -40px;width:495px;height:25px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    }    
#infothekcontent {
    position: relative;
    background-color: transparent;
    top:-50px;width:495px;height:400px;
    padding: 0px 0px 0px 0px;
    overflow-y: auto;
    overflow-x: hidden;
    }    
    
#infothekfooter {
    position: relative;
    background-color: transparent;
    top:-50px;width:482px;height:90px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    margin-top: 20px; 
    }    

#infothekpreview {
    position: relative;
    top: -20px; width:485px;height:365px;
    padding: 0px 0px 0px 0px;
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom:20px;
    }
    
.infothekcontbold {font-weight: bold; color: #003882}    
.infothekcontboldred {font-weight: bold; color: red}    

.tline {
    width: 480px;
    padding: 0px 0px 0px 0px;
    }    
    
.tcol1 {
    width: 15px;
    padding: 8px 0px 5px 15px;
    float: left;
    }
    
.tcol2 {
    width: 430px;    
    padding: 5px 6px 5px 14px;
    float: left;
    }        

#serviceoffer {
    position: absolute;
    width: 330px; height:330px; top:480px; left:20px;
    background-color: transparent;
    padding:  0px 0px 0px 0px;
    overflow: hidden;
    color: #003882
    }
   
#serviceoffer ul {    
    list-style-type: disc; 
    margin-left: 30px;
    }   

#serviceoffer li { 
    padding: 1px 0px 1px 0px;
    }   

.servicebold {
    font-weight: bold; 
    font-size: 1.1em;
    }  