html, body {height: 100%;}
body {
    margin: 0;
    color: #505050;
    background:#fff url(/cms/images/bg-wrapper.gif) repeat-y;
    font: 11px arial, helvetica, sans-serif;
}
/* General reset */
form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
img {border-style: none;}

input, select, textarea {
    vertical-align: middle;
    font: 100% arial, helvetica, sans-serif;
}
a {
    color: #ed1c24;
    text-decoration: none;
}

/* General settings */
#wrapper{
    width:980px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
#main{
    width: 100%;
    overflow: hidden;
    padding: 0 0 29px;
}
#sidebar{
    width:188px;
    float: left;
    background:url(/cms/images/bg-sidebar.jpg) no-repeat;
    margin: 0 6px 0 0;
    min-height:468px;
}
.logo{
    margin:20px 0 33px 14px;
    text-indent: -9999px;
}
.logo a{
    display: block;
    width:158px;
    height:127px;
    overflow: hidden;
    background:url(/cms/images/bg-logo.gif) no-repeat;
}
#sidebar ul{
    margin: 0;
    padding: 0 0 0 16px;
    list-style: none;
    line-height:22px;
}
#sidebar ul li.firstlevel1,
#sidebar ul li.firstlevel8{
    background:url(/cms/images/divider-01.gif) no-repeat 0 100%;
    padding: 0 0 4px;
    margin: 0 0 3px;
}
#sidebar ul li a{
    color: #505050;
    text-transform: uppercase;
}
#sidebar ul li a:hover,
#sidebar ul li.active a{
    font-weight: bold;
    color: #ed1c24;
    text-decoration: none;
}
#sidebar ul li.active ul li a{
    font-weight: normal;
    color: #505050;
}
#sidebar ul li li a {
    text-transform: none;
}
#sidebar ul li.active ul li a:hover,
#sidebar ul li.active ul li.active a,
#sidebar ul li ul li a:hover,
#sidebar ul li ul li.active a{
    background:url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
    color: #ed1c24;
}
#sidebar ul ul{padding: 0;}
#sidebar ul ul li a{padding: 0 0 0 12px;}
#sidebar ul ul ul{
    letter-spacing:0;
    line-height:16px;
    padding: 3px 0 3px 12px;
}
#sidebar ul li.active ul li.active ul li a,
#sidebar ul ul ul li a{
    padding: 0 0 0 12px;
    color: #8c8c8c;
    background: none;
}
#sidebar ul li.active ul li.active ul li a:hover,
#sidebar ul ul ul li a:hover,
#sidebar ul ul ul li.active a{
    background:url(/cms/images/bullet-right-grey.gif) no-repeat 0 3px !important;
    color: #8c8c8c;
    font-weight: normal;
}
#flash-header{
    margin-left:-19px;
}
#content{
    width:558px;
    float: left;
    background:#e5e5e5 url(/cms/images/bg-content.gif) no-repeat;
    padding: 30px 19px 0 19px;
    margin-top:-31px;
}
.content-background-homepage{
    background-position:0 292px !important;
}
.content-background-homepage h2{
    display: block !important;
}
.content-background-subpages{
    background-position:0 173px !important;
}
.text-homepage-left{
    float:left;
    width:300px;
    padding-right:20px;
    border-right:1px dotted #ED1C24;
}
.text-homepage-right{
    float:left;
    width:220px;
}
.leftcol{
  float:left;
  width:220px;
}
.leftcol .image{
  margin-bottom:10px;
}
.leftcol .image .zoom{
  padding:5px 0;
}
.rightcol{
  float:left;
  width:330px;
}
.rightcol .characteristics{
  width:100%;
  margin-bottom:30px;
}
.rightcol .characteristics .header{
  color:#ffffff;
  padding:5px;
  background-color:#ed1c24;
  font-size:12px;
  text-transform:uppercase;
}
.rightcol .characteristics .content{
  padding:5px;
}
.breadcrumbs{
    padding:0;
    margin:0 0 10px 0;
    list-style: none;
    color: #8c8c8c;
    word-spacing:1px;
    width: 100%;
    overflow: hidden;
}
.breadcrumbs li{
    float: left;
    padding: 0 3px 0 0;
}
.breadcrumbs li a{
    color: #8c8c8c;
    text-decoration:none;
}
#content h2{
    margin:0;
    line-height:27px;
    color: #505050;
    font-size:18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
    margin-right: 2px;
}
#content h3{
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #ed1c24;
    font-size:15px;
    display: inline;
}
#content .image{
    float: left;
    padding: 5px 20px 0 0;
}
.text-box{
    height:1%;
    overflow: hidden;
    padding: 6px 0;
    word-spacing:1px;
    line-height:16px;
}
.text-box p{
    margin: 0 0 10px 0;
}
.overview-link{
  clear:both;
  color:#ED1C24;
  padding:10px 0 10px 0;
}
.overview-link a{
    padding-left:12px;
    background:transparent url(/cms/images/bullet-left-red.gif) no-repeat 0 3px;
}
.info-links-header{
    width:184px;
    height:28px;
    background:transparent url(/cms/images/bg_info_links.gif) no-repeat top left;
    text-transform:uppercase;
    font-weight:bold;
    color:#ffffff;
    font-size:14px;
    padding:5px 0 0 10px;
    margin-top:130px;
}
.product-box{
    width: 100%;
    overflow: hidden;
    padding: 0 0 9px;
}
.product-box .info{
    width:120px;
    float: left;
    line-height:16px;
    font-weight: bold;
    word-spacing:-2px;
    padding: 14px 0 0;
}
.product-box .info p{margin: 0 0 16px;}
.product-box .product{
    width:115px;
    float: left;
    margin: 0 10px 0 17px;
}
.product-box .product .image{
    float:none !important;
    padding:0 !important;
    margin-bottom:5px;
    width:110px;
    height:130px;
    overflow:hidden;
}
.del{
    background:url(/cms/images/bullet-02.gif) no-repeat 0 3px;
    padding: 0 0 0 14px;
    display: block;
    margin: 0 0 4px;
}
.product-box .product img{
    display: block;
    margin: 0 0 9px;
}
.product-box .product strong{
    display: block;
    font-size:12px;
    padding: 0 0 1px;
}
.product-box .product span{
    line-height:16px;
    display: block;
    padding: 0 0 16px;
    word-spacing:2px;
}
.translation{
    display: block;
    font-size:12px;
    color: #fff;
    font-weight: bold;
    background:url(/cms/images/bg-translation.gif) no-repeat;
    text-align: center;
    line-height:19px;
    letter-spacing:1px;
    height:19px;
    padding:0;
    overflow: hidden;
}
.top-table{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.top-table tr td{
    padding: 2px 2px 2px 10px;
    vertical-align:top;
    width:130px;
}
.top-table tr td.first{
    width:130px;
    font-weight: bold;
    color: #8c8c8c;
    padding: 2px 0 2px 5px;
}
.top-table tr td strong{
    display: block;
}
.color{background:#cecece;}
.table{
    margin: 0 0 0 130px;
}
#aside{
    width:184px;
    float: right;
    padding: 10px 0 0;
}
.lang{
    margin: 0;
    padding: 0 0 24px 11px;
    list-style: none;
    overflow: hidden;
    height:1%;
}
.lang li{
    float: left;
    width:64px;
}
.lang li a{
    display: block;
    background:url(/cms/images/bullet-right-grey.gif) no-repeat 0 3px;
    padding: 0 0 0 12px;
    color: #8c8c8c;
}
.lang li a:hover,
.lang li.active a{
    background:url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
    color: #ed1c24;
    text-decoration: none;
}
.form-search{
    width: 100%;
    overflow: hidden;
}
.form-search a{
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    background:url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
    padding: 0 0 0 13px;
    margin: 0 0 0 11px;
    display: block;
}
.form-search .search-header{
    width:182px;
    height:23px;
    background:transparent url(/cms/images/bg_search.gif) no-repeat top left;
    text-transform:uppercase;
    font-weight:bold;
    color:#ffffff;
    font-size:14px;
    padding:5px 0 0 10px;
}
.text-search{
    width:149px;
    border: 1px solid #d9d9d9;
    margin:10px 0 7px 11px;
    padding:2px 4px 1px;
    color: #505050;
}
.current-news-header{
    width:182px;
    height:23px;
    background:transparent url(/cms/images/bg_current_news.gif) no-repeat top left;
    text-transform:uppercase;
    font-weight:bold;
    color:#ffffff;
    font-size:14px;
    padding:5px 0 0 10px;
    margin-top:75px;
}
.current-weather-header{
    width:182px;
    height:23px;
    background:transparent url(/cms/images/bg_weather.gif) no-repeat top left;
    text-transform:uppercase;
    font-weight:bold;
    color:#ffffff;
    font-size:14px;
    padding:5px 0 0 10px;
    margin-top:20px;
}
#footer{
    width: 100%;
    overflow: hidden;
}
.partner-box{
    width:157px;
    overflow: hidden;
    padding: 0 0 0 13px;
    float: left;
}
.partner-box h2{
    margin: 0 0 10px;
    color: #505050;
    font-size:11px;
    font-weight: bold;
    background:url(/cms/images/divider-03.gif) repeat-x 0 100%;
    padding: 0 0 8px 3px;
    letter-spacing:1px;
}
.partner-box img{
    margin: 0 0 16px 3px;
}
.drucken-box{
    width:300px;
    overflow: hidden;
    margin: 0;
    padding:156px 0 0 42px;
    list-style: none;
    line-height:15px;
    float: left;
}
.drucken-box li a{
    background:url(/cms/images/bullet-right-grey.gif) no-repeat 0 3px;
    padding: 0 0 0 13px;
    color: #8c8c8c;
}
.copyright{
    width:163px;
    background:url(/cms/images/divider-02.gif) repeat-x 0 66px;
    float: right;
    margin: 100px 0 0;
}
.copyright ul{
    margin: 0;
    padding: 0 0 0 11px;
    list-style: none;
    line-height:15px;
    font-size:10px;
    letter-spacing:-1px;
}
.copyright ul li{
    height:1%;
    vertical-align:top;
    overflow: hidden;
}
.output{
    background:url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
    padding: 0 0 0 13px;
    font-size: 11px;
    line-height:42px;
    letter-spacing:0;
}

.cb{
    clear:both;
}

a.btn_red{
    padding-top:2px;
    font-size:12px;
    font-weight:bold;
    display:block;
    background:transparent url(/cms/images/btn_red.png) no-repeat 0 0;
    color:#ffffff;
    text-decoration:none;
    width:123px;
    height:19px;
    text-align:center;
}

.list_with_image{
}
.list_with_image .item{
    clear:both;
    padding:10px 0 5px 0;
    border-bottom:1px dotted #8c8c8c;
}
.list_with_image .thumb{
    float:left;
    margin-right:10px;
}
.list_with_image .textblock{
    width:445px;
    float:left;
}
.list_with_image .headline,
.list_with_image .headline a{
    text-transform:uppercase;
    color:#505050;
    text-decoration:none;
    font-weight:bold;
}
.list_with_image .text{
    margin:5px 0;
}
.list_with_image .more a{
    padding-left:12px;
    background:transparent url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
    font-weight:bold;
}

.list_simple{
}
.list_simple .message{
    font-size:14px;
}
.list_simple ul{
    margin:0;
    padding:0;
    list-style:none;
    width:500px;
}
.list_simple li{
    clear:both;
    float:left;
    width:500px;
    padding:4px 0;
    border-bottom:1px dotted #8c8c8c;
}
.list_simple .date{
    float:left;
    width:75px;
    color:#8c8c8c;
    padding-left:5px;
}
.list_simple .headline{
    width:350px;
    float:left;
}
.list_simple .more{
    padding-left:5px;
    float:right;
}
.list_simple .more a{
    padding:0 5px 0 12px;
    background:transparent url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
    font-weight:bold;
}
.list_subtitle .headline {
    width:420px;
}
.list_subtitle .headline span {
    font-weight:bold;
    color:#ED1C24;
}

.list_accordeon {
}
.list_accordeon .header {
    cursor:pointer;
    background:transparent url(/cms/images/bg_accordeon_header.jpg) repeat-x 0 0;
    height:26px;
    margin-bottom:1px;
}
.list_accordeon .header div.text {
    padding:5px;
}
.list_accordeon .header div.accimage {
    float:right;
    width:20px;
    height:26px;
    background:transparent url(/cms/images/ico_accordeon_header_open.jpg) no-repeat 0 0;
}
.list_accordeon .header.active div.accimage {
    background:transparent url(/cms/images/ico_accordeon_header_close.jpg) no-repeat 0 0;
}
.list_accordeon .content {
    padding:0 10px 0 10px;
}
.list_accordeon .content p {
    margin:5px 0 5px 0;
}

.list_teaser{
    margin-right:20px;
}
.list_teaser .item{
    border-bottom:1px dotted #ED1C24;
    padding:5px 10px;
}
.list_teaser .date{
    color:#8c8c8c;
}
.list_teaser .headline{
    font-weight:bold;
    color:#ED1C24;
}
.list_teaser .more{
    padding-left:12px;
    background:transparent url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
    font-weight:bold;
}

.list_product {
    padding:10px 0;
}
.list_product .row{
    padding:10px 0;
    border-bottom:1px dotted #505050;
}
.list_product .item{
    float:left;
    margin-right:30px;
}
.list_product .item .image{
    float:none !important;
    padding:0 !important;
    margin-bottom:5px;
    width:150px;
    height:170px;
    overflow:hidden;
}
.list_product .itemselect{
    padding-top:5px;
    font-weight:bold;
    color:#ED1C24;
    width:150px;
}
.list_product .itemselect .itemaddinfo{
    font-weight:normal;
    padding-left:5px;
    color:#505050;
}

.pagination{
    color:#8c8c8c;
    margin:10px 0;
}
.pagination_bottom{
    clear:both;
    padding:15px 0 0 0;
}
.pagination span.pagination_backlink {
    background:transparent url(/cms/images/bullet-left-grey.gif) no-repeat 0 3px;
    margin-right:10px;
    padding-left:12px;
}
.pagination a.pagination_backlink {
    background:transparent url(/cms/images/bullet-left-red.gif) no-repeat 0 3px;
    margin-right:10px;
    padding-left:12px;
    text-decoration:none;
}
.pagination span.pagination_forwardlink {
    background:transparent url(/cms/images/bullet-right-grey.gif) no-repeat right 3px;
    margin-left:10px;
    padding-right:12px;
}
.pagination a.pagination_forwardlink {
    background:transparent url(/cms/images/bullet-right-red.gif) no-repeat right 3px;
    margin-left:10px;
    padding-right:12px;
    text-decoration:none;
}

.attributetable{
    clear:both;
    padding:5px 0 30px 0;
    width:100%;
}
.attributetable .row{
}
.attributetable .even{
    background-color:#cecece;
}
.attributetable .odd{
}
.attributetable .red{
  color:#ED1C24;
}
.attributetable td{
  padding:2px 5px;
}
.attributetable ul{
    margin:0 0 0 15px;
    padding:0;
}
.attributetable ul li{
}

.mietprogramm_container {
  position:relative;
}
.mietprogramm_layer {
  position:absolute;
  display:none;
  background-color:#000000;
  color:#ffffff;
  padding:5px;
  border:1px solid #808080;
  font-weight:bold;
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#wetterbox .wettercomsmall233312 {
    background-color:#ffffff !important;
    width:170px !important;
}
#wetterbox .wettercomsmall233312 a {
    color:#ED1C24 !important;
    text-decoration:none !important;
    font-weight:bold !important;
}
#wetterbox .wettercomsmall233312 a:hover {
    color:#ED1C24 !important;
    text-decoration:none !important;
    font-weight:bold !important;
}
#wetterbox .wettercomsmall233312 td {
    border-bottom:1px dotted #8C8C8C;
    padding-top:5px;
    padding-bottom:5px;
}
#wetterbox .wettercomsmall233312 td table td {
    border:0;
    padding-top:0px;
    padding-bottom:0px;
}
#wetterbox .wettercomsmall233312 hr {
    display:none !important;
}
#wetterbox .wettercomheadline233312 {
    font-weight:bold  !important;
    color:#505050 !important;
}
#wetterbox .wettercomsmall233312 {
    color:#8C8C8C !important;
}
#wetterbox .wettercomtext233312,
#wetterbox .wettercomtext233312 strong {
    color:#505050 !important;
    font-weight:normal !important;
}

/* Forms */
.form_message{
    width:500px;
    margin:0 auto;
    border:1px solid #8C8C8C;
    padding:5px;
    margin-bottom:10px;
}

/* Classes from editor */
.video-arrow-right{
  background:transparent url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
  color:#ED1C24;
  padding-left:12px;
}
.arrow-right-link{
  background:transparent url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
  color:#ED1C24;
  padding-left:12px;
}
.arrow-right-link-bold{
  font-weight:bold;
  background:transparent url(/cms/images/bullet-right-red.gif) no-repeat 0 3px;
  color:#ED1C24;
  padding-left:12px;
}
.arrow-left-link{
  background:transparent url(/cms/images/bullet-left-red.gif) no-repeat 0 3px;
  color:#ED1C24;
  padding-left:12px;
}
.arrow-left-link-bold{
  font-weight:bold;
  background:transparent url(/cms/images/bullet-left-red.gif) no-repeat 0 3px;
  color:#ED1C24;
  padding-left:12px;
}
.arrow-right-list{
  margin:0 20px 0 0;
  padding:0;
  list-style:none;
}
.arrow-right-list li{
  background:transparent url(/cms/images/bullet-right-red.gif) no-repeat 10px 8px;
  padding: 5px 10px 5px 22px;
  border-bottom:1px dotted #ED1C24;
}

.image-left{
  margin:0 20px 20px 0;
}
.image-right{
  margin:0 0 20px 20px;
}
.subheading-red{
  font-size:13px;
  color:#ED1C24;
  font-weight:bold;
}
.grey-bold{
  color:#505050;
  font-weight:bold;
}
#map{float:right;}
