@import url(print.css); 

@media screen {
/*******************************************************************************/

  body, ul, li, form, dl, dt, dd, input, img, span, p, h1, h2 {
    padding: 0px;
    margin: 0px;
  }
  
  * {
    padding: 0px;
    margin: 0px;
  }
  
  a {
    color: #868686;
    text-decoration: underline;
  }

  a:hover {
    text-decoration: underline;
    color: #63a9ff;
  }

  
  body {
    font-family: verdana;
    background-color: #eff3f6;    
    width: 980px;
  }

/******************************************************************************/
/* Top Container: Top Navigation,  Search, Language
/******************************************************************************/

  #top {
    width: 940px;
    position: relative;
    height: 30px;
    margin-left: 20px;
  }

  #top .nav {
    position: absolute;
    bottom: 7px;
    left: 42px;
  }
  
  #top .search {
    position: absolute;
    width: 127px;
    height: 15px;
    right: 177px;
    bottom: 7px;
    color: #737377;  
    padding-left: 3px;  
    border-top: 1px solid #7b7b7b;
    border-left: 1px solid #7b7b7b;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;    
  }

  #top .submit {
    position: absolute;
    width: 21px;
    height: 13px;
    right: 150px;
    bottom: 10px;
  }

  #top .lang {
    position: absolute;
    color: #737377;    
    width: 130px;
    right: 4px;
    bottom: 7px;   
  }
  

  #top .nav, #top .nav a, #top .lang, #top .search {
    font-size: 10px;   
  }  
  
  
  #top .nav, #top .nav a {
    color: #858786;    
  }  
  
  #top .nav .active, #top .nav a:hover {
    text-decoration: none;
    color: #990100;
  }
  
  #top .nav a {
    text-decoration: none;
  }

  #top .nav .active {
    font-weight: bold;
  } 
  
  #top span {
    padding: 0px 5px;
  }
  

/******************************************************************************/
/* Header Image
/******************************************************************************/

  #header {
    margin-left: 20px;
    line-height: 0;
  }

  #header img {
    border: 0px;    
  }

/******************************************************************************/
/* Main / Body
/******************************************************************************/

  #main {
    position: relative;
    width: 940px;
    margin-left: 20px;
    background-color: #fff;   
    overflow: hidden;
  }

/******************************************************************************/
/* Main -> Navigation
/******************************************************************************/

	#navigation {
		position: absolute;
		padding-left: 5px;
		background-color: #fff;
		width: 160px;
		height: 100%;
	}

	#navigation a {
		margin: 0px 0px 0px 15px;
	    font-size: 10px;
	    color: #868686;
	    text-decoration: none;
	    font-weight: bold;
		display: block;
		vertical-align: top;
		padding: 0px;
		line-height: 13px;
	}

	#navigation li .active {
		color: #63a9ff;
	}

	#navigation a:hover {
		color: #63a9ff;
	}

	#navigation li {
		list-style: none;
	}
	
	#navigation .level1 > li > a {
		padding: 0px 0px 0px 15px;
		margin: 8px 0px 0px 0px;		
		background-position: 0px 0px;
	    background-image: url(../img/bion3_nav_bullet_lvl_1.gif);
	    background-repeat: no-repeat;
	}	

	#navigation .level2 > li {
		margin: 4px 0px 0px 0px;
	    font-weight: bold;	
	    background-image: url(../img/bion3_nav_bullet_lvl_2.gif);
	    background-repeat: no-repeat;		
	}
	
	#navigation .level2 a {
		font-size: 9px;
	}
	
	#navigation .level3 > li {
		margin: 4px 0px 0px 0px;
		margin-left: 13px;
	    font-weight: bold;
		background-position: 0px 2px;	
	    background-image: url(../img/bion3_nav_bullet_lvl_2.gif);
	    background-repeat: no-repeat;		
	}	

/*


  #navigation ul ul {
    padding-top: 0px;
    margin-left: 0px;
  }
  
	#navigation li {
		list-style-type: none;
	}

  #navigation > ul > li {
    margin-bottom: 2px;
    font-weight: bold;
    padding: 0px 0px 0px 20px;  
    background-image: url(../img/bion3_nav_bullet_lvl_1.gif);
    background-repeat: no-repeat;
  }   

  #navigation ul a {
    font-size: 10px;
    color: #868686;
    text-decoration: none;      
  }

  #navigation ul ul a {
    font-size: 10px;
    color: #868686;
    text-decoration: none;      
  }

  #navigation ul ul > li {
    text-decoration: none;      
    padding: 0px 0px 0px 11px;  
    background-image: url(../img/bion3_nav_bullet_lvl_2.gif);
    background-repeat: no-repeat;
    font-size: 10px;
    color: #868686;
  }

	#navigation ul > ul > ul > li {
  		margin-left: 9px;
	}


*/

/******************************************************************************/
/* Main -> Table List
/******************************************************************************/  

/*  #main .content-table-list {
    width: 580px;
  }

  #main .content-table-list th {
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 0px 25px;
    background-color: #e0e0e0;
    border-bottom: 1px solid #6ba1cd;
    height: 20px;      
  }  

  #main .content-table-list td {
    padding: 3px 25px 2px 25px;
    
  }
*/
    #content-2-col .contenttable  {
      width: 580px;
    }

    #content-2-col .contenttable {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      border-spacing: 0px;
      border-collapse: collapse;
      /*border: 1px solid #cccccc;*/
    }

    #content-2-col .contenttable td {
        padding: 4px 25px 2px 25px;
        vertical-align:top;
    }

    #content-2-col .contenttable p {
      padding: 0px;
      margin: 0px;
      line-height: 15px;
    }

    #content-2-col .td-last {
      /*text-align: center;*/
    }

    #content-2-col tr.tr-0 td {
        font-weight: normal;
        color: #000;
        text-align: left;
        padding: 0px 25px;
        background-color: #e0e0e0;
        border-bottom: 1px solid #6ba1cd;
        height: 20px;
    }

    #content-2-col .tr-0 .td-last, #content .tr-0 .td-1 {
      /*width: 145px;*/
    }

    #content-2-col .tr-even td {
      background-color: #D1E3F1;
      /*border-bottom: 1px solid #d7d7d7;*/
    }

    #content-2-col .tr-odd td {
      /*background-color: #C0EFBB;*/
      /*border-bottom: 1px solid #d7d7d7;*/
    }

/******************************************************************************/
/* Main -> Content (col-left)
/******************************************************************************/


  #content-2-col  {
    font-size: 11px;
    color: #737377;
    width: 580px;
    line-height: 1.7em;
  }

  #content-2-col p {
    font-size: 11px;
    color: #737377;
    /* width: 580px; */
    line-height: 1.7em;
    padding-bottom: 15px;
	padding-right: 25px;
  }

  /*#content-2-col h1 {
    display: none;
  }*/

  #content-2-col h1 {
    font-size: 11px;
    font-weight: bold;
    color: #6ba1cd;
    padding-bottom: 15px;
  }

  #content-2-col h2 {
    font-size: 11px;
    font-weight: bold;
    color: #6ba1cd;
    padding-bottom: 15px;
  }

  #content-2-col h3 {
    font-size: 11px;
    font-weight: bold;
    color: #747378;
    padding-bottom: 15px;
  }

  #content-2-col h4 {
    font-size: 11px;
    font-weight: bold;
    color: #A1220F;
    padding-bottom: 15px;
  }

  #content-2-col h5, #content-3-col h5 {
    font-size: 11px;
    font-weight: bold;
    color: #6ba1cd;
    margin: 20px 0px 0px 0px;
    width: 555px;
    padding: 8px 0px 8px 25px;
    border-top: 1px solid #6ba1cd;
    border-bottom: 1px solid #6ba1cd;
  }

  #content-2-col .headline {
    margin-top: 8px;
    margin-bottom: 8px;
  }


/******************************************************************************/
/* Main -> Content Navigation (col-left)
/******************************************************************************/

  .content-nav {
    margin-bottom: 10px;
  }

  .content-nav span {
    margin-right: 4px;
  }

  .content-nav img {
    border: 0px;
  }
/******************************************************************************/
/* Main -> Spalteneinteilung
/******************************************************************************/

  #content-2-col .content-col-left {
    width: 600px;
    background-color: #fff;
    margin-left: 180px;
    padding-bottom: 22px;
    min-height: 500px;
  }

  #content-2-col .content-col-left span a img {
    border: none;
    padding: 0px 3px 0px 0px;
  }

  #content-2-col .content-col-left div.csc-textpic-text ol{
    border: none;
    padding: 0px 3px 0px 0px;
  }

  #content-2-col .content-col-left ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
  }
 
#content-2-col .content-col-left div.csc-textpic div.csc-textpic-imagewrap  ul li.csc-textpic-image {
	padding: 0px;
	margin: 0px;
	background-image: none;
}

  #content-2-col .content-col-left ul li
  {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;

    background-image: url(../img/bion3_blue_bullet.jpg);
    background-position: 0% 4px;
    background-repeat: no-repeat;
  }

  
  #content-2-col .content-col-right {
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 4px;
    left: 780px;   
  }   

  #content-2-col .content-col-right ul
  {
    list-style-type: none;
  }

  #content-2-col .content-col-right ul li a
  {
    text-decoration: none;
    border: none;
  }

  #content-2-col .content-col-right ul li img
  {
    border: none;
  }
/******************************************************************************/
/* Content Left 2 Col ->  2 Spaltig
/******************************************************************************/

  #content-2-col .content-left-2-col {
    position: relative;
    background-color: #fff;
    width: 580px;
  }

  .content-left-2-col-left p, .content-left-2-col-right p {
    margin: 0px;
    padding: 0px;
  }

  .content-left-2-col-left {
    margin:0px;
    padding:0px;
    width: 280px;
  }
  
  .content-left-2-col-right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 280px;
    padding:0px;
    margin:0px;
  }

/******************************************************************************/
/* Content Left 2 Col ->  2 Spaltig für Tip
/******************************************************************************/

  #content-2-col .content-left-tip-2-col {
    position: relative;
    background-color: #fff;
    width: 580px;
  }

  .content-left-tip-2-col-left p, .content-left-tip-2-col-right p {
    margin: 0px;
    padding: 0px;
  }

  .content-left-tip-2-col-left {
    margin:0px;
    padding:0px;
    width: 380px;
    border-right: 1px solid #6ba1cd;
    padding-right: 10px;
  }

  .content-left-tip-2-col-right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 180px;
    padding:0px;
    margin:0px;
  }

  .tip-image {
  }
  
  .tip-header {
    margin: 10px 0px 15px 0px;
    padding: 0px 0px 0px 25px;
    background-image: url(../img/bion3_green_tip.jpg);
    background-repeat: no-repeat;
    /*font-size: 11px;*/
    line-height: 18px;
    color: #32668E;
    font-weight: bold;
  }
  
  #content-2-col .content-left-tip-2-col .content-left-tip-2-col-right .tip-content p {
    font-size: 10px;
    color: #32668E;
  }

/******************************************************************************/
/* Content Left 2 Col ->  Produkt
/******************************************************************************/

  #content-2-col .content-product {
    position: relative;
    background-color: #fff;
    width: 580px;
  }

  .content-product p, .content-product p {
    margin: 0px;
    padding: 0px;
  }

  .content-product-image {
    margin:0px;
    padding:0px;
    width: 180px;
  }

  .content-product-content {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 280px;
    padding:0px;
    margin:0px;
  }

/******************************************************************************/
/* Main -> H1, H"
/******************************************************************************/
    h2.imageheader {
       overflow: hidden;
       height: 26px;
       text-indent: 999em;
       white-space: nowrap;
       background-repeat: no-repeat;
    }

    h1.imageheader {
       overflow: hidden;
       height: 26px;
       text-indent: 999em;
       white-space: nowrap;
       background-repeat: no-repeat;
    }

/******************************************************************************/
/* Main -> Login
/******************************************************************************/

  #login {
    width: 156px;  
  }
  
  #login .head {
    background-repeat: no-repeat;
    background-image: url(../img/bion3_login_box_top.gif);
    height: 27px;    
  }
  
  #login .body {
    position: relative;
    height: 100px;
    border-left: 1px solid #b40000;
    border-right: 1px solid #b40000;    
  }
  
  #login ul, #login li {
    margin: 0px;
    padding: 0px;
  }

  #login ul {
    padding-top: 45px;
    padding-bottom: 2px;
    margin-left: 7px;
  }
  
  #login li {
    list-style-type: none;
  }  

  #login ul a {
    padding: 0px 0px 0px 15px;  
    background-image: url(../img/bion3_nav_bullet_lvl_1.gif);
    background-repeat: no-repeat;
    font-size: 10px;
    color: #868686;
    text-decoration: none;      
  }

  #login a:hover {
    color: #990100;
  }  
  
  #login .username, #login .password {
    font-size: 9px;
    width: 104px;
    height: 13px;
    border: 1px solid #9c9c9c;  
    color: #737377;  
  }
  
  #login .username {
    position: absolute;  
    left: 7px;
    top: 8px;
  }
  
  #login .password {
    position: absolute;  
    left: 7px;
    top: 28px;
  }
  
  #login .submit {
    position: absolute;  
    left: 116px;
    top: 29px; 
  }
  
  #login .footer {
    background-repeat: no-repeat;
    background-image: url(../img/bion3_login_box_bottom.gif);
    height: 5px;
  }
  
/******************************************************************************/
/* Rechte Spalte: Tippositionierung
/******************************************************************************/

   .tip {
    margin-top: 20px;
  }
  
  .tip img {
    border: 0px;
  }


/******************************************************************************/
/* Footer
/******************************************************************************/

  #footer {
    background-color: #fff;
    margin-left: 20px;
    
    padding: 0px 0px 20px 0px;
    width: 940px;
    font-size: 10px;
    color: #737377;    
  }

  #footer a {
    color: #737377;
    text-decoration: none;
  }

  #footer a:hover {
    color: #990100;
    text-decoration: none;
  }
  
  #footer .nav {
    padding: 5px 0px 0px 0px;
    border-top: 1px solid #737377;  
    width: 580px;
    margin-left: 180px;
  }  
  
  #footer .description {
    margin-left: 180px;
    padding-top: 4px;
  }

  #footer .nav .active, #footer .nav a:hover {
    text-decoration: none;
    color: #990100;
  }
  
  #footer .nav .active {
    font-weight: bold;
  }

/******************************************************************************/
/* Content Table
/******************************************************************************/


/******************************************************************************/
/* Sitemap
/******************************************************************************/

#content-2-col .content-col-left .csc-sitemap ul{
	list-style-type:none;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 40px;
}

#content-2-col .content-col-left .csc-sitemap ul li{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 6px 0px;
}
/*------------Listenbild Ebene 1----------------------------------*/
#content-2-col .content-col-left div.csc-sitemap ul li a
{
	list-style-type:none;
	display:block;
	width:370px;
	padding:0px 0px 0px 20px;
	height:18px;

    background-image: url(../img/bion3_nav_bullet_lvl_1.gif);
    background-repeat: no-repeat;
    font-size: 1em;
    color: #868686;
    text-decoration: none;
    font-weight: bold;
}

#content-2-col .content-col-left div.csc-sitemap ul li a:hover
{
	color:#63a9ff;
}
/*------------Listenbild Ebene 2----------------------------------*/
#content-2-col .content-col-left div.csc-sitemap ul li li{
	margin:0px 0px 0px 0px;
	padding:0px;
}
#content-2-col .content-col-left div.csc-sitemap ul li li a{
	font-weight:normal;
	color:#868686;
    background-image: url(../img/bion3_nav_bullet_lvl_2.gif);
    background-repeat: no-repeat;
}
#content-2-col .content-col-left div.csc-sitemap ul li li a:hover{
	color:#63a9ff;
}
/*------------Listenbild Ebene 3----------------------------------*/
#content-2-col .content-col-left div.csc-sitemap ul li li li{
	font-size:1em;
}
#content-2-col .content-col-left div.csc-sitemap ul li li li li{
	font-size:1em;
}


/*****************************************************************************/
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
margin-bottom:0px;
padding-bottom:4px;
padding-top:4px;
}
}
