html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    background: #000;
    text-align: center;
}
body, p, li, input, label{
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.5em;
    color: #FFF;
}

/****************/

#container{
    xxborder: 1px solid #aaaaaa;
    background: #000;
    border-top: none;

    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

/****************/

#header{
    position: relative;
}
#header .navigation, #header .navigation li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#header .navigation{
    position: absolute;
    right: 10px;
    top: 0;
}
#header .navigation li{
    float: left;
}
#header .navigation li a{
    padding: 5px 5px;
    color: #FFF;
    font-size: 9px;
    display: block;
}
#header .navigation li a.active, #header .navigation li a:hover{
    color: #b6b6b6;
}
#header #logo{
    margin: 35px 0 25px 0;
}

/****************/

#left .navigation{
    position: relative;
}
#left .navigation, #left .navigation li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#left .navigation{
    margin-left: 50px;
    width: 115px;
}
#left .navigation li{
    position: relative;
}
#left .navigation li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #FFF;
    height: 40px;
    line-height: 20px;
}
#left .navigation li a:hover, #left .navigation li a.active{
    text-decoration: none;
    color: #b6b6b6;
}
#left .navigation ul{
    position: absolute;
    margin: 0;
    display: none;
    left: 115px;
    top: 0;
}
#left .navigation li.active ul{
    display: block;
    width: 120px;
}

/****************/

#content{
    position: relative;
    margin: 35px 0 0 0;
}
#content #left{
    position: relative;
    width: 285px;
    float: left;
}
#content #center{
    position: relative;
    width: 390px;
    float: left;
}
#content #right{
    position: relative;
    width: 285px;
    float: left;
    overflow: hidden;
}
#content #right .padding{
    padding-left: 45px;
    padding-right: 25px;
}

/****************/

#subnavigation ul, #subnavigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#subnavigation ul{
    border-bottom: 2px dotted #bfbfbf;
    margin-bottom: 25px;
    height: 25px;
}
#subnavigation ul li{
    margin-right: 25px;
    float: left;
}
#subnavigation ul li a{
    text-transform: uppercase;
    line-height: 25px;
    font-size: 13px;
    display: block;
    color: #FFF;
}
#subnavigation ul li a:hover, #subnavigation ul li a.active{
    text-decoration: none;
    color: #bfbfbf;
}
/****************/
#copyright_text {
    color: #fff;
    font-size: 9px;
    display: block;
}
/****************/

.career, .career li{
    padding: 0;
    margin: 0;
}
.career{
    padding: 0 0 0 20px;
}
.career li a.active{
    color: #FFF;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 20px 0;
}
h1, h2, h3{
    text-transform: uppercase;
}
h1{
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 0;
    font-size: 20px;
    color: #FFF;
}
h1.main{
    border-bottom: 2px dotted #FFF;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
}
h1.main a{
    color: #FFF;
}
h1.collapsable, h1.open, h1.closed{
    font-weight: bold;
    line-height: 1.5em;
    font-size: 11px;
    color: #c03633;
    margin: 0 0 5px 0;
}
h2{
    margin-bottom: 0;
    font-size: 11px;
    color: #FFF;
}
h3{
    font-size: 11px;
    margin: 15px 0 3px 0;
}
ul li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: none;
    color: #FFFFFF;
}
a:hover, a.active{
    text-decoration: none;
    color: #FFF;
}
#right a{
    text-decoration: none;
}
#right a:hover,
#right a.active{
    text-decoration: none;
}
a img{
    border: none;
}

/****************/

.floatleft{
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}
.floatright{
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}
.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}
.left{
    font-weight: bold;
    width: 160px;
}
.right{
    width: 200px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}
.h1inline, .h2inline{
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 11px;
    color: #FFFFFF;
    display: inline;
}
.h1inline{
    color: #FFF;
}
.gray{
    color: #FFF;
    font-style: italic;
    margin: 5px 0 10px 0;
    display: block;
}
.item{
    margin: 0 0 15px 0;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    padding: 0;
    border: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-weight: bold;
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0 0 5px 0;
}
label{
    position: relative;
    margin-right: 10px;
    width: 160px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 190px;
}
textarea{
    height: 120px;
}
select{
    width: 180px;
}
input.text, input.password, textarea{
    background: #000 /*url(../../images/input_text.gif) repeat-x*/;
    border: 1px solid #EFEFEF;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
    color:#FFF;
}
select{
    background: #000;
    border: 1px solid #EFEFEF;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
    color:#FFF;
}
input.required, input.password.required, textarea.required, select.required{
    /*background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x*/;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid #FFF;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
input.submit ,
input.reset {
    background: #000;
    border: 1px solid #EFEFEF;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
    color:#FFF;
    margin-right: 5px;
}
#mSubmitButton{
    margin: 0 5px 10px 170px;
}

/****************/

.pageselector{

}
.pageselector .page, .pageselector select{
    float: left;
    margin-right: 10px;
}
.pageselector .page{
    line-height: 20px;
}
.pageselector select{
    width: 50px;
}

/****************/

.editForm .imageBorder{
    border: 1px solid #afafaf;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    float: left;

    cursor: pointer;
    cursor: hand;
}
.editForm .selectImage .button, .editForm .selectAttachment .button, .editForm .selectDialog .button{
    margin-bottom: 5px;
    cursor: pointer;
    width: 90px;
}
.editForm .selectAttachment span, .editForm .selectDialog span{
    background: url(../../../../classic/en/images/icons/arrow_right_on.png) 0px 7px no-repeat;
    padding: 3px 0 0 8px;
    margin-bottom: 5px;
    display: block;
}
.editForm .exDatepicker{
    margin-right: 10px;
    width: 80px;
}

/****************/

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/****************/

#fader{
    position: relative;
    height: 235px;
    width: 960px;
}

#fader .punchline{
    position: absolute;
    z-index: 100;
    left: 50px;
    top: 75px;

    color:#000;
    line-height: 35px;
    font-size: 28px;
}
#fader .more{
    position: absolute;
    z-index: 100;
    left: 65px;
    top: 100px;

    color:#000;
    line-height: 25px;
    font-size: 12px;
}

#fader .black_more{
    position: absolute;
    z-index: 100;
    left: 65px;
    top: 140px;

    color:#000000;
    line-height: 25px;
    font-size: 12px;
}
#fader a, #fader:hover, #fader.active{
    color: #000;
}
#fader .tooltip{
    position: absolute;
    z-index: 100;
    left: 150px;
    top: 120px;

    border: 1px solid #cccccc;
    background: #000;
    padding: 5px 10px;
    text-align: left;
    width: 350px;

    display: none;
}
