/* Start of CMSMS style sheet 'Layout: bnt' */
/****************************************/
/*                                                                    */
/*                     Layout: bnt --- Start                  */
/*                                                                    */
/****************************************/


*{
   margin: 0;
   padding: 0;
}

html,body{
   margin: 0;
   padding: 0;
   width: 100%;
   font-size: 0.85em;
   font-family: Arial;
   line-height: 1.6em;
   color: #22284d;
   background: url(uploads/images/layout/body.jpg) repeat-x top left #fff;
   border-bottom: 1px solid #fff;
   height: 100%;
}

/*-------------- Language Selector - BEGIN --------------*/
#langBoxIfr{
   filter: alpha(opacity=0);
   opacity: 0;
   border: none;
   position: absolute;
   left:0px; top:0px;
   z-index: 1000;
}

#langBoxBack{
   filter: alpha(opacity=79);
   opacity: 0.79;
   background-color: white;
   position: absolute;
   left:0px; top:0px;
   z-index: 1001;
}

#langBox{
   padding: 6px;
   filter: alpha(opacity=100);
   opacity: 1;
   /* background-color: white; */
   position: absolute;
   z-index: 1002;
}

#langBox a{
   color: #22284d;
}

#langBox a:hover{
   color: #555;
}

#langBoxTable{
   text-align:center;
   margin:5px;
}

.langBoxRow{
   margin-left: auto;
   margin-right: auto;
}

.langBoxRow td{
   margin: 0px;
   padding-left: 5px;
   padding-right: 5px;
}

.langBoxRow .inner,
.langBoxRow .last{
   border-left: thin solid #b6311e;
}


/*-------------- Language Selector - END ----------------*/

#pagewrapper{
   padding: 0;
   margin: 0 auto;
   width: 800px;
   height: auto;
   overflow: hidden;
   background: url(uploads/images/layout/wrap.png) repeat-y top left;
}


/*======================HEAD=====================*/

#topLine{
   margin: 0;
   padding: 0 40px;
   width: 800px;
   height: 15px;
   overflow: hidden;
   font-size: 0.9em;
}

#langNavi,
#extraNavi,
#langNavi ul,
#extraNavi ul{
   padding: 0;
   margin: 0;
}

#langNavi{
   float: left;
   width: 570px;
}

#extraNavi{
  width: 720px;
  text-align: right;
}

#langNavi li,
#extraNavi li{
   padding: 0;
   margin: 0 10px 0 0;
   list-stye-type: none;
   display: inline;
}

#langNavi li a,
#extraNavi li a{
   padding: 0;
   margin: 0;
   text-decoration: none;
   color: #555;
}


#langNavi li a:hover,
#extraNavi li a:hover{
   padding: 0;
   margin: 0;
   text-decoration: none;
   color: #b6311e;
}

#header{
   margin: 0;
   padding: 0 40px;
   width: 800px;
   height: 112px;
   background: url(uploads/images/layout/logo.jpg) no-repeat 35px bottom;
}

#header a{
   display: block;
   padding: 0;
   /* etwas Abstand zwischen Navi und bnt Link zur Startseite*/
   margin-top: 5px; 
   width: 300px;
   height: 107px;
   float: left;
   color: #fff;
}

#header h1{
   display: block;
   padding: 40px 0 0;
   width: 400px;
   text-align: left;
   font-size: 11.5pt;
   float: left;
   line-height: 1.5em;
   overflow: hidden;
   height: 67px;
}

/*======================CONTENT=====================*/



#content{
   margin: 0;
   padding: 0;
   width: 800px;
   height: auto;
   overflow: hidden;
   background: url(uploads/images/layout/content.jpg) no-repeat 392px bottom ;
}



/*--------------------------- leftContent--------------------------*/


#leftContent{
   margin: 0;
   padding: 0;
   width: 496px;
   height: auto;
   overflow: hidden;
   float: left;
}


.emptySubNavi{
   background: url(uploads/images/layout/navi.jpg) no-repeat 40px 80px;
}


#subLine{
   margin: 0;
   padding: 0 40px;
   width: 416px;
   height: 40px;
}

#subLine p{
   margin:0;
   padding: 0;
   line-height: 0.8em;
   font-size: 11px;
}


#topNavi{
   margin: 0 0 0 14px;
   padding: 0 16px;
   width: 482px;
   height: 29px;
   border-top: 1px solid #aaa;
}


#subNavi{
   margin: 0;
   padding: 44px 35px 20px;
   width: 82px;
   float: left;
   min-height: 200px;
   overflow: hidden;
}

* html #subNavi{
   height: 200px;
   overflow-y: visible;
}



#main{
   margin: 0;
   padding: 50px 15px 50px;
   width: 314px;
   float: left;
}


/*--------------------------- sidebar --------------------------*/


#sidebar{
   margin: 0;
   padding: 0;
   width: 302px;
   float: left;
   background: url(uploads/images/sidebar/profile.jpg) no-repeat left top;
}


/*======================FOOTER=====================*/

#footer{
   margin: 0 14px 0;
   padding: 0 26px;
   width: 720px;
   height: 20px;
   border-bottom: 1px solid #a4a4a4;
}


#footer a{
   margin: 0;
   padding: 0;
   color: #555;
   font-size: 0.9em;
}
/****************************************/
/*                                                                  */
/*                     Layout: bnt --- End                  */
/*                                                                  */
/****************************************/


h2{
   font-size: 1.0em;
   font-wight: bold;
   color: #555;
   margin: 0 0 15px;
}

a{
   text-decoration: none;
   color: #b6311e;
} 

a:hover{
   text-decoration: none;
   color: #888;
}

p{
  font-weight: normal;
  color: #22284d;
  padding-bottom: 10px;
}

ul{
   margin: 0;
   padding: 0;
   margin-left: 13px;
   list-style-type: circle;
   
}

ul.sitemap a{
   color: #333;
}

ul.sitemap li ul{
   list-style-type: disc;
   margin-left: 20px;
}

ul.sitemap li li ul{
   list-style-type: square;
}

#main ul {
   padding-bottom: 10px;
}


/* End of 'Layout: bnt' */

