html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
    background: #848889;
}
body, p, li, input, label{
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #333333;
}

/****************/

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 980px;

}

/****************/

#header{
    background: url( ../../images/header_hg.jpg ) no-repeat top left;
    width:900px;/* 980 - 30 - 50 */
    height:275px;
    position: relative;
    padding: 0 30px 0 50px;
}

#logo {
    width:140px;
    height:152px;
    display:block;
    padding-top:85px;
    float:left;
}

#slogan {
    color:#fff;
    font-size:16px;
    line-height:1.4em;
    width:255px;
    height:42px;
    padding-top:173px;
    float:left;
    padding-left:50px;
}

/****************/
#navigation_top {
    color:#fff;
    font-size:11px;
    text-transform:uppercase;
    float:right;
    padding-top:190px;
}

#navigation_top ul, #navigation_top ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation_top ul{

}
#navigation_top li{
    display:block;
    float:left;
    background: none;
    padding:0;
}
#navigation_top li a{
    color:#fff;
    font-size:11px;
    text-transform:uppercase;
    line-height:1em;
    padding-left:10px;
    display:block;
    float:left;
    text-decoration:none;
}
#navigation_top li a.active{
    font-weight: bold;
}
#navigation_top li a:hover, #navigation_top li a.active{
    text-decoration: underline;
/*    color:#2BAAFF;*/
}


/****************/

#navigation{
    clear:both;
    float:left;
    position: relative;
    padding-left:190px;
    padding-top:10px;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{
    width:720px;
}
#navigation li{
    display:block;
    float:left;
    background: none;
    padding:0;

}
#navigation li a{
    color:#666;
    text-decoration:none;
    font-size:12px;
    text-transform:uppercase;
    padding: 0 15px;
    float:left;
    display:block;
    border-right:1px solid #999;
    border-left:1px solid #fff;
}

#navigation li.first a{
    border-left:0px;
    padding-left:0px;
}

#navigation li.last a{
    border-right:0px;
    padding-right:0;
}

#navigation li a.active{

}
#navigation li a:hover, #navigation li a.active{
    text-decoration: underline;
    color:#006BB3;
}

/****************/
/****************/

#navigation_left{
    position: relative;
    padding: 0 20px;
}
#navigation_left ul, #navigation_left ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation_left ul{

}
#navigation_left li{
    background: none;
    padding:0;
}
#navigation_left li a{
    margin:0;
    line-height:30px;
    _line-height:24px;
    _height:24px;
    font-size:11px;
    color:#666;
    text-transform:uppercase;
    text-decoration:none;
    display:block;
    /*background: url( ../../images/navigation_left_li.jpg ) repeat-x bottom left;*/
}

#navigation_left li.active a{

}
#navigation_left li a.active{
    background: url( ../../images/navigation_left_li_f2.jpg ) repeat-x bottom left;
}
#navigation_left li a:hover, #navigation_left li a.active{
    text-decoration: none;
    color:#006BB3;
}

#navigation_left ul ul, #navigation_left ul ul ul{
}
#navigation_left ul li ul ul {
    padding:10px 0 0px 10px;
}

#navigation_left ul li ul ul li  {
    border:0;

}

#navigation_left ul li ul ul li a{
    font-size:11px;
    color:#666;
    line-height:1.6em;
    _height:1.6em;
    text-transform:none;
    text-decoration:none;
    background:none;
}
#navigation_left ul li ul ul li.active  {
    border:0;
}
#navigation_left ul li ul ul li a.active{
    background:none;

}
#navigation_left ul li ul ul li a:hover, #navigation_left ul li ul ul li a.active{
    text-decoration: underline;
    color:#006BB3;
}

/****************/

#content{
    position: relative;
    background: url( ../../images/content_hg.jpg ) repeat-y top left;
}
#content .padding{
    padding: 30px 0px 35px 20px;
}
#content #left{
    position: relative;
    width: 240px;/* */
    float: left;
    background: url( ../../images/navigation_left_hg.jpg ) no-repeat top left;
    display:block;
    overflow:hidden;
}
#content #center{
    position: relative;
    /*width: 560px;*/
    width:700px;
    overflow:hidden;
    float: left;
}

#content #center .padding{
    padding-left:0px;
    padding-right:20px;
}

#content #right{
    background: #ccccff;

    position: relative;
    width: 200px;
    float: left;
}

#content #left .padding{
    padding: 25px 20px 35px 20px;
}

/****************/

#footer{
    background: url(../../images/footer_hg.jpg ) no-repeat top left;
    text-align: left;
    position: relative;
    height:60px;
    padding-top:10px;
    padding-left:240px;
    width:740px;
}

#footer p{
    font-size:11px;
    color:#ccc;
    line-height:1.6em;
}

#footer a{
    color:#ccc;
}

#producedby {
    width:740px;/* 980 - 240 */ 
    margin: 0  auto;
    text-align:left;
    padding-left:240px;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 15px 0;
}
h1, h2, h3{

}
h1{
    font-size: 18px;
    color:#006BB3;
    line-height:1.2em;
    font-weight:normal;
}
h2{
    font-size: 14px;
    color:#333;
    line-height:1.5em;
    font-weight:bold;
}
h3{
    font-size: 12px;
    font-weight:bold;
    color:#666;
    margin: 0 0 0px 0;
}
ul li, ol li{
/*    margin: 0 0 0 25px;*/
}
ul {
    
}

ul li {
    list-style:none;
    padding-left:20px;
    background: url( ../../images/li.gif ) no-repeat left 5px;
}

a{
    text-decoration: underline;
    color: #999;
}
a:hover, a.active{
    text-decoration: none;
    color: #999;
}
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: 180px;
}
.right{
    width: 300px;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

/****************/

.columns{

}
.columns .text{
    margin-right: 15px;
    /*width: 405px;*/
    width:575px;
    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: 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: 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 .floatleft{
    margin: 0;
}
.editForm .exDatepicker{
    margin-right: 10px;
    width: 80px;
}
.editForm .ui-datepicker-trigger{
    margin: 0 0 0 5px;
    float: left;
}

/****************/

#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;}

a.pfeilLink {
    padding-left:25px;
    background: url( ../../images/pfeil.gif ) no-repeat center left;
    line-height:1.6em;
}

.linie{
    border:1px solid #E0E0E0;
}
table.teaserTable {
    width:720px;/* 740 - 2 * 20 */
    border-bottom:1px solid #E0E0E0;
}
table.teaserTable p{
    margin-bottom:0;
    padding:0;
}
table.teaserTable td {
    vertical-align:top;
}
table.teaserTable img {
    z-index:997;
}

.rightLink {

    position:relative;
/*    top:-32px;
    _top:-28px;
    left:37px;*/
    line-height:32px;
    float:left;
    clear:both;
    margin-top:-40px;
    _margin-top:-35px;
    margin-left: 47px;
    z-index:998;

}

table.teaserTable img {
    margin:0;
    padding:0;
}
a.rightLink { 
    font-size:20px;
    text-decoration:none;
    font-weight:normal;
    color:#000;
}


br.dome {
    display:block;
    height:20px;
    border:2px solid #fff;
/*    background:#000; 
    line-height:10px;
    _line-height:7px;*/
}
#teaser1 {
    display:none;
}
