html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
}
body, p, li, input, label{
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.4em;
    color: #666666;
}
h1, h2{
    line-height: 1.4em;
}

/****************/

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 940px;
}

/****************/

#header{
    position: relative;
    margin-top: 25px;
    height: 110px;
}
#header .column{
    background: #ebebeb;
    height: 20px;
}
#header li, #header a{
    font-size: 10px;
    color: #666666;
}
#header a.active, #header a:hover{
    text-decoration: none;
    color: #000000;
}

/****************/

#language{
    position: absolute;
    left: 22px;
    top: 0;
}
#meta{
    position: absolute;
    right: 12px;
    top: 0;
}
#language li, #meta li{
    line-height: 20px;
    padding: 0 3px;
}

/****************/

#logo{
    position: absolute;
    left: 25px;
    top: 55px;
}

/****************/

#slogan{
    position: absolute;
    top: 75px;
    right: 15px;
}

/****************/

#top img{
    float: left;
}
#top .teaser{
    position: relative;
    height: 250px;
}
#top .teaser img{
    position: absolute;
    bottom: 0;
    left: 0;
}

/****************/

#navigation{
    background: url(../../images/layout_navigation.gif) repeat-x;
    position: relative;
    height: 60px;
}
#navigation ul{
    position: absolute;
    width: 870px;
    height: 20px;
    left: 25px;
    top: 18px;
    margin: 0;
}
#navigation ul li a{
    margin: 0 20px 0 0;
    line-height: 20px;
    font-size: 12px;
    color: #da1e3d;
    display: block;
}
#navigation ul li a:hover, #navigation ul li a.active{
    border-bottom: 3px solid #da1e3d;
    text-decoration: none;
}
#navigation ul li ul{
    position: absolute;
    background: none;
    display: none;
    top: 25px;
    left: 0;
}
#navigation ul li.active ul{
    display: block;
}
#navigation ul li ul li a{
    border: none;
    color: #666666;
    font-size: 10px;
}
#navigation ul li ul li a:hover , #navigation ul li ul li a.active{
    color: #da1e3d;
    border: none;
}

/****************/

#bottom{
    position: relative;
    margin-top: 25px;
}
#bottom .cleft{
    margin-right: 20px;
    margin-left: 25px;
    width: 545px;
}

/****************/

#footer{
    border-top: 1px solid #cccccc;
    position: relative;
    text-align: center;
    margin-top: 25px;
}
#footer p{
    margin: 5px 0 0 0;
}
#footer p, #footer p a{
    font-size: 10px;
    color: #999999;
}

/****************/

h1, h2, h3, h4, p, ul, .line, .margined, .error{
    margin: 0 0 10px 0;
}
.date{
    margin: 0 0 3px 0;
}
h1, h2, h3, h4{
    font-weight: normal;
}
h2, h3, h4{
    margin: 15px 0 5px 0;
    color: #da1e3d;
}
h1{
    font-size: 17px;
}
h2{
    font-size: 15px;
}
h3{
    font-size: 12px;
}
h4{
    font-size: 11px;
}
h4{
    margin-bottom: 0;
}
ul, ol{
    margin: 15px 0;
}
ul li, ol li{
    margin: 0 0 0 30px;
}
a{
    text-decoration: none;
    color: #da1e3d;
}
a:hover, a.active{
    text-decoration: underline;
}
a img{
    border: none;
}

/****************/

.column{
    position: relative;
    margin: 0 10px 0 0;
    display: inline;
    float: left;
}
.cleft{
    width: 580px;
}
.cleft .fixed{
    margin-top: 0;
}
.cright{
    margin-right: 0;
    width: 350px;
}

/****************/

.teaser{
    background: #f0f0f0;
    margin-right: 10px;
    width: 120px;
    height: 320px;
    float: left;

    overflow: hidden;
}
.teaser2{
    width: 220px;
    margin: 0;
}
.teaser h1, .teaser h2, .teaser p, .teaser .date{
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0 8px;
    color: #666666;
}
.teaser h1{
    margin-bottom: 10px;
    background: #ebebeb;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
    height: 20px;
}
.teaser p{
    font-size: 10px;
}
.teaser .date{
    font-size: 9px;
    color: #999999;
}

/****************/

.navigation, .navigation li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation li{
    float: left;
}

/****************/

.floatleft{
    margin: 3px 10px 3px 0;
    float: left;
}
.floatright{
    margin: 3px 0 3px 10px;
    float: right;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}
.red{
    color: #da1e3d;
}
.back{
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding-top: 3px;
    display: block;
}
.error{
    color: #da1e3d;
}
.error strong{
    display: block;
}

/****************/

.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}
.left{
    font-weight: bold;
    width: 180px;
}
.right{
    width: 300px;
}
.labeled{
    line-height: 24px;
    height: 24px;
}

/****************/

.imgbox{
    float: left;
}
.imgbox img.more{
    padding: 0;
    border: 0;
}
.imgbox img{
    padding: 1px;
    border: 1px solid #999999;
}
.imgleft{
    margin: 0 10px 10px 0;
    width: 120px;
}
.imgright{
    margin: 0 0 10px 0;
    width: 220px;
}
.imgfull{

}

/****************/

.editForm{
    margin-left: 25px;
}
.editForm h1{
    font-size: 15px;
    margin: 10px 0;
    color: #da1e3d;
}
.modifiers{
    border: 1px solid #cccccc;
    margin: 0 0 10px 25px;
    background: #eeeeee;
    padding: 2px;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    padding: 0;
    border: 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;
    _margin: 0 0 5px 0;
}
label{
    position: relative;
    margin-right: 10px;
    width: 180px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 260px;
}
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: 5px 5px 10px 190px;
}
#mSubmitButton:hover{
    text-decoration: underline;
}

/****************/

.pageselector{

}
.pageselector .page, .pageselector select{
    float: left;
    margin-right: 10px;
}
.pageselector .page{
    line-height: 20px;
}
.pageselector select{
    width: 50px;
}
#product_flashvideo{
    margin-bottom: 15px;
}
/****************/

.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;
}

/****************/

.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;}