html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
    background: #ffffff url(../../images/layout_body_background.gif) scroll repeat;
    text-align: left;
}
body, p, li, input, label{
    font: 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    line-height: 1.5em;
    color: #333333;
}
img{
    border:0;
    margin:0;
    padding:0;
}
a{
    text-decoration:underline;
    color: #CE000C;
}
a:hover{
    text-decoration:none;
}
/****************/
/* Main List Properties */
#metanav , #metanav li , #navigation ul , #navigation li , #left .navigation , #left .navigation li{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
}
/* End Main List Properties */
/****************/
/* Main Frames */
#container{
    position:relative;
    background-color:#ffffff;
    border:1px solid #343434;
    width:958px;
    margin: 0 auto;
}
#header{
    height:20px;
    background-color:#cccccc;
}
/* End Main Frames */
/****************/
/* Meta Nav */
ul#metanav{
    position:absolute;
    right:10px;
}
ul#metanav li{
    font-size:10px;
    padding:2px;
}
ul#metanav li a{
    color: #666666;
    text-transform:uppercase;
    text-decoration:none;
}
ul#metanav li a.active , ul#metanav li a:hover{
    color: #333333;
}
/* End Meta Nav */
/****************/
/* Logo */
#logo{
    background: #ffffff url(../../images/layout_header_background.jpg) scroll no-repeat;
    position:relative;
    height:230px;
}
#logo img{
    position:absolute;
    height:201px;
    width:201px;
    left:9px;
    top:15px;
}
/* End Logo */
/****************/
/* Navigation */
#navigation{
    background-image: url(../../images/layout_menu_background.gif);
    background-position:left 3px;
    background-repeat:repeat-x;
    position:absolute;
    top:247px;
    left:0;
    width:745px;
    height:37px;
    z-index:100;
    text-align:center;
    padding-left:213px;
}
#navigation ul li a{
    background-repeat:no-repeat;
    text-transform:uppercase;
    text-decoration:none;
    font-size:12px;
    display:block;
    float:left;
    color:#A50008;
    height:37px;
    padding-left:11px;
    /* Double Margin Bug */
    margin:0 4px 0 4px;
    _margin:0 2px 0 2px;
    /* End Double Margin Bug */
    line-height:37px;
}
#navigation ul li a div{
    padding:0 22px 0 11px;
    display:block;
    /*float:left;
    height:37px;*/
}
#navigation ul li a.active div , #navigation li a:hover div{
    background-image: url(../../images/layout_navigation_background_right.gif);
    background-position:right 0px;
}
#navigation ul li a.active , #navigation li a:hover, #navigation li a.active:hover{
    background-image: url(../../images/layout_navigation_background_left.gif);
    background-position: left 0px;
    font-weight:bold;
}


#navigation ul li a:hover{
    text-decoration:none;
    font-weight:normal;
}
/* End Navigation */
/****************/
/* SubNavigation */
#left .navigation li a{
    background:#f4f4f4 url(../../images/layout_dot_inactive.png) scroll no-repeat left 7px;
    display:block;

    padding-top:3px;
    padding-left:20px;
    color:#333333;
    text-decoration:none;
}
#left .navigation li a:hover , #left .navigation li a.active{
    background:#f4f4f4 url(../../images/layout_dot_active.png) scroll no-repeat left 7px;
    color:#ce000c;
}
/* End SubNavigation */
/****************/
/* Content */
#content{
    background:#ffffff url(../../images/layout_content_background.gif) repeat;
    position:relative;
    z-index:5;
    margin-top:30px;
    padding-top:45px !important 0; 
    padding-top:15px;
   
    _padding-top:45px;
}
#content ul{
    margin-left:20px;
}
#left , #right{
    float:left;
    width:179px;
    padding:10px 20px 0 20px;
    background:none;
}
#right{
    padding:10px 20px 0 20px;
}
#middle{
    padding:10px 20px;
    float:left;
    width:480px;
/*  */
}
#left h1 , #middle h1 , #right h1{
    border-bottom:1px solid #ce000c;
    margin-bottom:15px;
    text-transform:uppercase;
    font-size:12px;
    color:#999999;
}
#middle h3{
    font-size:11px;
}
#left h1 , #right h1{
    font-size:11px;
    font-weight:normal;
}
#left h2 , #middle h2 , #right h2{
    font-size:12px;
    color:#ce000c;
    color:#999999;
}
#middle h2.paragraph{
     font-size: 11px;
     color: #333333;
     font-weight: normal;
     margin-bottom: 20px;
}
#middle h3{
    margin-top:10px;
}
#right , #right p{
/*     color:#ce000c; */
}
.floatright{
    float:right;
    margin-left:10px;
}
.floatleft{
    float:left;
    margin-right:10px;
}
/* End Content */
/****************/
/* Teaser */

#middle .teaser{
    width:231px;
    float:left;
}
#middle .teaserleft{
    margin-right:15px;
}
#middle .teaser div h1{
    margin-bottom:5px;
    text-align:center;
    color:#ffffff;
    font-weight:normal;
    padding-top:2px;
    height:18px;
    background-image:url(../../images/layout_teaser_top_background.gif);
    background-repeat:no-repeat;
}

#middle .teaser div p{
    padding:0 20px;
}
#middle .teaser div.content{
    background-image:url(../../images/layout_teaser_middle_background.gif);
    background-repeat:repeat-y;
}
#middle .teaser div.bottom{
    height:20px;
    background-image:url(../../images/layout_teaser_bottom_background.gif);
    background-repeat:no-repeat;
}
/* End Teaser */
/****************/
/* Footer */
#footer{
    font-size:10px;
    line-height:20px;
    height:20px;
    text-align:center;
    color:#666666;
    background-color:#cccccc;
}
#footer a{
    height:20px;
    float:left;
}
/* End Footer */
/****************/
.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;
    width: 150px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 260px;
}
textarea{
    height: 120px;
}
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;
    margin-right:20px;
    width:220px;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x;
}
select, select.required{
    width:130px;
}
.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: 5px 0 0 155px;
}

/****************/

.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;}


/*   Seitenblätterer   */

.pageselector {
    width:100%;
    text-align:center;
}

ul.seitenblaetterer, ul.seitenblaetterer li {
    margin:0px !important;
    padding:0px !important;
    list-style:none;
    background:none;
    float:left;
}

.leftFloaten {
    float:left;
}

.map_submit {
    width:85px;
}
/*.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}*/
.left{
    width: 150px;
    display:block;
    float: left;
}
.right{
    /* width: 240px;*/
    float: left;
}
/********************/
.hometeasers{
    padding-top: 5px;
}
.hometeasers .hometeaser{
   margin-top: 20px;
   position: relative;
}
.hometeasers .hometeaser .teasercontent{
   border-left: 1px solid #CE000C;
   border-right: 1px solid #CE000C;
   border-bottom: 1px solid #CE000C;
}
.hometeasers .hometeaser .teasertext{
    width: 210px;
    padding: 5px 8px 8px;
    position: absolute;
    overflow: hidden;
}
.hometeasers .hometeaser h2{
    background: url(../../images/teaser_h2.gif) center top no-repeat;
    height: 20px;
    line-height: 1.7em;
    padding-left: 14px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
}
.hometeasers .hometeaser h2,
.hometeasers .hometeaser h2 a{
   color: #FFF;
   display: block;
   text-decoration: none;
}
#middle .hometeasers .hometeaser h3{
   margin-top: 0px;
   font-size: 10px;
}
#teasers_bottom h2{
   border-bottom: 1px solid #CE000C;
   text-transform: uppercase;
}
#teasers_bottom,
#teasers_bottom p{
    font-size: 10px;
}
/************/
#slideshow_container{
    margin-left: -230px;
    margin-top: -152px;
}
