/* 
    Document   : company
    Created on : 11.10.2010, 12:22:17
    Author     : Gregor Feige
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.workerbox {
    margin-top: 40px;
    margin-left: 40px;
    height: 331px;
    width: 551px;
    background-image: url(img/company/worker_gb.png);
    float: left;
}

.wokerdepartment {
    position: relative;
    float: left;
    margin-top: 195px;
    margin-left: 40px;
    height: 23px;
    width: 17px;
    background-repeat: no-repeat;
}

.workercontent_1 {
    position: relative;
    float: left;
    margin-top: 180px;
    margin-left: 20px;
    width: 195px;
}

.workerpic {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
    height: 320px;
    width: 240px;
}

.companysubbox {
    position: relative;
    margin-top: 40px;
    margin-left: 40px;
    width: 540px;
    height: 400px;
    float: left;
}

.impressum {
    position: relative;
    margin-left: 40px;
    margin-top: 40px;
    width: 831px;
    height: 471px;
    background: url(img/company/impress.png);
    background-repeat: no-repeat;
}

.impressumtext {
    position: relative;
    margin-left: 400px;
    width: 355px;
    height: 408px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 40px;
}

.referenz {
    position: relative;
    margin-top: 40px;
    margin-left: 250px;
}

.referenz table {
    width: 200px;
}

.ref1 {
    position: relative;
    float: left;
    height: 120px;
    padding-right: 11px;
    padding-bottom: 11px;
    margin-right: 11px;
    margin-bottom: 20px;
    width: 295px;
    background: url(img/company/295x120.png);
}

.ref2 {
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding-right: 11px;
    padding-bottom: 11px;
    height: 120px;
    width: 295px;
    background: url(img/company/295x120.png);
}

.ref3 {
    position: relative;
    float: left;
    padding-right: 11px;
    padding-bottom: 11px;
    margin-right: 11px;
    margin-bottom: 20px;
    height: 120px;
    width: 295px;
    background: url(img/company/295x120.png);
}

.ref4 {
    position: relative;
    float: left;
    padding-right: 11px;
    padding-bottom: 11px;        
    margin-bottom: 20px;
    height: 120px;
    width: 295px;
    background: url(img/company/295x120.png);
}

#refimg {
    height: 120px;
    float: left;
    margin-right: 15px;
}

