

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding-top:32px;
}

h1,h2 {
    text-align: center;
}

h1 {
    font-weight: 700;
}


/* Layout */
.safeWidth {
    width: 1000px;
}

.centered {
    margin-left:auto;
    margin-right:auto;
}

.floatLeft {
    float:left;
}

.floatRight {
    float:right;
}

.clear {
    clear:both;
}

.thirdCol {
    width:30%;
}

.padding8 {
    padding-left:32px;
}

.percent14 {
    width: 14%;
}

.percent30 {
    width:30%;
}

.whiteBackground {
    background: white;
}

/* elements */
#rightTitleRight {
    margin-right:8px;
}

#headerbox {
    width:996px;
    width:1091px;
    width:100%;
    height: 286px;
    background: url(../images/layout/headerbox2.png) no-repeat;
    background-position: center bottom;
    margin-bottom:96px;
}

#contactBox {
    width:996px;
    height: 237px;
    background: url(../images/layout/contactBox.png) no-repeat;
    background-position: left top;
    padding-top:16px;
    font-size:120%;
    color: #d21f70;
}

a {
    text-decoration: none;
    color: #d21f70;
}

a:hover {
    text-decoration: underline;
}


#introtext {
    font-size:140%;
    padding: 57px 48px 12px;
    color: #d21f70;
    width:916px;
    margin-left:auto;
    margin-right:auto;
}

#headlineClients {
    color: transparent;
    font-size: 0;
    background: url(../images/layout/headline_clients.png) no-repeat;
    height: 21px;
    margin-bottom: 16px;
}

#headlineAgencies {
    color: transparent;
    font-size: 0;
    background: url(../images/layout/headline_agencies.png) no-repeat;
    height: 21px;
    margin-bottom: 16px;
}

#headlineContact {
    color: transparent;
    font-size: 0;
    background: url(../images/layout/headline_contact.png) no-repeat;
    height: 21px;
    margin-bottom: 16px;
}

#headlineVita {
    color: transparent;
    font-size: 0;
    background: url(../images/layout/headline_vita.png) no-repeat;
    height: 23px;
    margin-bottom: 16px;
}

.clientbox {
    width: 329px;
    height: 198px;
    margin-right:4px;
    margin-bottom: 8px;
    background: url(../images/layout/box_clients.png) no-repeat;
}


.clientbox img {
    display: block;
    margin-left:auto;
    margin-right: auto;


}


#vitabox {
    width: 996px;
    height: 230px;
    margin-right:4px;
    margin-bottom: 8px;
    background: url(../images/layout/vita_box.png) no-repeat;
    font-size:120%;
    color: #d21f70;
}

#vitabox .floatLeft {
    margin-left: 32px;
    margin-top: 0;
}

.img {
    margin-right:8px;
    margin-bottom:8px;
}

.reqt {
    width:80%;
    margin-top:18%;
}

.square {
    width:45%;
    margin-top:8%;
}

#awp .reqt {
    margin-top:22%;
}

#istos .reqt {
    margin-top:12%;
}
#welt .reqt {
    margin-top:20%;
}

#dumont .reqt {
    margin-top:12%;
}

#co2online .reqt {
    margin-top:24%;
}

#beglass .reqt,
#mueller .reqt {
    margin-top:24%;
}

#cosmic .reqt {
margin-top:12%;
}

#stns .reqt {
    margin-top:10%;
    width:66%;
}

#videoservice .reqt {
    margin-top:24%;
}

#wbg .reqt {
    margin-top:11%;
}

#lespals .reqt{
    margin-top:9%;
}

#itools .reqt,
#ress .reqt {
    margin-top:26%;
}



.thumbWidth {
    width:250px;
}

.invisible {
    display: none;
}