body {
    font-family: "Verdana";
    font-size: 14px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    background-image: url(../img/bg-960x960.jpg);
    background-repeat: repeat;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/*Links*/
a:link {
    color: #353535;
    text-decoration: none;
}

a:visited {
    color: #353535;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

h1 {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: normal;
}

h2 {
    padding: 0px;
    margin: 0px 0px 6px 0px;
    font-size: 18px;
    font-weight: normal;
}

h3 {
    padding: 0px;
    margin: 0px 0px 6px 0px;
    font-size: 14px;
    font-weight: normal;
}

h4 {
    padding: 0px;
    margin: 12px 0px 6px 0px;
    font-size: 12px;
    font-weight: bold;
}

span {
    line-height: 19px;
    font-size: 13px;
}

#page {
    width: 960px;
    margin: 0px auto 0px auto;
    border-top: 16px solid #589DA4;
    background-color: #FFFFFF;
}

#headline {
    margin: 14px 0px;
}

#headline img {
    float: left;
    margin-left: 30px;
    margin-bottom: 16px;
}

#headline span {
    float: right;
    display: block;
    margin-right: 36px;
    margin-top: 52px;
}

#headline span a {
    margin: 0px 4px;
    padding: 0px 14px 2px 14px;
}

#headline span a:hover {
    color: #74B1B6;
    border-bottom: 2px solid #74B1B6;
}

#headline span a#active {
    color: #74B1B6;
    border-bottom: 2px solid #74B1B6;
}

#headerImage {
    width: 880px;
    height: 260px;
    margin: 0px auto 20px auto;
    clear: both;
}

#welcomeText {
    width: 840px;
    display: block;
    margin: 0px auto 30px auto;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #DDDEE2;
}

#welcomeText span {
    font-size: 12px;
    margin-top: 12px;
    line-height: 20px;
    font-weight: normal;
    display: block;
    text-align: justify;
}

#content {
    width: 880px;
    margin: 0px auto 0px auto;
}

#content a:hover{
    text-decoration: underline;
}

#content h1 {
    margin-left: 20px;
}

.bold {
    font-weight: bold;
}

.caps {
    text-transform: uppercase;
}

.credentials {
    width: 880px;
    margin: 0px auto 30px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDEE2;
}

.credentialsImage {
    width: 364px;
    height: 222px;
    border: 1px solid #E7E7E9;
    margin-left: 20px;
    float: left;
}

.credentialsImage img {
    margin: 7px 8px;
}

.credentialsDescription {
    position: relative;
    height: 222px;
    margin-left: 400px;
    margin-right: 20px;
    font-size: 12px;
    margin-top: 12px;
    font-weight: normal;
}

.credentialsDescription h2 {
    margin-right: 10px;
    width: 500px;
}

.credentialsDescriptionLink {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #74B1B6;
}

.credentialsDescriptionLink a{
    color: #74B1B6;
}


.credentials span {
    display: block;
    text-align: justify;
}

.credentials#last {
    border-bottom: none;
    padding-bottom: 20px;
}

#footer {
    padding: 0px;
    margin: 0px;
    width: 960px;
    height: 60px;
    background-color: #2E2E2E;
    font-size: 12px;
    clear: left;
}

#footer a:hover {
    text-decoration: underline;
}

#footer #copyright {
    color: #B3B4B6;
    display: block;
    height: 20px;
    margin: 25px 60px 0px 60px;
    float: left;
}

#footer #contact a{
    color: #B3B4B6;
    display: block;
    height: 20px;
    margin: 25px 60px 0px 60px;
    float: right;
}
#footer #contact img{
    margin-right: 6px;
}

/*IMPRESSUM*/

#contentLeft {
    margin-bottom: 20px;
    margin-left: 20px;
    border-right: 1px solid #DDDEE2;
    width: 590px;
    height: 100%;
    overflow: hidden;
    float: left;
}

#contentLeft span, #contentRight span{
    display: block;
    margin-bottom: 20px;
    padding-right: 20px;
}

#contentLeft span {
    text-align: justify;
}

#contentLeft a, #contentRight a{
    color: #74B1B6;
}

#contentRight {
    margin-bottom: 20px;
    margin-left: 630px;
    width: 250px;
}

/*KONTAKT*/

form {
    width: 600px;
}

label{
    display: inline-block;
    float: left;
    clear: left;
    width: 150px;
    margin-top: 14px;
}

input, textarea {
    display: inline-block;
    float: left;
    width: 350px;
    margin: 10px;
    height: 20px;
    border: 2px solid #DDDEE2;
    border-radius: 2px;
}

label.note {
    float: right;
    width: 100px;
    height: 30px;
    margin-right: 80px;
}

label.privacy {
    clear: right;
    float: left;
    width: 520px;
    text-align: justify;
}

input[type="submit"] {
    clear: right;
    border: none;
    width: 120px;
    height: 30px;
    float: right;
    margin-right: 80px;
    color: #FFFFFF;
    background-color: #B3B4B6;
    border-radius: 2px;
}

input[type="submit"]:hover {
    background-color: #589DA4;
}

textarea {
    height: 100px;
    max-width: 400px;
}

.error {
    border: 2px solid #FF5555;
}

span.error, #error {
    border: 0px;
    color: #FF5555;
    display: block;
    border: 0px;
    width: 382px;
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 160px;
}

#messageSent {
    color: #00BB00;
    float: left;
    display: block;
    font-size: 14px;
    height: 300px;
}

#captcha {
    height: 26px;
    width: 100px;
    float: right;
    margin-right: 80px;
}

#captchaLabel {
    width: 390px;
    height: 40px;
}

#captchaImage {
    margin-left: 130px;
}

/*KARRIERE*/
ul {
    padding: 0px 0px 2px 20px;
}

li {
    list-style: disc;
    padding: 0px;
    margin: 0px;
    color: #333333;
}

li span {
    display: block;
    height: 6px;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

#jobHeadline {
    background-color:#E1E1E1; 
    padding: 10px 4px; 
    margin-right: 20px;
}
/*UEBER UNS*/

#mobile h2 {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    padding: 0px 0px 10px 60px;
    height: 56px;
    background-image: url("../img/mobile.png");
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#development h2 {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    padding: 0px 0px 10px 60px;
    height: 56px;
    background-image: url("../img/prefs.png");
    background-repeat: no-repeat;
}

#development span {
    text-align: justify;
}

#searchEngine h2 {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    padding: 0px 0px 10px 60px;
    height: 56px;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
}

#contentRight img {
    margin: 16px 0px;
}
