* {
    margin: 0;
    padding: 0;
}
a:link { font-weight:bold; color: #FFFFFF; text-decoration:none; }
a:visited { font-weight:bold; color: #FFFFFF; text-decoration:none; }
a:focus { font-weight:bold; color: #FFFFFF; text-decoration:none; }
a:hover { font-weight:bold; color: #FFFFFF; text-decoration:none; }
a:active { font-weight:bold; color: #FFFFFF; text-decoration:none; }

html,body {
    background: url("../../resources/images/background.png") repeat;
    font-family: Verdana, Calibri, Tahoma, Myriad Pro, Arial;
    font-size: 14px;
    color: 3c3c3c;
    height: auto; /* Important Regel für moderne Browser */
    width: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

ol,ul {
    list-style-type: none;
}


/********************************************************************
 *[ 3 ] Content
 *******************************************************************/
#mainWrapper {
    width: 960px;
    position: relative;
    height: auto;
    margin: 60px auto; /* Div soll zentriert werden */
    z-index: 1;
}

#borderWrapper {
    position: relative;
    width: auto;
    margin: 0px 0 60px;
    z-index: 0;
}

#contentWrapper {
    background-color: #FFFFFF;
    min-height: 470px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}

#contentLodingOverlay{
    z-index: 100000;
    background-color: #FFFFFF;
    opacity: 0.0;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#browserWrapperError {
    background: #db3434
        url("../../resources/images/browserWrapperErrorBg.png") repeat-x
        bottom left;
    position: relative;
    width: 100%;
    height: 330px;
    z-index: 10;
    margin-top: 0px;
    color: #ffffff;
    font-weight: bold;
    top: 70px;
    left: 0px;
}

#browserErrorText {
    width: 760px;
    margin: auto;
    padding: 30px 0;
    text-align: center;
}
#browserWrapperError ul{
    height: 170px;
    padding: 20px;
    width: 925px;
}

#browserWrapperError li{
    float: left;
    padding: 10px;
}

#imageTextWrap a{
    display: table;
    height: 60px;
    width: 200px;
}

#imageTextWrap span{
    width: 96px;
    padding-right: 20px;
}

#imageTextWrap img {
    display: table-cell;
    height: 64px;
    position: relative;
    vertical-align: middle;
}

#browserVersion {
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

/********************************************************************
 *[ 3.1 ] Shadowing
 *******************************************************************/
.leftUpperShadow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url('../../resources/images/leftUp.png') repeat scroll 0 0
        #eaeaea;
    margin-left: -11px;
    top: 0px;
    z-index: 2;
}

.leftShadow {
    position: absolute;
    width: 10px;
    height: 100%;
    background: url('../../resources/images/left.png');
    margin-left: -11px;
    top: 0px;
    z-index: 1;
}

.leftCorner {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('../../resources/images/leftCorner.png');
    margin: -9px 0 0 -11px;
    z-index: 2;
    top: 100%;
}

.rightCorner {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('../../resources/images/rightCorner.png');
    margin: -9px 0 0 -9px;
    z-index: 2;
    top: 100%;
    left: 100%;
}

.rightShadow {
    position: absolute;
    width: 10px;
    height: 100%;
    background: url('../../resources/images/right.png');
    margin-left: 1px;
    top: 0px;
    left: 100%;
    z-index: 1;
}

.rightUpperShadow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url('../../resources/images/rightUp.png') repeat scroll 0 0
        #eaeaea;
    margin-left: 1px;
    top: 0px;
    left: 100%;
    z-index: 2;
}

.bottomShadow {
    background: url("../../resources/images/bottom.png") repeat-x scroll 0 0
        transparent;
    height: 9px;
    margin: 1px 0 0;
    position: absolute;
    top: 100%;
    width: 100%;
}