/**
 * TODO CSS kommentieren und sortieren
 */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.273;
}

input {
    margin-top: 5px;
}

input.error {
    border: 1px solid #b50000;
}

#wrapper {
    width: 972px;
    margin-left: 10px;
}

#logoWrapper {
    height: 114px;
    background: url("/resources/images/t_head_repeat.png") repeat-x;
}

.headSymbol {
    margin-left: 36px;
}

.headSlogan {
    float: right;
}

#headImageWrapper {
    margin-top: 20px;
    margin-left: 5px;
    margin-bottom: 20px;
    height: 182px;
    width: 100%;
    background: url("/resources/images/headerImage.png") no-repeat;
}

#content {
    padding: 13px;
    border: 5px solid #b5b5b5;
    border-radius: 5px;
}

#contentWrapper {
    border: 1px solid #999;
    border-top: 0;
    padding: 20px;
    margin-left: 5px;
    width: 880px;
}

#contentWrapper p {
    width: 565px;
}

.contentHeader {
    background: url("/resources/images/about-content-bg-top.png") no-repeat;
    height: 27px;
    width: 931px;
}

.contentHeader h1 {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
    line-height: 25px;
}

.contentPartHeader {
    margin-top: 30px;
    height: 24px;
    width: 610px;
    background-repeat: no-repeat;
}

input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    border: 1px solid #CCC;
}

input[type='text'] {
    width: 188px;
    padding: 2px 5px;
    font-size: 12px;
    height: 18px;
    line-height: 17px;
}

.contentPart {
    background-color: #F2F2F2;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    border: 1px solid #999;
    border-top: 0;
    width: 598px;
    padding: 10px 5px 30px;
}

.contentBox .contentPartHeader {
    background-image: url("/resources/images/contentPartHeader.png");
}

.contentBox.disabled .contentPartHeader {
    background-image: url("/resources/images/contentPartHeaderInactive.png");
}

.contentBox.disabled {
    color: #999;
}

.contentBox.disabled .contentPart {
    background-color: #F9F9F9;
    border-color: #d3d3d3;
}

.contentPartHeader h1 {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin-left: 15px;
    line-height: 24px;
}

.contentPartHeader h2 {
    display: inline-block;
    color: #fff;
    margin-left: 8px;
    font-weight: bold;
    line-height: 24px;
}

span.info {
    color: #5e5e5e;
}

span.error {
    color: #b50000;
    font-weight: bold;
}

.firstCol, .secondCol, .thirdCol {
    width: 190px;
    display: inline-block;
    padding: 0 5px 5px 0;
    vertical-align: middle;
}

.secondCol {
    width: 200px;
}

.thirdCol {
    padding-right: 0;
}

.row {
    margin-bottom: 5px;
}

/* Mobile devices */
@media only screen
and (max-width: 1000px) {
    body {
        font-size: 12px;
        line-height: 1.273;
        width: 100%;
    }

    #wrapper {
        width: 100%;
        margin-left: 0;
    }

    #headImageWrapper {
        display: none;
    }

    #contentWrapper {
        border: 0;
        padding: 0;
        margin-left: 5px;
        width: 100%;
    }

    #contentWrapper p {
        /*width: 565px;*/
        width: 100%;
    }

    #content {
        padding: 0;
        border: 0;
    }

    .contentBox .contentPartHeader {
        /*background-image: url("/resources/images/contentPartHeader.png");*/
        border: 1px solid #999;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        background: none;
        width: 100%;

        color: #fff;

        background: #a2b8e5;
        background: -webkit-gradient(linear, left top, left bottom, from(#a2b8e5), to(#477ae0));
        background: -moz-linear-gradient(top, #a2b8e5, #477ae0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2b8e5', endColorstr='#477ae0');

        /*  */
    }

    .contentBox.disabled .contentPartHeader {
        /*background-image: url("/resources/images/contentPartHeaderInactive.png");*/
        background: none;

        color: #a9a9a9;

        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
        background: -moz-linear-gradient(top, #fff, #f2f2f2);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2f2f2');
    }

    .contentBox.disabled h2 {
        color: #a9a9a9;
    }

    .contentHeader {
        background: none;
        height: 54px;
        width: 100%;

        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
        background: -moz-linear-gradient(top, #fff, #f2f2f2);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2f2f2');
    }

    .contentPartHeader {
        margin-top: 30px;
        padding: 0 10px 0 10px;
        height: 24px;
        width: 100%;
        background-repeat: no-repeat;
    }

    .contentPart {
        border: 1px solid #999;
        border-top: 0;
        width: 100%;
        padding: 10px 10px 30px 10px;
    }

    .contentPart p {
        margin-bottom: 10px;
    }
}

/*
 * Buttons
 */

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    /*height: 20px;*/
    width: 134px;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 2px 9px 2px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

    color: #666;
}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}

.blue {
    color: #fff;
    border: solid 1px #477ae0;
    background: #a2b8e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#a2b8e5), to(#477ae0));
    background: -moz-linear-gradient(top, #a2b8e5, #477ae0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2b8e5', endColorstr='#477ae0');
}

.blue:active {
    color: #a2b8e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#a2b8e5), to(#477ae0));
    background: -moz-linear-gradient(top, #a2b8e5, #477ae0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2b8e5', endColorstr='#477ae0');
}

.magenta {
    color: #fff;
    border: solid 1px #e20074;
    background: #ee3e9d;
    background: -webkit-gradient(linear, left top, left bottom, from(#fd8cd1), to(#e20074));
    background: -moz-linear-gradient(top, #fd8cd1, #e20074);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8cd1', endColorstr='#e20074');
}

.blue:hover, .magenta:hover {
    border-color: #fff;
    background: #434343;
    background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#333333));
    background: -moz-linear-gradient(top, #626262, #333333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#333333');
}

.magenta:active {
    color: #ee3e9d;
    background: -webkit-gradient(linear, left top, left bottom, from(#fd8cd1), to(#e20074));
    background: -moz-linear-gradient(top, #fd8cd1, #e20074);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8cd1', endColorstr='#e20074');
}

blue:disabled, .magenta:disabled {
    border-color: #fff;
    opacity: 0.25;
    background: #434343;
    background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#333333));
    background: -moz-linear-gradient(top, #626262, #333333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#333333');
}

div.error {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    /* Public Domain Icon - http://www.iconfinder.com/icondetails/15447/22/dialog_error_icon */
    background: #FFBABA url('/resources/images/error.png') no-repeat 10px center;
    color: #D8000C;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#footer {
    clear: both;
    text-align: center;
    color: #666666;
    font-size: 0.85em;
    margin-top: 10px;
}