html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    background: #e9e9e9;
    text-align: center;
}
body, p, li, input, label{
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #333333;
}

/****************/

#container{
    background: url(../../images/layout_background.png) repeat-y;

    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

/****************/

#meta{
    background: url(../../images/layout_meta.png) no-repeat;

    position: relative;
    margin-top: 20px;
    height: 30px;
}
#meta ul, #meta ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#meta ul{
    position: absolute;
    right: 10px;
    top: 3px;
}
#meta li{
    float: left;
}
#meta li a{
    padding: 0 10px;
    display: block;
    float: left;
}
#meta li, #meta li a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    color: #a51a3f;
}
#meta li a:hover, #meta li a.active{
    text-decoration: underline;
    color: #a51a3f !important;
}

/****************/

#logo, #image, #news{
    float: left;
}
#image{
    position: relative;
    width: 510px;
}
#image .options{
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fcfcfc;
    border: 1px solid #000000;
    padding: 2px 5px;
}
#image .options a{
    font-size: 10px;
}

/****/

#news{
    position: relative;
    overflow: hidden;
    height: 170px;
    width: 200px;
}
#news .padding{
    padding: 10px 20px;
}
#news h2{
    color: #ffffff;
    margin: 0 0 5px 0;
}
#news ul, #news ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#news li{
    font-size: 11px;
    color: #ffffff;
    line-height: 1.3em;
}

#news strong a {
    text-decoration: none;
}
#news strong a:hover {
    text-decoration: underline;
}

#news a:hover {
    color: #fff !important;
}

#news .date{
    font-size: 9px;
}
#news strong, #news a{
    font-weight: normal;
    color: #fdc400;
}

/****************/

#left ul, #left ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#left ul{
    margin: 0 0 0 20px;
}
#left li a{
    background: 0 1px no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 0 20px;
    margin: 0 0 7px 0;
    font-size: 12px;
    display: block;
    color: #333333;
}
#left li a.active, #left li a:hover{
    text-decoration: none;
}
#left li a.active{
    background-image: url(../../images/nav_active.png);
    color: #a51a3f;
}
#left li a:hover{
    background-image: url(../../images/nav_hover.png);
}

/****/

#left ul ul{
    margin: 0 0 15px 20px;
    display: none;
}
#left ul .active ul{
    display: block;
}
#left ul ul li a{
    background: 0 3px no-repeat;
    text-transform: none;
    padding: 0 0 0 20px;
    margin: 0 0 2px 0;
    font-size: 11px;
}
#left ul ul li a.active{
    background-image: url(../../images/nav_sub_active.png);
}
#left ul ul li a:hover{
    background-image: url(../../images/nav_sub_hover.png);
}

/****************/

#content{
    position: relative;
    margin: 30px 0;
}
#content .padding{
    padding: 0 10px;
}
#content #left{
    position: relative;
    width: 270px;
    float: left;
}
#content #center{
    position: relative;
    margin-right: 30px;
    width: 460px;
    float: left;
}
#content #right{
    position: relative;
    width: 200px;
    float: left;
}

/****************/

#right .item{
    position: relative;
    margin: 0 0 15px 0;
}
#right .options{
    position: absolute;
    left: 200px;
    top: 0;
    width: 120px;
    font-size: 11px;
}
#right .image{
    border: 1px solid white;
    margin: 0 0 0 0;
}
#right .image img{
    float: left;
}
#right .item p, #right .add{
    margin: 5px 10px 0;
    font-size: 11px;
    color: #ffffff;
}

/****************/

#footer{
    background: #e9e9e9 url(../../images/layout_footer.png) no-repeat;

    position: relative;
    height: 20px;
}
#footer #produced_by{
    position: absolute;
    left: 0;
    top: 0;
}
#footer #adress{
    position: absolute;
    left: 270px;
    top: 30px;

    line-height: 1.4em;
    font-size: 11px;
    color: #666666;
}
#footer #adress a{
    color: #666666;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 20px 0;
}
h1, h2, h3{
    color: #a51a3f;
}
h1{
    font-size: 17px;
}
h2{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}
h3{
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}
ul li, ol li{
    margin: 0 0 0 25px;
}
a{
    color: #a51a3f;
}
a.active {
    text-decoration: underline;
    color: #fdc400;
}
a:hover {
    text-decoration: underline;
    color: #fdc400 !important;    
}

a:visited{
    color: #333333;
}
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: 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: #9b0127;
    right: 1px;
    top: 5px;
    font-size: 20px;
}
.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{
    border: 2px solid #fdc400;
    background: #ffffff;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    border-color: #9b0127;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input.text:focus, textarea:focus, select:focus, input.required:focus{
    background: #e9e9e9;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#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;}

.small{
    font-size:11px;
}
