html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    background: #afafda url(../../images/layout_background.png) repeat-x;
    text-align: center;
}
body, p, li, input, label{
    font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.4em;
    color: #252525;
}

/****************/

#container{
    padding: 20px 0 0 0;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

/****************/

#meta{
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 0;
}
#meta ul, #meta ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#meta ul li{
    float: left;
}
#meta ul li{
    line-height: 20px;
    padding: 0 5px;
}
#meta ul li, #meta ul li a{
    color: #ffffff;
}
#meta ul li a.active, #meta ul li a:hover{
    text-decoration: none;
    color: #b9d0e5;
}

/****************/

#header{
    background: url(../../images/layout_header.jpg) no-repeat;
    position: relative;
    height: 150px;
}

/****************/

#left .navigation, #left .navigation li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#left .navigation{
    border-bottom: 1px solid #010743;
}
#left .navigation li{
    border-top: 1px solid #010743;
}
#left .navigation li a{
    padding: 0 0 0 20px;
    line-height: 26px;
    font-size: 12px;
    display: block;
    color: #030846;
}
#left .navigation li a:hover, #left .navigation li a.active{
    background: url(../../images/nav_active.png) no-repeat;
    text-decoration: none;
}
#left .navigation ul {
    display: none ;
}
#left .navigation li.active ul {
    display: block ;
    border-bottom: none ;
}
#left .navigation li.active ul li {
    padding-left: 10px ;
    background: none ;
    font-size: 11px ;
    line-height: 120px ;
    border: 0 ;
}
#left .navigation li.active ul li a {
    background: none ;
    font-size: 11px ;
    line-height: 20px ;
    border: 0 ;
}
#left .navigation li.active ul li a:hover , #left .navigation li.active ul li.active a {
   background: none ;
}
#left .navigation li.active ul li.active a {
    font-weight: bold ;
}

/****************/

#content{
    background: url(../../images/layout_background_container.png) repeat-y;

    position: relative;
}
#content #left{
    background: url(../../images/layout_background_navigation.png) repeat-x;

    margin: 20px 0 20px 20px;
    position: relative;
    display: inline;
    width: 180px;
    float: left;

    height: 450px;
}
#content #center{
    margin: 35px 0 20px 40px;
    position: relative;
    display: inline;
    width: 500px;
    float: left;
}
#content #right{
    margin: 35px 0 20px 40px;
    position: relative;
    display: inline;
    width: 160px;
    float: left;
}

/****************/

#footer{
    background: url(../../images/layout_footer.png) no-repeat;

    text-align: center;
    position: relative;
}
#footer p{
    line-height: 20px;
    color: #ffffff;
    margin: 0;
}

#footer a {
    color:#fff;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{
    line-height: 1.5em;
    color: #000080;
}
h1 img{
    vertical-align: middle;
}
h1{
    border-bottom: 1px solid #333333;
    font-weight: normal;
    font-size: 14px;
    height: 1%;
}
h2{
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 13px;
}
h3{
    font-size: 11px;
    color: #000000;
    margin: 0;
}
strong{
    color: #000080;
}
#center ul, #center ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#center ul{
    margin: 0 0 10px 0;
}
#center ul li{
    background: url(../../images/li.png) no-repeat ;
    padding-left: 25px;
    line-height: 20px;
}
a{
    text-decoration: none;
    color: #000080;
}
a:hover, a.active{
    text-decoration: underline;
}
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: 300px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

/****************/

.teaser{
    margin: 30px 0 0 0;
}
.teaser .item{
    margin-bottom: 20px;
}

/****************/

.columns{

}
.columns .text{
    margin-right: 15px;
    width: 365px;
    float: left;
}
.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: 160px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 240px;
}
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{
    margin: 0 0 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;}
