html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
    text-align: center;
    background: #00AEEF url(../../images/relaunch/layout_background.png) repeat-x;
}
body, p, li, input, label{
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #400000;
}

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

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 900px;
}

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

#header{
    background: url(../../images/relaunch/layout_header.jpg) no-repeat;
    height: 350px;
    width: 900px;
    position: relative;
}
#logo_link{
    display: block;
    height: 210px;
    width: 290px;
    position: absolute;
    left: 0px;
    top: 100px;
}

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

#meta{
    position: relative;
    margin-right: 37px;
    top: 0px;
    width: 160px;
    float: right;
}
#meta ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#meta ul{

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

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

#navigation{
    position: absolute;
    bottom: 10px;
    left: 70px;
}
#navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{

}
#navigation li{
    margin: 0;
    float: left;
   padding: 0 15px;
  /*  padding: 0 12px; */
    color: #ffffff;
    font-size: 12px;
}
#navigation li a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
#navigation li a:hover, #navigation li a.active{
    color: #ff0000;
    text-decoration: none;
}

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

#content{
    background: #ffffff url(../../images/layout_content_background.png) repeat-x;
    position: relative;
    width: 800px;
    margin-left: 59px;
}
#content .padding{
    padding: 40px ;
}
#left{
    float: left;
    width: 450px ;
}
#right{
    float: left;
    padding-left: 40px ;
    width: 230px ;
}
#right h3{
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    margin: 0;
}
#right h2{
    text-decoration: none;
    margin: 0;
}
/****************/

#footer{
    padding-top: 40px;  
    width: 800px;
   /* height: 150px; */
    height: 40px; 
    background: url(../../images/relaunch/layout_footer.png) no-repeat;   
    text-align: center;
    position: relative;
    margin-left: 59px;
   /* padding-top: 50px; */
   /* background: #FFF;  */
}
#produced_by{
    position: relative;
    width: 800px;
}
#footer , #footer a , #footer p {
    color: #ffffff;
}
#footer p {
    margin: 0 0 5px 0;
}
#produced_by #img_produced_by{
    float: left;
    width: 200px;
    height: 20px;
    margin-top: 15px;
}
#footer a{
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}

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

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
    line-height: 1.5em;
}
h1, h2, h3{
    line-height: 1.5em;
}
h1{
    font-size: 14px;
    margin-bottom: 20px;
}
h2{
    font-size: 13px;
    font-weight: bold;
}
h3{
    font-size: 12px;
    text-decoration: underline;
}
ul li, ol li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: underline;
    color: #400000;
}
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: 150px;
}
.right{
    width: 250px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

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

.columns{

}
.columns .text{
    margin-right: 15px;
    width: 290px;
    float: left;
}
.columns .text .left{
    width: 120px;
}
.columns .text .right{
    width: 150px;
}
.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: 140px;
    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: #400000;
    font-weight: bold;
}
#mSubmitButton, #asterisk{
    margin: 0 10px 10px 150px;
}
#mSubmitButton, #mResetButton{
    float: left;
}

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

