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

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

#container{
    background: url(../../../../../temp/explorer/files/Kopfgrafiken/default.jpg) left top no-repeat ;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

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

#header{
    background: url(../../images/layout/header_background.png) left 35px no-repeat;
    position: relative ;
    padding-top: 35px ;
    height: 315px ;
}

#header #logolink {
    display: block ;
    height: 45px ;
    width: 235px ;
    position: absolute ;
    left: 18px ;
    top: 60px ;
}
#header #header_fade {
    position: absolute ;
    left: 268px ;
    bottom: 0px ;
}
/****************/

#languages{
    position: absolute ;
    top: 20px ;
}
#languages ul, #languages li{
    list-style: none ;
    padding: 0 ;
    margin: 0 ;
}
#languages li{
    float: left ;
    margin-right: 10px ;
    _margin-right: 5px ;
}
#languages li a{
    background: url(../../images/layout/flags.png) left top no-repeat;
    text-decoration: none ;
    display: block ;
    height: 14px ;
    width: 25px ;
}
#languages li a.de{
    background-position: 0px 0px ;
}
#languages li a.en{
    background-position: -25px 0px ;
}
#languages li a.active{
    text-decoration: none ;
}
#languages li a:hover, #meta li a.active{
    text-decoration: none ;
}

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

#meta{
    position: absolute;
    right: 5px ;
    top: 103px ;
}
#meta ul, #meta li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#meta ul{

}
#meta li{
    float: left;
    padding: 0 5px ;
    color: #cccccc ;
    text-transform: uppercase ;
}
#meta li a{
    font-weight: normal ;
    font-size: 10px ;
    color: #cccccc ;
    text-transform: uppercase ;
    text-decoration: none ;
}
#meta li a.active{
    font-weight: bold;
}
#meta li a:hover, #meta li a.active{
    text-decoration: underline;
}

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

#navigation{
    position: absolute;
    left: 270px ;
    top: 103px ;
}
#navigation ul, #navigation li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{

}
#navigation li{
    float: left ;
    width: 95px ;
    text-transform: uppercase ;
    text-align: center ;
}
#navigation li a{
    color: #ffffff ;
    font-size: 13px ;
    font-weight: bold ;
    text-transform: uppercase ;
    text-decoration: none;
}
#navigation li a:hover, #navigation li a.active{
    text-decoration: underline ;
}

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

#content{
    background: url(../../images/layout/content_background.png) repeat-y ;
    position: relative;
}
#content .padding{
    padding: 23px 20px;
}
#content #left{
    background: url(../../images/layout/left_background.png) no-repeat ;

    min-height: 350px ;
    height: auto !important ;
    height: 350px ;

    position: relative ;
    width: 270px ;
    float: left ;
}
#content #left .box h1{
    font-size: 18px ;
    font-weight: normal ;
}
#content #left .box .teaser , #content #left .box .teaser *{
    color: #cccccc ;
    font-size: 11px ;
    margin: 0;
}
#content #left .box .teaser{
    margin-bottom: 10px;
}
#content #left .box .line{
    margin-bottom: 10px ;
}
#content #left .link{
    text-align: right ;
    margin-bottom: 20px ;
    border-bottom: 1px solid #cccccc ;
}
#content #left .link a , #content #left .box .button{
    display: block ;
    background: url(../../images/layout/arrow_bright.png) right center no-repeat ;
    padding-right: 25px ;
    line-height: 25px ;
    font-size: 11px ;
    text-decoration: none ;
    color: #cccccc ;
}
#content #left .box .button{
    width: 80px ;
    float: left ;
    padding-right: 0px ;
    margin-right: 70px ;
    text-decoration: underline ;
}
#content #left .box .button.second{
    margin: 0px ;
}
#content #left .box input{
    color: #666666 ;
    font-style: italic ;
    width: 225px ;
    margin-bottom: 3px ;
    border: 1px solid #666666 ;
}
#content #right{
    background: url(../../images/layout/right_background.png) repeat-x ;

    min-height: 100px ;
    height: auto !important ;
    height: 100px ;

    position: relative;
    width: 690px;
    float: left;
}

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

#content_home .left , #content_home .right {
    width: 315px ;
    float: left ;
}
#content_home .right {
    margin: 0px ;
}
#content_home .left {
    margin-right: 20px ;
    _margin-right: 10px ;
}
#content_home .left strong {
    font-size: 11px ;
}
#content_home .link {
    text-align: right ;
    border-bottom: 1px solid #ffffff ;
    margin-bottom: 20px ;
}
#content_home .link p {
    margin: 0px ;
}
#content_home .link a {
    display: block ;
    background: url(../../images/layout/arrow.png) right center no-repeat ;
    padding-right: 20px ;
    line-height: 25px ;
    font-size: 11px ;
    text-decoration: none ;
}
#content_home .link a:hover {
    text-decoration: none;
}
#content_home #teaser .teaser1 , #content_home #teaser .teaser3 {
    float: left ;
    margin-right: 20px ;
    _margin-right: 10px ;
    width: 315px ;
    border-bottom: 1px solid #ffffff ;
    padding-bottom: 4px ;
    margin-bottom: 20px ;
}
#content_home #teaser .teaser2 , #content_home #teaser .teaser4 {
    float: left ;
    width: 315px ;
    border-bottom: 1px solid #ffffff ;
    padding-bottom: 4px ;
    margin-bottom: 20px ;
}
#content_home #teaser {
    text-align: right ;
}
#content_home #teaser p {
    margin: 0px ;
}
#content_home #teaser a {
    display: block ;
    background: url(../../images/layout/arrow.png) right center no-repeat ;
    padding-right: 20px ;
    line-height: 17px ;
    font-size: 11px ;
    text-decoration: none ;
}

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

#footer{
    background: url(../../images/layout/footer_background.png) left top no-repeat ;
    position: relative;
}
#footer div{
    width: 690px ;
    height: 30px ;
    color: #999999 ;
    font-size: 11px ;
    text-align: center ;
    position: relative ;
    left: 270px ;
    bottom: -30px ;
}
#footer .link {
    position: relative ;
    left: 55px ;
    bottom: 0px ;
}

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

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 15px 0;
}
h1, h2, h3{

}
h1{
    font-size: 16px;
    font-weight: normal ;
}
h1 .strong {
    font-size: 20px ;
}
h2{
    font-size: 15px;
}
h3{
    font-size: 14px;
}
ul li, ol li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: underline;
    color: #ffffff;
}
a:hover, 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;
    margin-right: 0;
    width: 180px;
}
.right{
    width: 300px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

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

.columns{

}
.columns .text{
    margin-right: 15px;
    width: 405px;
    float: left;
}
.columns .text .left{
    width: 120px;
}
.columns .text .right{
    width: 260px;
}
.columns .images{
    width: 120px;
    float: left;
}
.columns .images img{
    margin: 0 0 10px 0;
    float: left;
}

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

.pageselector{

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

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

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0 0 5px 0;
}
.editLine .floatleft{
    margin-right: 10px !important;
    width: 210px;
}
label{
    position: relative;
    margin-right: 10px;
    width: 170px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 200px;
    color: #333333 ;
}
textarea{
    height: 120px;
}
select{
    width: 180px;
}
input{
    color: #333333 ;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
    color: #333333 ;
}
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 #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton, #asterisk{
    margin: 0 10px 10px 180px;
}
#mSubmitButton, #mResetButton{
    float: left;
    color: #333333 ;
}

#asterisk{
    font-size: 10px;
}

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

.editForm h1.collapsable{
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 10px 0;
}
.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 .floatleft{
    margin: 0;
}
.editForm .exDatepicker{
    margin-right: 10px;
    width: 80px;
}
.editForm .ui-datepicker-trigger{
    margin: 0 0 0 5px;
    float: left;
}

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

#search{
    margin-bottom: 10px;
}
#login .error{
    color: #ff0000;
}
#login .error strong{
    display: block;
}
#login label, #login input.text, #login input.password, #search input.text{
    display: block;
    width: 150px;
}
#login label, #search label{
    font-weight: bold;
}

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

.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;}

.element {
    color: #cccccc ;
    font-size: 11px ;
    margin-bottom: 15px ;
}

.element h1 {
    font-size: 11px !important;
    color: #cccccc ;
    font-weight: bold !important ;
    text-transform: none ;
    margin-bottom: 0px ;
    font-weight: bold ;
}