  /**********
   * COMMON *
   **********/  

body { 
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
    color: #6B6B6B;
    font-family: Arial, Verdana, Helvetica, sans-serif;  
    text-align: center;
  }

#mainbody
{
  text-align: left;
  width: 1007px;
  margin: 0 auto;
}

  h1, h2, h3, h4 {
    color: #2776AE
  }

  a, a:hover, a:active, a:visited {
    color: #2776AE;
    text-decoration: none;
  }
  
  a.more {
    padding: 0px 4px;
    font-weight: bold;
    font-size: 0.83em;  
    display: block;
    margin-top: 6px;
    text-decoration: none;
  }
  
  a.more:before {
    content: "\00BB  ";
  }  
  
  a.back {
    padding: 0px 4px;
    font-weight: bold;
    font-size: 0.7em;  
    display: block;
    width: 75px;
    text-decoration: none;
  }
  
  a._anchor, a._anchor:hover {
    color: #000000;
    text-decoration: none;
  }
  
  .img_right{
    border: 1px solid #E1E2E5;
    margin: 8px;
    float: right;    
  }
  
  .img_left{
    border: 1px solid #E1E2E5;
    margin: 8px;
    float: left;    
  }  
  
 
  /***********
   * CONTENT *
   ***********/  
  #content_main {
   width: 100%;
   margin-top: 20px;
   margin-bottom: 20px;
  }
  
  #content_left {
    width: 583px;   
    float: left;
    margin: 0px;
  }

  #content_right {
    width: 375px;
    float: right;
  }

  #content_basediv {
   width: 100%;
   clear: both;
   text-align: left;
   margin: 0 auto;
   font-size: 0.85em;
}
  
  #content_basediv h1 {
    color: #2174AF;
    font-size: 1.0em;
  }
  
  #content_basediv h2 {
    color: #2174AF;
    font-size: 1.1em;
    margin: 0;
  }

  #content_basediv .rubrik_intro {
    color: #555555;
    font-size: 0.9em;
    font-weight: bold;
  }

  #content_basediv .rubrik_intro a {
      
  }

  #content_basediv .rubrik_nointro {
    display: none;
  }


  #content_basediv .content_clear
  {
    clear: both;
    font-size: 1px;
    height: 1px;
    max-height: 1px;
    overflow: hidden;
  }

  
   /*********
   * HEADER *
   **********/
  
  #header { 
    width: 100%;
  }

  #header_back {
    background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/header_logo.jpg) no-repeat;
    height: 111px;
    margin: 0;
    overflow: hidden;
  }

#header_back img 
{
    margin: 15px 30px 0px 0px;
    float: right;
    border: 0px;
  }  

#multibox
 {
  height: 47px; 
  width: 228px; 
  margin: 89px 0 0 781px; 
  position: absolute; 
  /*float: right;*/
}
  
#multibox input
{
  border: none;
  margin: 0;
}  
  
#multibox .mb_tab_active, #multibox .mb_tab_inactive
  {
    border: 1px solid #152D3F;
  }

#multibox .mb_tab_active
  {
    height: 15px;
    background: #33709C url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/mb_bg_active.gif) repeat-x;
    padding-top: 6px;
    border-bottom: 1px solid #33709C;
  }
  
#multibox .mb_tab_inactive
  {
    height: 12px;
    margin-top: 2px;
    background: #5B8FB4 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/mb_bg_inactive.gif) repeat-x;
    padding-top: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid #0B161D;
  }

#multibox a
{
  text-decoration: none;
  color: #FFFFFF;
}
  
#suche_tab, #shortlink_tab, #webcode_tab
{
  width: 72px; 
  float: left; 
  cursor: pointer;
  font-size: 0.65em;
  color: #FFFFFF;
  text-align: center;
}

#suche_tab label, #shortlink_tab label, #webcode_tab label
{
  cursor: pointer;
}

#suche_tab, #shortlink_tab 
{
  margin-right: 2px; 
}

#suche_div, #shortlink_div, #webcode_div
{
  padding-top: 6px;
}

#multibox .textbox
{
  width: 153px;
  border: 1px solid #041925;
  font-size: 0.65em;
  margin-left: 12px;
  margin-right: 10px;
  color: #194C72;
  height: 14px;
  padding-left: 6px;
  line-height: 1.4em;
}

/* CSS-Hack for FF */
html:root #multibox .textbox
{ 
  padding-left: 4px;
  width: 147px;
}  

#multibox .mb_submit
{
  position: relative;
  top: 2px;
}

/* CSS-Hack for FF */
html:root #multibox .mb_submit
{ 
  top: 3px;
} 

  
  /**************
   *  TOOLMENU *
   **************/
   
  #header_toolmenu {
    width: 1007px; /* 100% gehen hier nicht */
    height: 17px;
    position: absolute;
    top: 4px;
  }
  
  #header_toolmenu ul { 
    list-style:none; 
    list-style-type: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 6px 0 0 0; 
    padding: 0px; 
    font-size: 0.6em;
    display: block;
    float: right;
  }   
    
  #header_toolmenu li { 
    color: #555555;
    margin: 0px 4px 0px 1px; 
    padding: 0;
    float: left;
    /*display: block;*/
  }

  /* CSS-Hack for FF */
  html:root #header_toolmenu li
  { 
    margin-left: 0px;
  } 

  
  #header_toolmenu li img {
    border: 0px;
    float: left;
    padding: 0;
    margin-right: 4px;
    position: relative;
    top: -2px;
  }

  #header_toolmenu a{  
    height: 17px;
    color: #555555;
    display: block; 
    text-decoration: none;
    font-weight: bold; 
    padding-top: 5px;
    display: inline;
  }
  
  #header_toolmenu a:hover {
    text-decoration: underline;
  }  




    
/***************
 * PORTAL-MENU *
 ***************/
#navi_bg {
  background: #3b81b4 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/menu_o.gif) repeat-x;
  height: 23px;
  padding-top:0px;
  border-top: 1px solid #0b1115;
  border-bottom: 1px solid #0b1115;
  margin: 0;
}    

#navi
{
  background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/menu_u.gif) bottom repeat-x;
  height: 100%;
}
  
/* CSS-Hack for IE6 */
* html #navi ul
{
  height: 23px;
  overflow-y: hidden;
} 

  #navi ul { 
    width: 779px;
    float: left;
    list-style:none; 
    list-style-type: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0 0 0 11px;
    padding:0; 
    font-size: 0.75em;
  }   
    
  #navi li { 
    display: block; 
    float: left; 
  }
  
  #navi li:hover
  {
  }  
  
  
  #navi a{  
    display: block; 
    padding: 4px 20px 4px 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
  }
  
  #navi a:hover {  
    display: block; 
    text-decoration: none;    
    font-weight: normal;
    background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portalmenu_hover.gif) repeat-x;
   }

  #navi .aktiv 
    {
    /*background: #C6E1F5 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portalmenu_active.gif) repeat-x;*/
  }

  #navi .aktiv a{ 
    padding: 4px 20px 4px 20px;
    background: #C6E1F5 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portalmenu_active.gif) repeat-x;
    color: #033b64;
    font-weight: bold; 
/*    position: relative;
    z-index: 87;*/
  }
  
  #navi .aktiv a:hover{ 
  }

#navi .portalmenuitem
{
  float: left;
}

#navi .aktiv .portalmenuitem
{
    background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portalmenu_active.gif) repeat-x;
    position: relative;
    padding-bottom: 7px;
    z-index: 87;
}

#navi .aktiv .portalmenuitem_iesubhover
{
    padding-bottom: 1px;
}

#navi .portalmenuitem_leftborder 
{
  background-color: #033b64; 
  width: 1px; 
  float: left; 
  height: 23px; 
  min-height: 23px;
}

#navi .menudivider
{
  display: none;
}

 
 /********************
  * MAINMENU LEVEL 1 *
  ********************/

  
/* DIV-Style (JS) */
  #subnavi{ 
    background: #C6E1F5 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/mainmenu_bg.gif) repeat-x; 
    font-size: 0.75em;
    font-family: Arial, Verdana, Helvetica, sans-serif;   
    margin: 6px 0 0 0;
    padding: 0 0 0 12px; 
    height: auto;
    min-height: 20px;
    clear: both;
    position: relative;
    top: -6px;
    z-index: 85;
  }

/* CSS-Hack for FF */
html:root #subnavi
{ 
  /*margin-top: 6px;*/
} 

/* CSS-Hack for IE6 */
* html #subnavi
{
  height: 20px;
} 

#subnavi a, #subnavi a:hover, #subnavi a:active, #subnavi a:visited
{
  text-decoration: none;
  color: #033b64;
}

#subnavi img
{
  border: 0px none;
}

#subnavi .subnavi_withsub, #subnavi .subnavi_withoutsub
{
  float: left;
  position: relative;
  border-right: 1px solid #4685b1;
  padding: 4px 10px 0px 10px;
  color: #033b64;
  z-index: 91;
  height: 16px;
}

/* CSS-Hack for FF */
html:root #subnavi .subnavi_withsub, html:root #subnavi .subnavi_withoutsub
{ 
  /* height: 16px; */
} 


#subnavi .subnavi_withsub:hover, #subnavi .subnavi_withoutsub:hover
{
  background: #FFFFFF url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/mainmenu_hover.gif) repeat-x;
}

#subnavi .subnavi_first
{
  border-left: 1px solid #4685b1;
  margin-left: -1px;
}


#subnavi .subnavi_withsub_bottom
{
  left: 0px;
  height: 1px;
  position: absolute;
  top: 1px;
  background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/subnavi_withsub_bottom.gif) repeat-x bottom;
  z-index: 91; 
  min-height: 2px;
  margin-left: -10px;
  margin-right: -11px;
  margin-bottom: -1px;
  border-right: 1px solid #4685b1;
  border-left: 1px solid #4685b1;
  height: 2px;
  font-size: 2px;
  display: none;
}

/* CSS-Hack for FF */
html:root #subnavi .subnavi_withsub_bottom
{
  margin-left: -11px;
  margin-bottom: 0;
}

#subnavi .subnavi_withsub:hover, #subnavi .subnavi_withsub a:hover
{

}


#subnavi #mainmenu_bottomline, #subnavi_list #mainmenu_bottomline
{
  height: 2px;
  background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/mainmenu_bottom.gif) repeat-x;
  display: block;
  z-index: 86;
  clear: both;
  margin-left: -12px;
  font-size: 2px;
}

#subnavi_list #mainmenu_bottomline
{
  margin-left: 0px;
}

/* List-Style (no JS) */
#subnavi_list {
  background: #C6E1F5 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/mainmenu_bg.gif) repeat-x; 
  padding: 0;
  position: relative;
  height: auto;
  min-height: 21px;
}    

/* CSS-Hack for FF */
html:root #subnavi_list { 
  top: -6px;
} 
  

  #subnavi_list ul 
  { 
    font-size: 0.75em;
    list-style:none; 
    list-style-type: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;   
    margin: 0 0 0 12px;
    padding: 0; 
    height: auto;
    min-height: 20px;
  }   

/* CSS-Hack for FF */
html:root #subnavi_list ul
{ 
  margin-top: 6px;
} 


#subnavi_list li
{
  margin: 0 0 0 -1px;
  display: block; 
  float: left;   
  position: relative;
}

#subnavi_list li:hover 
{ 
  cursor: pointer;
}  
  
#subnavi_list .subnavi_withsub
{
  border-bottom: 0px;
  padding-bottom: 0px;
  z-index: 91;
}

/* CSS-Hack for FF */
html:root #subnavi_list .subnavi_withsub
{ 
  height: 19px;
} 

#subnavi_list .subnavi_withsub a
{

}

#subnavi_list .subnavi_withsub a:hover
{
  padding-bottom: 3px;
}


#subnavi_list li a
{  
  padding: 4px 10px 1px 10px;
  display: block; 
  color: #033b64;
  text-decoration: none;
  font-weight: none;     
  position: relative;
  z-index: 87;
  border-left: 1px solid #4685b1;
  border-right: 1px solid #4685b1;
}

/* CSS-Hack for FF */
html:root #subnavi_list li a
{ 
/*  padding-bottom: 2px;*/
} 

  #subnavi_list li a:hover
  {  
    display: block; 
    color: #033b64;
    text-decoration: none;
    font-weight: none;     
    background: #FFFFFF url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/mainmenu_hover.gif) repeat-x;
    position: relative;
    z-index: 90;
  }
  
#subnavi_list .subnavi_withsub_bottom
{
  height: 1px;
  position: relative;
  top: -1px;
  /*background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/subnavi_withsub_bottom.gif) repeat-x;*/
   z-index: 91; 
  min-height: 1px;
  visibility: hidden;
}
  
/* makes menu lvl 2 visible on mouse over */
#subnavi_list ul li:hover .subnavi2, #subnavi_list ul a:hover .subnavi2
{
  visibility:visible;
}


 /********************
  * MAINMENU LEVEL 2 *
  ********************/

  
/* DIV-Style (JS) */
#mainmenu .submenu_container
{
  clear: both;
  position: absolute;
  z-index: 90;
  margin-left: -15px;
  border: 0px solid #4486b4;
  background-color: transparent;
  margin-top: 1px;
  top: 4px;
  width: 191px;
  display: none;
}

/* CSS-Hack for FF */
html:root #mainmenu .submenu_container
{ 
  position: absolute;
  margin-left: -16px;
  margin-top: 1px;
} 

/* CSS-Hack for IE6 */
* html #mainmenu .submenu_container
{
  width: 185px;
  background-color: #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

#mainmenu .submenu_container, #mainmenu .submenu_container:hover, #mainmenu .submenu_container a, #mainmenu .submenu_container a:hover
{
  padding: 0;
}

#subnavi  .subnavi_withoutsubnavi2, #subnavi  .subnavi_withsubnavi2, #subnavi  .subnavi3
{
  padding: 3px 12px 3px 18px;
}

#subnavi  .subnavi_withsubnavi2
{
  padding-left: 5px;
}

/* CSS-Hack for FF */
html:root #subnavi .subnavi_withoutsubnavi2
{ 
  
}

#subnavi  .submenu_container .subnavi_divider
{
  height: 1px;
  font-size: 1px;
  background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/subnavi_withsub_bottom.gif) repeat-x;
}
  
#subnavi .submenu_container .subnavi_first  
{
  background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/subnavi2_first.gif) repeat-x;
}

#subnavi .submenu_container .subnavi_withoutsubnavi2:hover, #subnavi .submenu_container .subnavi_withsubnavi2:hover, #subnavi .submenu_container .subnavi3:hover, .ie6_subnavihover
{
   background: #E3F2FD url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/subnavi2_hover.gif) repeat-x;
  /* background: #C6E1F5 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/subnavi2_hover.gif) repeat-x;*/
}

#subnavi a.subnavi_active
{
  color: #D30000;
}

#subnavi div.subnavi_active, #subnavi div.subnavi_open
{
  background: #FFFFFF;
}

 
#subnavi .submenu_switch
{
  margin-top: -1px;
  margin-right: 4px;
  float: left;
}

#subnavi  .submenu_switch img
{
  cursor: pointer;
}

#subnavi  .subnavi2_indent
{
  padding-left: 14px;
}

#mainmenu .submenu_container .shadow_or
{
  background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/shadow_or.png) no-repeat;
  float: right;
  width: 8px;
  min-width: 8px;
  max-width: 8px;
}

/* CSS-Hack for IE6 */
* html #mainmenu .submenu_container .shadow_or
{
  display: none;
}

#mainmenu .submenu_container .shadow_r
{
  background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/shadow_r_long.png) top right repeat-y;
}

/* CSS-Hack for IE6 */
* html #mainmenu .submenu_container .shadow_r
{
  background-color: #666666;
  width: 184px;
}
 

#mainmenu .submenu_container .shadow_u
{
  background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/shadow_u.png) no-repeat;
  height: 8px;
  min-height: 8px;
  max-height: 8px;
}

/* CSS-Hack for IE6 */
* html #mainmenu .submenu_container .shadow_u
{
  height: 1px;
  font-size: 1px;
  background-color: #CCCCCC;
  margin-left: -10px;
  margin-bottom: -1px;
}

#mainmenu .submenu_container .submenu
{
  border: 1px solid #4486b4;
  background-color: #e3f2fd;
  width: 181px;
}

/* CSS-Hack for IE6 */
* html #mainmenu .submenu_container .submenu
{
  position: relative;
  background-color: #FFFFFF;
}


/* List-Style (no JS) */
#subnavi_list .subnavi2 
{
  visibility:hidden;
  position:absolute;
  margin: 0;
  left:0; 
  text-align: left;
  padding: 1px 0 0 0;
  left: -6px;
  font-size: 1em;
  color: #033b64;
  top: 21px;
  background-color: #FFFFFF;
}

#subnavi_list ul.subnavi2
{
  border-collapse: collapse;
  padding: 0;
  border: 1px solid #4486b4;  
  width: 183px;
}

/* CSS-Hack for FF */
html:root #subnavi_list ul.subnavi2
{ 
  width: 181px;
  margin-top: 0px;
} 

#subnavi_list .subnavi2 li
{
  float: left;
  margin: 0px;
  position: relative;
/*
  border: 1px solid #4486b4;
  border-top-style: dotted;
  border-bottom-style: dotted;
*/
  border-top: 1px dotted #4486b4;
  border-bottom: 1px dotted #4486b4;
  
  background: #e3f2fd;
  height: auto;
  min-height: 21px;
  display: block;
  width: 173px;
  margin-top: -1px;
  padding: 0 0 0 8px;
} 


#subnavi_list .subnavi2 li:hover
{
  background: #e3f2fd url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/subnavi2_hover.gif) repeat-x;
}


#subnavi_list .subnavi2 li a
{  
  float: left;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
  border: 0;
  color: #004B8D;
}

#subnavi_list .subnavi2 li a:hover 
{
  border: 0;
  background-image: none;
  background-color: transparent;
  padding-bottom: 1px;
}


#subnavi_list .subnavi2 li a.subnavi_button, #subnavi_list .subnavi2 li a.subnavi_button:hover
{
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
}
  
#subnavi_list .subnavi2 .expander 
{  
  padding: 3px 0px;
}
  
#subnavi_list .subnavi2 .expander:hover {  
  background-color: transparent;
  background-image: none;
}
  
  
#subnavi_list .subnavi2 li img
{
  position: relative;
  top: -1px;
  border: 0px;
  margin: 0 2px 0 5px;
}

/* CSS-Hack for FF */
html:root #subnavi_list .subnavi2 li img
{ 
  margin: 0 2px 0 5px;
} 
  
#subnavi_list .subnavi2 .subnavi_active 
{
  /*border-bottom: 1px dotted #D2E7F7;*/
  border-bottom: 1px dotted #4486B4;
  background-color: #FFFFF;
}

#subnavi_list .subnavi2 .subnavi_first 
{
  background: #e2f1fd url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/subnavi2_first.gif) repeat-x;
  margin-top: 0;
  border-top-style: solid;
  border-top: 0;
}

#subnavi_list .subnavi2 .subnavi_last 
{
  border-bottom: 0;
}

#subnavi_list .subnavi2 .subnavi_active a
{
  font-weight: normal;
  color: #004B8D;
}

#subnavi_list .subnavi2 .subnavi_active:hover
 {
  /*border-bottom: 1px solid #D2E7F7;*/
  /*border-bottom: 1px solid #4486B4;*/
}  

#subnavi_list .subnavi2 .subnavi_withsubsub
{
  padding-left: 5px;
  width: 176px;
}

/* CSS-Hack for FF */
html:root #subnavi_list .subnavi2 .subnavi_withsubsub
{ 
  padding-left: 0px;
  width: 181px;
} 


  /*******************
  * MAINMENU LEVEL 3 *
  ********************/
  /* DIV-Style (JS) */
  /* List-Style (no JS) */
  #subnavi .subnavi2 .subnavi3 {
    padding-left: 27px;
    border-bottom: 1px solid #D2E7F7;
    background-color: #C6E1F5;    
  }
  
  #subnavi .subnavi3 {
    /* background-color: #E3F2FD; */  
  }
  
  #subnavi_list .subnavi2 .subnavi3 {
    float: left;
    border-bottom-style: dotted;
    background-color: #C6E1F5;    
  }


  #subnavi .subnavi2 .subnavi3 a, #subnavi_list .subnavi2 .subnavi3 a{
    font-weight: normal;
   }
  
  
   #subnavi .subnavi2 .subnavi3 li:hover a, #subnavi_list .subnavi2 .subnavi3 li:hover a {
    border-bottom: 1px solid #D2E7F7;
    color: #03AADE;
  }
  
  /*****************************
  * MAINMENU LEVEL 4 AND BELOW *
  ******************************/
  /* DIV-Style (JS) */

  #subnavi .subnavi4_container, #subnavi .subnavi4_container ul
  {
    /*padding: 0 0 0 18px;*/
    /*margin: 0; */
    list-style:none; 
    list-style-type: none;
    padding: 0;
    margin: 0;
  }  
  
  #subnavi .subnavi4_container li
  {
    /*padding: 3px 12px 3px 18px;*/
    padding: 3px 12px 3px 36px;
  }

  #subnavi .subnavi4_container li:hover, #subnavi .subnavi4_container li a:hover, #subnavi_list .subnavi4:hover
  {
    background: #E3F2FD url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/subnavi2_hover.gif) repeat-x;
  }  
  
  /* List-Style (no JS) */
  #subnavi_list .subnavi2 li.subnavi4
  {
    padding: 3px 12px 3px 18px;
    background: none;
    border: 0px solid red;
  }
  
  #subnavi_list .subnavi2 li.subnavi4 ul
  {
    font-size: 1em;
    padding-left: 0px;
  }
  
  #subnavi_list .subnavi2 .subnavi4 .subnavi4
  {
    padding-left: 0px;
  }  
  
  /**************
   * NEWS BLOCK *
   **************/    
   
  #news_block { /* right block within the left content */
    width: 380px;
    padding-left: 20px;
    float: right;
  }      
  
  .news_item_2col { /* news item filling the whole width of left content area */
    width: 583px;
    background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/news_2col_bg.gif) repeat-x;
    border: 1px solid #D9D9D9;    
    border-top: 4px solid #03AADE;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }  
  
  .news_item_2col h1, .artikel h2{
    font-size: 1em;
    color: #03AADE;
    margin: 0px 0px 20px 0px;
    padding: 0px 4px;
   }
   
  .news_item { /* standard news item */
    background: #E9EAEC url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/news_bg.gif) repeat-x;
    width: 378px;
    padding-bottom: 8px;
  }   
  
  .news_item h1{
    background: #49B4DD url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/h1_news_title_bg.gif) repeat-x;
    font-size: 0.8em;    
    color: #FFF;
    /*height: 22px;*/
    padding: 4px 4px;
    margin: 0px 0px 10px 0px;
  }
  
  
  .news_item h2 {
    color: #2080BD;
    font-size: 0.9em;
    padding: 0px 4px;
    margin: 10px 0px;
  }
  
  .news_item p, .news_item_2col p, .artikel p{
    padding: 0px 4px;
    font-size: 0.7em;    
  }
  

  .news_item a, .news_item_2col a, .artikel a{
    color: #03AADE;
    text-decoration: none;
  }
  
  .news_item a:hover, .news_item_2col a:hover, .artikel a:hover{   
    text-decoration: underline;
  }  


  
  
  /************
   * PORTLETS *
   ************/
  #portlets_main { /* left portlet block within the left content */
    width: 183px;
    float: left;
  }

  .portlet {
    padding: 0;
    margin: 0;
  }
  
  div.portlet_hl_container
  {
    background: #B6D5EB url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_head_hg_links.gif) no-repeat;
    min-height: 23px;
  }

  div.portlet_hl
  {
    margin-left: 8px; 
    background: #FFFFFF url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/dotted_v.gif) right repeat-y; 
    min-height: 21px;
  }
  
  /* CSS-Hack for FF */
  html:root #portlets_main div.portlet_hl_container, html:root #portlets_main div.portlet_hl_container div.portlet_hl
  { 
    height: auto;
  } 

   
  .portlet_hl h1 {
    font-size: 0.9em !important;
    padding: 4px 8px 0px 8px;
    margin: 0;
  }
  
  .portlet_horizontal_line, .portlet_hl_horizontal_line, .portlet_horizontal_line_invisible
  {
    background: #FFFFFF url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/dotted_h.gif) repeat-x; 
    height: 1px; 
    min-height: 1px; 
    max-height: 1px; 
    font-size: 1px;
  }
  
  .portlet_hl_horizontal_line
  {
    margin-left: 8px; 
  }
  
  .portlet_horizontal_line_invisible
  {
    visibility: hidden;
  }
   
   .portlet_standard_content_container
   {
     background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_hg.gif) repeat-x;
   }
   
   .portlet_standard_content
   {
     font-size: 0.83em;   
     padding: 11px 11px 8px 11px;
     color:black;
   }

    .portlet_standard_content img{
      border: 1px solid #C4C7CA;
    }

    .portlet_standard_content a{
      color: #2776AE;
      text-decoration: none;
      font-weight:bold;
    }

    .portlet_standard_content a:hover{
      color:#666666 !important;
      text-decoration: none;
    }

   .portlet_standard_content p {
     margin:0px;
     padding:0px;
   }

   .portlet_standard_content ul {
     list-style-position:outside;
     list-style-image: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_listbullet.gif);
     /* margin:0px 0px 0px 18px; */
     margin:0;
     padding-left: 15px;
   }
   
   .portlet_standard_content ul li{
   }

   .portlet_bubble_content_container_nojs
   {
     overflow-y: scroll;
     height: 200px;
   }

   .portlet_bubble_content_container
   {
    background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_hg.gif) repeat-x; 
    padding-left: 1px;
    padding-right: 1px;
   }

   .portlet_bubble_content {
    padding: 0 6px;
   }

   .portlet_content_container .portlet_content_container_left
   {
    background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/dotted_v.gif) left repeat-y; 
   }

   .portlet_content_container .portlet_content_container_right
   {
    background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/dotted_v.gif) right repeat-y; 
   }
   
   h2.portlet_content_headline 
   {
    color: #2776AE;
    /* font-size: 1em; */
    font-size: 0.9em !important;
    padding: 2px 6px;
    margin: 0;
  }
  
  .portlet_content_headline a, .portlet_content_headline a:hover, .portlet_content_headline a:active, .portlet_content_headline a:visited
  {
    text-decoration: none;
    color: #2776AE;
  }
  
  .portlet_image_left, .portlet_image_right
  {
    padding: 0.2em 0.5em;
  }
  
  .portlet_image_left
  {
    float: left;
  }
  
  .portlet_image_right
  {
    float: right;
  }
  
  .portlet_image_left img, .portlet_image_right img
  {
    border: 1px solid #C4C7CA;
  }
  
  .portlet_clear
  {
    clear: both;
    font-size: 1px;
    height: 1px;
    max-height: 1px;
    overflow: hidden;
  }
  

/*****
* Standard2 - anderer Rahmen, ohne Überschrift
******/

  .portlet_standard2
  {
    border: 1px solid #7EBEE9;
  }
  
  .portlet_standard2_content p:first-child
  {
    margin: 0;
  }

  /* CSS-Hack for IE6 */
  * html .portlet_standard2_content p 
  {
    margin: 0;
  } 
  
  
  .portlet_standard2_hl_container
  {
    background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_hg.gif) repeat-x; 
    padding-left: 1px;
    padding-right: 1px;
    min-height: 124px;
  }

  .portlet_standard2_hl_container h1, .portlet_standard2_hl_container h2 {
    color: #2F77AC;
    margin: 0;
    text-align: center;
    display: block;
  }
  
  .portlet_standard2_hl_container h1 {
    font-size: 1.3em;
    padding-top: 15px;
  }

  .portlet_standard2_hl_container h2 {
    padding-top: 4px;
    font-size: 0.83em;
    /*font-weight: normal;*/
  }


  .portlet_standard2_content_container
  {
    min-height: 1.5em;
  }

  .portlet_standard2_bglogo
  {
    width: 81px;
    height: 34px;
    min-height: 34px;
    position: relative;
    right: 36px;
    float: right;
    background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_banner_bglogo.gif) center no-repeat;
  }


/*
* Service-Portlet
*/
   
  .portlet_service_hl h1 {
    color: #FFFFFF;
    font-size: 0.7em;
    padding: 6px 8px 0px 6px;
    margin: 0;
  }

  .portlet_service_content_container {
    border: 1px solid #7EBEE9;
    border-top-width: 0;
    background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_hg.gif) repeat-x;
    padding: 0;
  }

  .portlet_service_content {
    background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_service_clip.png) top right no-repeat;
    font-size: 0.6em;
    padding: 16px 80px 0px 6px;
    line-height: 1.3em;
  }
  
  
  .portlet_service_subhl {
    color: #2776AE;
    font-size: 1.25em;
    padding: 9px 0 5px 1px;
    margin: 0;
  }


  .portlet_banner
  {
    border: 1px solid #7EBEE9;
  }
  
  .portlet_banner_content p:first-child
  {
    padding: 0;
    margin: 0;
  }

  .portlet_banner_hl_container
  {
    background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_banner_hg.jpg) center no-repeat; 
    padding-left: 1px;
    padding-right: 1px;
    margin-top: -1.5em;
    min-height: 124px;
  }
  
  /* CSS-Hack for FF */
  html:root .portlet_banner_hl_container
  {
    margin-top: -0.3em;
  } 


  .portlet_banner_hl_container h1, .portlet_banner_hl_container h2 {
    color: #2F77AC;
    margin: 0;
    text-align: center;
    display: block;
  }
  
  .portlet_banner_hl_container h1 {
    font-size: 1.3em;
    padding-top: 15px;
  }

  .portlet_banner_hl_container h2 {
    padding-top: 4px;
    font-size: 0.83em;
    /*font-weight: normal;*/
  }


  .portlet_banner_content_container
  {
    min-height: 1.5em;
  }

  .portlet_banner_bglogo
  {
    width: 81px;
    height: 34px;
    min-height: 34px;
    position: relative;
    right: 36px;
    top: -43px;
    float: right;
    background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet/portlet_banner_bglogo.gif) center no-repeat;
  }



  .portlet_small {
    width: 183px;
    /*float: left;*/
  }
  
  .portlet_small h1{
    color: #6B6B6B;
    
    background: #E2E2E2 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/news_small_bg.gif) repeat-x;
    border-left: 2px #03AADE solid; 

    /*height: 22px;*/
    font-size: 0.8em;
    padding: 4px 0px 4px 8px;
    margin: 0px 0px 3px 0px;
  }
  
  .portlet_small h2 {
    font-size: 0.7em;
    font-weight: bold;
  }
  
   .portlet_small a, #portlet a{
    color: #03AADE; 
    text-decoration: none; 
    padding: 0px 4px;
  }

   .portlet_small p{
    padding: 0px 4px;
    color: #6B6B6B;
    font-size: 0.7em;  
  }
/*
   .portlet a{
    color: #03AADE;  
  }
*/
/*
   .portlet p{
     margin: 0px; 
    padding: 0px 6px;
    color: #6B6B6B;
    font-size: 0.7em;  
  }
  */
  
  .portlet .more {
    float: right;
  }
  
  /**********
  * DIVIDER *
  ***********/   

  .portlet_inner_divider {
  
    background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/portlet_inner_divider.gif) repeat-x;
    height: 3px;
    margin: 8px 0px;
  
  }
  
  .content_divider {
  
    background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/divider_bg.gif) repeat-x;
    height: 5px;
    margin-bottom: 8px;
  }  
  .content_divider_blank {
    height: 5px;
    margin-bottom: 8px;
  }
  
  .content_divider_dotted {
  background: transparent url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/divider/dotted_divider.gif) repeat-x;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  line-height: 1px;
  margin-top: 3px;
  margin-bottom: 3px; 
}

  
  /*********
  * FOOTER *
  **********/   
  #footer {
    background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/footer_bg.gif) repeat-x; 
    height: 25px;
    padding-top:0px;
    width: 980px;
    margin: 0 auto;
    text-align: center;
    margin-top:20px;
  }    
  
  
  .artikel {
    padding: 2px;
    border: 1px solid #D9D9D9;  
    background: #EAEAEC url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/content_bg.jpg);
  
  }
  .artikel h1 {
    background: #49B4DD url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/h1_artikel_title_bg.gif) repeat-x;
    font-size: 0.8em;    
    color: #FFF;
    padding: 4px 4px;
    margin: 0px 0px 10px 0px;
  }  
  
  #artikel_footer {
    clear: both;
    height: 22px;
  }

  #artikel_footer_left {
    padding: 4px;
    float: left;
    text-align: left;
  }
  #artikel_footer_right {
    padding: 2px;
    margin: 0px;
    float: right;
  }

  .nextpage {
    text-align: center;
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 0px;
    padding: 2px 0px;
    background: url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/page_icon.gif) no-repeat; 
  }
  
  .nextpage a {
    margin: 0px;
    font-size: 0.7em;
  }



/*************
* Classic Menu
**************/

/* Menü */
#classicmenu_list { 
  clear:both; 
  float:left; 
  width: 175px; 
  word-wrap: break-word;
  list-style: none;
  background-color: #DFEFF4;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  border-top: 1px solid #00AEEF;
}

#classicmenu_list li {
  border-bottom: 1px solid #00AEEF;
}

/* Abstände DIV, damit der Text linksbündig ist */
#classicmenu_list .classicmenu_level1 div {
  margin-left:18px;
}
#classicmenu_list a {
  color: #1E1E1E;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 0px;
  display: block;
}

#classicmenu_list a:hover { 
  color: #0462AA;
  background: #F6FAFB url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/classicmenu/menu_mouseover_block.gif) repeat-y scroll left center;
  text-decoration: none;
}

#classicmenu_list .classicmenu_plusminus {
  float: left;
  width: 8px; 
  height: 8px; 
  margin: 5px 3px 0px 7px;
  border-width: 0;
}

#classicmenu_list .classicmenu_open {
  background: #C3E0E9 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/classicmenu/menuitem-thin-bg.gif) repeat-x top;
  font-weight: bold;
} 

#classicmenu_list .classicmenu_highlight {
  background: #5FBCF8 url(/files/cache/extensions/bgn-extra/designsets/standard/Bilder/classicmenu/menuitem-thin-bg.gif) repeat-x top;
  font-weight: bold;
} 

#classicmenu_list .classicmenu_level1 {
}
#classicmenu_list .classicmenu_level2 .classicmenu_plusminus {
  padding-left: 12px;
}
#classicmenu_list .classicmenu_level2 div {
  margin-left:30px;
}
#classicmenu_list .classicmenu_level3 .classicmenu_plusminus {
  padding-left: 24px;
}
#classicmenu_list .classicmenu_level4 .classicmenu_plusminus {
  padding-left: 36px;
}
#classicmenu_list .classicmenu_level5 .classicmenu_plusminus {
  padding-left: 48px;
}
#classicmenu_list .classicmenu_level6 .classicmenu_plusminus {
  padding-left: 60px;
}

.breadcrump{
  margin-left:10px;
  font-size:0.83em;
  color:#67696A;
}
.breadcrump a{
  color:#67696A;
}
.breadcrump a:hover{
  color:#2174AF;
}
.page_editdate {
  font-size:0.83em;
  color:#67696A;
}