html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
    background: #D7D7AD;
}
body, p, li, input, label{
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.5em;
    color: #333333;
}

/****************/

#container{
    background: #F9F6EA;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 800px;
}
.teaser p{
    color: #000;
    font-size: 10px;
    margin: 0 0 10px 0;
}
.teaser h2{
   color: #333;
}
/****************/

#header{
    background: #ffffff url(../../images/layout_background_header.gif) top repeat-x;
    height: 170px;
}
#header_image{
    background: #ffffff url(../../temp/explorer/files/kopfgrafik/header_home.jpg) top no-repeat;
    height: 180px;
    width: 800px;
}
#header_bottom{
    background: #F0EACA;
    height: 40px;
    border-bottom: 10px solid #fff;
    margin: 0;
    padding: 0;
}

ul.subnavigation{
    padding: 3px 0 0 25px;
    margin: 0;
}
ul.subnavigation li{
    float: left;
    list-style: none;
    margin: 0 60px 0 0;
    padding: 0;
}
ul.subnavigation ul.navigation li a{
    text-decoration: none;
    color: #878787;
    font-weight: bold;
    font-size: 10px;
    background: none;
    padding: 0;
}
ul.subnavigation ul.navigation li a.active, ul.subnavigation ul.navigation li a:hover{
    color: #93A715;
}
/****************/

#navigation{
    height: 20px;
    top: 65px;
    position: absolute; 
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
#navigation ul{
    padding: 0 0 0 25px;
    
}
#navigation ul li{
    margin: 0 26px 0 0 ;
    padding: 0;
}
#navigation ul li a{
    font-size: 12px;
    font-weight: bold;
    color: #878787;
    background: none;
    padding: 0;
    margin: 0;
}

#navigation ul li a:hover, #navigation ul li a.active{
    color: #93A715;
    text-decoration: none;
}
#slogan{
    position: absolute;
    left: 25px;
    top: 110px;
}


/*****logos*******/
#logo_apple{
    position: absolute;
    right: 130px;
    top: 0px;
}
#logo_text{
    position: absolute;
    right: 65px;
    top: 110px;
}

/****************/

#content{
    position: relative;
}
#content #center .padding{
    padding: 10px 15px 0px 25px;

}
#content #right .padding{
    padding: 10px 10px 5px 15px;
}
#content #center{
    background: #F9F6EA;
    position: relative;
    width:600px;
    float: left;
}
#content #right{
    background: #F9F6EA;
    position: relative;
    width: 200px;
    float: left;
}

#right label, #right .floatleft{
    width: 100px;
}

/****************/
#orange_boxes{
    padding: 20px 0px 0px 0px;
    height: 44px;
    margin: 0;
}
.orange_box{
    height: 54px;
    background: #F0EACA;
    float: left;
    
}
.orange_box_text{
    padding-left: 15px;

}
#services_1, #services_2, #services_3{
    margin: 0 12px 0 0;
}
#services_4{
    margin: 0;
}
.orange_box h1{
    color: #93A715;
    font-weight: bold;
    font-size: 11px;
    margin: 10px 22px 0px 0px;
}
/****************/
#optimix{
    margin-top: 20px;
}
#optimix h1{
    margin: 5px 0 5px 0;    
}
/****************/
#footer{
    background: #F0EACA;

}
#footer p{
    font: 10px Arial;
    color: #878787;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin: 25px 0 0 0;
}
#footer a{
    color: #878787;
    text-decoration: none;
}
#footer a:hover, a.active{
    color: #D3750F;
}
#produced_by{
    background: #D7D7AD;
    text-align: center;
}

/****************/

h1, p, ul, .line, .margined{
    margin: 10px 0 10px 0;
}
h2, h3{
    margin: 5px 0 5px 0;
}
h1{
    font-size: 12px;
    font-weight: bold;
    color: #93A715;
}
h2{
    font-size: 11px;
    color: #93A715;
}
h3{
    font-size: 10px;
    font-weight: bold;
    color: #D3750F;
}
ul li, ol li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: none;
    color: #D3750F;
}
a:hover, a.active{
    text-decoration: underline;
}
a img{
    border: none;
}
a.orange{
    background: transparent url(../../images/orange_arrow.gif) 33px 5px no-repeat;
    padding-right: 10px;
    color: #D3750F;
    font-size: 11px;
}
a.orange.active, a.orange:hover{
    background: transparent url(../../images/orange_arrow.gif) 38px 5px no-repeat;
    padding-right: 15px;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
/****************/

.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:150px;
}
.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;
}
textarea{
    height: 120px;
}
select{
    width: 180px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    font-size: 10px;
    padding: 2px 2px;
    float: left;
}
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{
    margin: 0 10px 10px 180px;
    float: left;
    
}
#asterisk{
    font-size: 10px;
    margin: 0 10px 10px 180px;
}

/****************/

.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;
}

/****************/

#login .error{
    color: #ff0000;
}
#login .error strong{
    display: block;
}
#login label, #login input.text, #login input.password{
    display: block;
    width: 150px;
}
#login 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;}