/* Start of CMSMS style sheet 'werner_css' */
body {
        font-family:Arial,Verdana,Helvetica,lucida;
        font-size: 13px;

line-height:15px;
        margin:0 auto;
        background-color: #D5D1CD;

        }


/* LAYOUT GROBES GERÜST - HEADER, MAIN-FLOAT, FOOTER*/



#wrapper {      width:909px;
position: relative;
   margin-left: auto;
   margin-right: auto;




                text-align:left;


         }




#header {       width:909px;
                height:221px;
                text-align:right;
margin-bottom:0;
                background: url("images/cms/header.jpg") no-repeat;

        }

#navi_box {    width:909px;
                height:45px;
                text-align:right;
margin-top:0;
background: url("images/cms/navi_back.gif") no-repeat;
                

        }

#main_navi   {    width:650px;
                height:45px;
                float:left;

margin-top:0;

                

        }
#kontakt_navi   {    width:259px;
                height:45px;
                float:left;

margin-top:0;

                

        }
#kontakt_content {    text-align:left; padding: 14px 0 0 65px;

                

        }

#backwrapper {clear:both; background: url(images/cms/back_main.gif) repeat-y 50% 0;}
#main{ width: 909px;

              

              }

#main_float { width: 909px;
              
              }

#float_left { width: 215px;
              
              background-color:#F7A66A;
              float:left;
              }
.NewsSummary {background-color:#A00807; border-bottom: 10px solid #F7A66A; color:#ffffff; padding:20px 20px 0px 20px; font-size: 12px}

.NewsSummary_Termine {background-color:#A00807; border-bottom: 10px solid #F7A66A; color:#ffffff; padding:20px 20px 20px 20px; font-size: 12px}



.NewsSummaryMorelinkBox {margin-left: 130px; background-color:#C8706F; text-align:center; vertical-align: bottom; width: 50px; height: 25px;color: #ffffff; font-weight:bold;padding-top:7px}

.NewsSummaryMorelink a{color: #ffffff; font-weight:bold;text-decoration:none}

.NewsSummaryLink a{color: #ffffff; font-weight:bold;text-decoration:none}


#NewsPostDetailDate {font-size: 11px}

.nextpage {color:#A00807; font-weight:bold; text-align:center}





#float_middle { width: 480px;
              
              background-color:#EAE6E3;
              float:left;

              }


#float_right { width: 214px;
              
height:auto;
              background-color:#F7A66A;
              float:left;
}

#info_rechts { width: auto; 

              
              background-color:#A00807;
              
}

#info_content { color: #ffffff; padding:20px;
              
}

#footer       { 
              text-align:center;
              padding-top: 0px;
              font-size: 12px;
              width: 909px;
              height: 72px;
              background: url("images/cms/footer.gif") repeat-x;
clear:both;
              }
#footer_content       { 
              
              padding-top: 35px;
              font-size: 12px;
              

              }

/* LAYOUT DES CONTENT */

#content       { width: 370px;
                 padding:25px 0 0 55px;
              min-height: 380px;
line-height:17px;

              }



          

/* TEXTFORMATIERUNG */

h1         { color: #A00807;
             font-size: 18px;
             font-family: verdana;
margin-top: 0px;
margin-bottom: 20px}

h2         { color: #A00807;
             font-size: 16px;
             font-family: verdana;}

h3       { color: #A00807;
             font-size: 14px;
             font-family: verdana;}



h4       { color: #ffffff;
             font-size: 13px;
             font-family: verdana;}

.news_h1 { color: #A00807;
             font-size: 14px;
font-weight:bold;
             font-family: verdana;
margin-left: 20px;
margin-top:48px;}

a.kontakt { color: #ffffff;
             text-decoration: none;}

a { color: #F56F0D;
             text-decoration: none;}


.hr {background: url("images/cms/hr.gif") no-repeat;
width:370px; height:20px; }

/* EXTRAFORMAT zB BILDRAHMEN */

.a_rahmen {border: 1px solid #A00807; padding: 3px; }

.a_rahmen_links {border-top: 1px; border-right:0; border-bottom: 1px; border-left: 1px; border-style: solid; border-color:#A00807; padding: 3px 0px 3px 3px; }

.a_rahmen_rechts{border-top: 1px; border-right: 1px; border-bottom: 1px; border-left: 0px ;border-style: solid; border-color: #A00807; padding: 3px 3px 3px 3px; }
/* End of 'werner_css' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;

}
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   
   
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 

   margin: 0px 0 0 20px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 

   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 

}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 

}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 

}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 13px 0 0 0px; 
   padding: 0px 18px; 
   text-decoration: none;
font-weight:bold; 

font-family:verdana;
   color: #ffffff;
}

#primary-nav a:hover { 
 
   text-decoration: underline;

}

#primary-nav a:active { 
 
   text-decoration: underline;

}

#primary-nav li a { 
   border-left: 2px solid #ffffff;

   
}
#primary-nav li li a { 
   border: 2px solid #ffffff;

}	
#primary-nav li, #primary-nav li.menuparent { 
 background: #A00807 url("images/cms/navi_back.gif") no-repat; 

   
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { color:#FB9042;text-decoration: underline;
  
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { color:#FB9042;
/* arrow for menuparents */
   
   

}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 


   
}




/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { color:#FB9042;text-decoration:underline;
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { color:#FB9042;
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */

