html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
    text-align: center;
    background: url(../../images/body_background.gif) left top repeat-x ;
}
body, p, li, input, label{
    font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.5em;
    color: #333333;
}

ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/****************/

#container{


    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 961px;
}

/****************/

#header{
    background: #CE3D17 url(../../images/header_background.png) left top no-repeat ;
    position: relative;
    height: 250px ;
    width: 970px ;
    border-bottom: 20px solid white ;
}

#logo_link {
    width:230px;
    height:75px;
    display:block;
    left:25px;
    top:135px;
    position:relative;
}

#header_text {
    position: absolute ;
    right: 105px ;
    top: 35px ;
    width: 250px ;
    font-size: 11px ;
    text-align: right ;
}
#header_text p {
    margin: 0px ;
    padding: 0px ;
    font-size: 11px ;
}
#header_text h1 {
    font-size: 14px ;
    border: 0px ;
    margin-bottom: 2px ;
}
.orange {
    color: #CE3D17 ;
}

/****************/

#navigation{
    position: absolute ;
    bottom: 40px ;
    right: 30px ;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{

}
#navigation ul li{
    float: left ;
    margin-right: 33px ;
}
#navigation ul li.last{
    margin-right: 0px ;
}
#navigation ul li a{
    background: #ffffff url(../../images/navigation_background_inactive.gif) left top no-repeat ;
    display: block ;
    color: #333333 ;
    height: 62px ;
    line-height: 62px ;
    text-align: center ;
    width: 106px ;
}
#navigation ul li a:hover , #navigation ul li.active a{
    background: #ffffff url(../../images/navigation_background_active.gif) left top no-repeat ;
    text-decoration: none ;
    color: #CE3D17 ;
}

/****************/

#content{
    position: relative;
    border-bottom: 30px solid #ffffff ;
    background: #ffffff url(../../images/content_background.gif) left top repeat-y ;
}
#content .padding{
    padding: 0px 20px 10px 19px ;
}
#content #left{
    background: transparent ;

    position: relative;
    width: 241px;
    padding-left: 30px ;
    float: left;
}

#content #left .chapter {
    margin-bottom: 20px ;
}
#content #left .chapter li {
    padding: 0px ;
    margin: 0px ;
}
#content #left .chapter ul {
    display: none ;
}
#content #left .active ul {
    display: block ;
}
#content #left .chapter ul li {
    background: #ffffff url(../../images/ul_grey.gif) left 4px no-repeat ;
    margin: 0 0 0 10px ;
    padding-left: 15px ;
}
#content #left .chapter ul li a {

    color: #666666 ;
    font-size: 11px ;
}
#content #left .chapter ul li.active , #content #left .chapter ul li:hover {
    background: #ffffff url(../../images/ul_orange.gif) left 4px no-repeat ;
}

#content #left .chapter ul li.active a , #content #left .chapter ul li a:hover {
    text-decoration: none ;
    color: #CE3D17 ;
}
#content #left .chapter .trigger {
    background: #ffffff url(../../images/subnavigation_button_inactive.gif) left top no-repeat ;
    text-decoration: none ;
    padding-left: 10px ;
    border: none ;
    color: #000000 ;
    font-size: 13px ;
    font-weight: bold ;
    line-height: 55px ;
    display: block ;
    height: 40px ;
    width: 220px ;
}
#content #left .chapter a.trigger .orange {
    color: #CE3D17 ;
}
#content #left .active a.active , #content #left .chapter a.trigger:hover {
    background: #ffffff url(../../images/subnavigation_button_active.gif) left top no-repeat ;
}

#content #left .chapter ul li.active a , #content #left .chapter ul li a:hover {
    background:none;
}
#content #center {
    background: transparent ;

    position: relative;
    width: 439px;
    float: left;
}
#content #center a {
    text-decoration: underline ;
}
#content #center a:hover {
    text-decoration: none ;
}
#content #right {
    background: transparent ;
    padding: 0px 20px 0px 20px ;
    position: relative;
    width: 211px;
    float: left;
}
#content #right .light {
    color: #999999 ;
    font-size: 11px ;
}
#content #right h3 {
    font-size: 11px ;
    color: #666666 ;
    margin-bottom: 0px ;
}
#content #right p {
    font-size: 11px ;
    color: #333333 ;
}
#content #right a {
    text-decoration: underline ;
}
#content #right a:hover {
    text-decoration: none ;
}
/****************/

#footer{
    background: #CE3D17 ;
    text-align: center ;
    position: relative ;
    color: #ffffff ;
    font-size: 11px ;
    padding: 7px 0px ;
}

#footer a {
    color: #ffffff ;
}


#footer_produced {
    padding-left:30px;
    float:left;
    width:239px; /* 269 - 30 */
}

#last_update {
    color:#999;
    float:left;
    font-size:10px;
    line-height:25px;
    text-align:center;
    width:400px;
    padding: 0 20px 0 19px;
}
/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{

}
h1{
    border-bottom: 0 ;
    font-size: 16px;
}
h2{
    font-size: 14px;
/*    color:#CE3D17;*/
}
h3{
    font-size: 12px;
}
/*ul li, ol li{
    margin: 0 0 0 25px;
}*/
#center ul li {
    margin:0;
    padding:0;
    background:#FFFFFF url(../../images/ul_orange.gif) no-repeat scroll left 4px;
    padding-left:15px;
}

a{
    text-decoration: none;
    color: #CE3D17;
}
a:hover, a.active{
    text-decoration: underline;
    color: #CE3D17;
}
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;
}

/****************/

.columns{

}
.columns .text{
    margin-right: 15px;
    /*width: 405px;*/
    width:265px;
    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;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 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: 165px;
    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: 11px;
    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, #asterisk{
    margin: 0 0 10px 190px;
}

/****************/

.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;
}

/****************/

#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;}