html, body {
   font-family:Arial, Helvetica, sans-serif;
   background-color:#FFFFFF;
   margin: 0px auto;
   padding:0px;
   background-color:#EEEFF3;
   
   }

#background {
   background-position:center;
   background-image:url(Bilder/b_main.png);
   background-repeat:repeat-y;
   }

#main {
   position:relative;
   margin:auto;
   margin-top:0px;
   width:960px;
   }  
   
#header {
   width:960px;
   height:120px;
   margin-top:0px;
   margin-bottom:0px;
   text-align:right;
   }
   
#header-inner {
	position: absolute;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	left: 360px;
	padding: 0 10px 0 10px;
	margin-top: 5px;
	background-color: red;
}
   
#mainmenu {
   margin-bottom:0px;
   padding:0px;
   width:960px;
   }
   
#mainmenu_index {
   margin-bottom:30px;
   padding:0px;
   width:960px;
   }
   
#pagelogo {
   width:960px;
   height:0px;
   margin-bottom:0px;
   background-image:url(Bilder/pagelogo_blau_schmal.png);
   background-repeat:no-repeat;
   }
   
#slider ul, #slider li {
   margin:0;
   padding:0;
   list-style:none;
   }

#slider, #slider li { 
   float:left;
   width:600px;
   height:350px;
   overflow:hidden; 
   top:100px;
   left:100px;
   }   

#slider_box {
   float:left;
   margin-left:0px;
   margin-bottom:0px;
   margin-top:0px;
   padding:0px;
   padding-top:0px;
   width:600px;
   background-color:#FFFFFF;
   }
   
#slider_content {
   position:relative;
   float:left;
   margin-top:0px;
   margin-left:0px;
   margin-bottom:20px;
   padding-top:0px;
   padding-bottom:0px;
   width:360px;
   height:350px;
   background-image:url(Bilder/slider_content_background.png);
   background-repeat:no-repeat;
   }
   
#slider_content_text {
   position:relative;
   font-family:Arial, Helvetica, sans-serif;
   font-size:20px;
   font-weight:bold;
   line-height:30px;
   color:#FFFFFF;
   width:260px;
   left:50px;
   top:35px;
   float:left;
   }
   
#slider_content_text ul {
   padding-left:25px;
   margin-top:10px;
   }
   
#slider_content_text li {
   font-family:Arial, Helvetica, sans-serif;
   list-style-type:square;
   font-size:16px;
   font-weight:bold;
   line-height:30px;
   color:#FFFFFF;
   width:260px;
   float:left;
   }
   
#slider_content_button {
   position:relative;
   display:block;
   height:30px;
   width:220px;
   left:50px;
   top:100px;
   float:left;
   }
   
.slider_button {
   font-size:14px;
   font-weight:bold;
   text-transform:uppercase;
   color:#FFFFFF;
   border-color:#FFFFFF;
   border-style:solid;
   border-width:1px;
   padding:10px;
   text-decoration:none;
   background-color:#2C962B;
   }
   
.slider_button:hover {
   color:#2C962B;
   background-color:#FFFFFF;
   }
   
#container_slider {
   position:relative;
   font-family:Arial, Helvetica, sans-serif;
   font-size:15px;
   font-weight:normal;
   padding:10px;
   line-height:25px;
   color:#FFFFFF;
   height:100px;
   width:240px;
   left:40px;
   top:125px;
   float:left;
   background-color:#2C962B;
   text-align:center;
   }
   
#link_slider {
   position:relative;
   font-family:Arial, Helvetica, sans-serif;
   font-size:20px;
   font-weight:normal;
   padding:10px;
   line-height:25px;
   color:#FFFFFF;
   height:20px;
   width:240px;
   left:0px;
   top:20px;
   float:left;
   background-color:#2C962B;
   text-align:center;
   }
   
#submenu {
   position:relative;
   float:left;
   margin-top:1px;
   margin-left:0px;
   margin-bottom:0px;
   padding-top:0px;
   padding-bottom:0px;
   width:195px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   }

#content {
   float:left;
   margin-left:5px;
   margin-bottom:0px;
   padding:20px;
   padding-top:15px;
   width:530px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   line-height:16px;
   }
   
.content {
   float:left;
   margin-left:5px;
   margin-bottom:0px;
   padding:20px;
   padding-top:15px;
   width:540px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   line-height:16px;
   color:#4C4C4C;
   }
   
.content_sub {
   float:left;
   margin-left:5px;
   margin-bottom:0px;
   padding:20px;
   padding-top:25px;
   width:540px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   border-left-style:solid;
   border-left-color:#E5E5E5;
   border-left-width:0px;
   line-height:16px;
   color:#4C4C4C;
   }
   
#content_nav {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   padding-bottom:5px;
   }
   
.content_nav {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   text-decoration:none;
   }
   
.content_nav:hover {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   text-decoration:underline;
   }
   
#features {
   float:right;
   margin-top:1px;
   margin-left:0px;
   margin-bottom:0px;
   padding-top:30px;
   padding-bottom:20px;
   width:175px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   }
   
#footer {
   width:960px;
   clear:both;
   padding-top:10px;
   padding-bottom:20px;
   }
   
#footer_text {
   position:relative;
   margin:auto;
   margin-top:0px;
   width:960px;
   clear:both;
   text-align:right;
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#2C962B;
   padding-top:10px;
   padding-bottom:20px;
   }
   
#b_footer {
   background-image:url(Bilder/b_footer.png);
   background-repeat:no-repeat;
   background-position:center top;
   padding-top:11px;
   }
   
#logo {
   position:absolute;
   border:0px;
   top:42px;
   left:15px;
   width:300px;
   }
   
#pic_header {
   position:absolute;
   border:0px;
   top:10px;
   left:325px;
   height:0px;
   }
   
#kabelbild {
   position:absolute;
   left:700px;
   width:100px;
   height:100px;
   float:left;
   }

#pagelogo_text {
   position:relative;
   font-family:Arial, Helvetica, sans-serif;
   font-size:18px;
   font-weight:normal;
   color:#FFFFFF;
   height:50px;
   width:260px;
   left:25px;
   top:25px;
   float:left;
   }
 
#navigation {
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   padding-bottom:20px;
   height:auto;
   }
   
.mainmenu {
   position:relative;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   padding-left:15px;
   padding-right:15px;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   text-decoration:none;
   text-transform:uppercase;
   display:block;
   }

.mainmenu_active {
   position:relative;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   padding-left:15px;
   padding-right:15px;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   text-decoration:none;
   text-transform:uppercase;
   display:block;
   }

.header {
   font-family:Arial, Helvetica, sans-serif;
   position:relative;
   color:#4C4C4C;
   top:12px;
   font-size:11px;
   text-decoration:none;
   margin-right:10px;
   padding-left: 12px;
   background-image:url(Bilder/arrow.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   }

.header:hover {
   text-decoration:underline;
   }
	
#content h2 {
   font-size:14px;
   }
   
.content h2 {
   font-size:14px;
   }
	
.content_sub h1 {
   font-size:20px;
   margin-top:13px;
   padding-bottom:15px;
   }
   
.content_sub h2 {
   font-size:16px;
   margin-top:20px;
   margin-bottom:10px;
   color:#2C962B;
   }
   
.content_sub h3 {
   font-size:12px;
   font-weight:bold;
   margin:0px;
   padding:0px;
   }
   
.content_sub h4 {
   font-size:12px;
   font-weight:bold;
   margin-top:25px;
   margin-bottom:15px;
   padding:0px;
   }
	
.content_sub p {
   display:block;
   font-size:12px;
   font-weight:normal;
   margin:0px;
   margin-bottom:20px;
   }
	
#features h2 {
   font-size:14px;
   }
	
#navigation h3 {
   font-size:12px;
   color:black;
   padding-left:0px;
   }
	
.nav_sub_main {
   padding-left:10px;
   padding-bottom:10px;
   padding-top:20px;
   font-family:Arial, Helvetica, sans-serif;
   color:#707070;
   font-size:14px;
   font-weight:normal;
   }
	
.navigation_sub {
   font-family:Arial, Helvetica, sans-serif;
   color:#707070;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
   padding-left:12px;
   padding-top:5px;
   padding-bottom:5px;
   display:block;
   background-image:url(Bilder/arrow_menu.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   }
   
.navigation_sub_down {
   font-family:Arial, Helvetica, sans-serif;
   color:#707070;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
   padding-left:12px;
   padding-top:5px;
   padding-bottom:5px;
   display:block;
   background-image:url(Bilder/arrow_menu.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   }
   
.navigation_sub_down_active {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
   padding-left:12px;
   padding-top:5px;
   padding-bottom:5px;
   display:block;
   background-image:url(Bilder/arrow_menu_active.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   }

.navigation_sub_active {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   text-decoration:none;
   font-weight:normal;
   padding-left:12px;
   padding-top:5px;
   padding-bottom:5px;
   display:block;
   background-image:url(Bilder/arrow_menu_active.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   }
   
.navigation_sub_active_down {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   text-decoration:none;
   font-weight:normal;
   padding-left:12px;
   padding-top:5px;
   padding-bottom:5px;
   display:block;
   background-image:url(Bilder/arrow_menu_down.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   }
	
.navigation_sub:hover {
   color:#2C962B;
   }
   
.navigation_sub_down:hover {
   color:#2C962B;
   }
   
.nav_sub_ul {
   background-color:#FFFFFF;
   list-style-type:none;
   margin-left:2px;
   padding-left:0px;
   border-left:0px;
   border-right:0px;
   border-top:0px;
   border-bottom:1px;
   border-style:solid;
   border-color:#FFFFFF;
   }

.nav_sub_ul_down {
   background-color:#F4F4F4;
   list-style-type:none;
   margin-left:0px;
   padding-left:0px;
   border-left:0px;
   border-right:0px;
   border-top:0px;
   border-bottom:0px;
   border-style:solid;
   border-color:#FFFFFF;
   }
   
.nav_sub_li_down {
   padding-left:20px;
   border-left:0px;
   border-right:0px;
   border-top:0px;
   border-bottom:1px;
   border-style:solid;
   border-color:#D3D8DC;
   }
	
.nav_sub_li{
   padding-left:5px;
   border-left:0px;
   border-right:0px;
   border-top:0px;
   border-bottom:1px;
   border-style:solid;
   border-color:#D3D8DC;
   }
   
.list {
   list-style-type:none;
   }
   
.box {
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   border-bottom:3px;
   border-bottom-style:solid;
   border-bottom-color:#F4F4F4;
   border-left:3px;
   border-left-style:solid;
   border-left-color:#F4F4F4;
   border-right:3px;
   border-right-style:solid;
   border-right-color:#F4F4F4;
   border-top:3px;
   border-top-style:solid;
   border-top-color:#F4F4F4;
   color:#4C4C4C;
   margin-bottom:10px;

   }
	
.box_header {
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(Bilder/box_headr.gif);
   background-repeat:repeat-x;
   color:#4C4C4C;
   font-size:11px;
   font-weight:bold;
   height:18px;
   padding-left:10px;
   padding-top:10px;
   }
	
.box p {
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   margin-top:5px;
   margin-right:5px;
   margin-bottom:10px;
   margin-left:10px;
   line-height:14px;
   }
	
.link_box {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:10px;
   text-decoration:none;
   margin-left:0px;
   padding-left:0px;
   }
	
.list_box_phone {
   font-family:Arial, Helvetica, sans-serif;
   padding-left:15px;
   margin-left:10px;
   margin-bottom:10px;
   color:#4C4C4C;
   background-image:url(Bilder/phone.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   font-weight:bold;
   }
   
.list_box_fax {
   font-family:Arial, Helvetica, sans-serif;
   padding-left:15px;
   margin-left:10px;
   margin-bottom:10px;
   color:#4C4C4C;
   background-image:url(Bilder/fax.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   font-weight:bold;
   }
   
.list_box_mail {
   font-family:Arial, Helvetica, sans-serif;
   padding-left:15px;
   margin-left:10px;
   margin-bottom:10px;
   color:#4C4C4C;
   background-image:url(Bilder/mail.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   font-weight:bold;
   }
   
.list_box_download {
   font-family:Arial, Helvetica, sans-serif;
   padding-left:20px;
   margin-left:10px;
   margin-bottom:10px;
   color:#4C4C4C;
   background-image:url(Bilder/pdficon_small.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   font-weight:bold;
   }
   
.list_tech_overview {
   font-family:Arial, Helvetica, sans-serif;
   padding-left:20px;
   margin-left:10px;
   margin-bottom:10px;
   color:#4C4C4C;
   background-image:url(Bilder/arrow.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   font-weight:bold;
   }
	
.formzelle {
   width:220px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   padding-bottom:1px;
   }
	
.formzelle_label{
   width: 120px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   padding-bottom:1px;
   vertical-align:middle;
   text-align:right;
   }
   
#quicklinks {
   width:635px;
   float:left;
   height:190px;
   margin-bottom:30px;
   padding:10px;
   padding-left:25px;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   }
   
.quicklinks_table {
   font-family:Arial, Helvetica, sans-serif;
   color:#707070;
   font-size:11px;
   font-weight:bold;
   text-decoration:none;
   width:200px;
   vertical-align:top;
   text-align:left;
   }
  
.quicklinks_table_link {
   font-family:Arial, Helvetica, sans-serif;
   color:#707070;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
   line-height:18px;
   padding-left:15px;
   background-image:url(Bilder/arrow.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   }
   
.quicklinks_table_link:hover {
   font-family:Arial, Helvetica, sans-serif;
   color:#707070;
   font-size:11px;
   text-decoration:underline;
   }
   
.quicklinks_table_head {
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:11px;
   font-weight:bold;
   text-decoration:none;
   }
   
.quicklinks_table_head:hover {
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:11px;
   font-weight:bold;
   text-decoration:underline;
   }
   
#news {
   float:right;
   width:270px;
   height:190px;
   padding:10px;
   left:25px;
   margin-bottom:30px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   }
   
.news_table {
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:11px;
   font-weight:bold;
   vertical-align:top;
   text-align:left;
   }
   
.news_content {
   font-family:Arial, Helvetica, sans-serif;
   color:#707070;
   font-size:12px;
   font-weight:normal;
   text-align:left;
   }
   
.news_table_link {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
   line-height:18px;
   padding-left:15px;
   background-image:url(Bilder/arrow.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   }
   
.news_table_link:hover {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   text-decoration:underline;
   }

.body_overview {
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:11px;
   margin:0px;
   padding:0px;
   background-color:#FFFFFF;
}

.teaser_overview {
   margin-left:-40px;
}

.left_first {
   float:left;
   width:260px;
   display:inline;
   clear:both;
   margin-left:0px;
   }
   
.left {
   float:left;
   width:260px;
   display:inline;
   clear:both;
   margin-left:0px;
   }

.right_first {
   float:left;
   width:260px;
   display:inline;
   margin-left:20px;
   }
   
.right {
   float:left;
   width:260px;
   display:inline;
   margin-left:20px;
   }
   
 .teaser_overview a {
   display:block;
   color:#4C4C4C;
   padding-top:10px;
   padding-bottom:10px;
   padding-left:10px;
   padding-right:10px;
   border-bottom:1px;
   border-bottom-style:solid;
   border-bottom-color:#D3D8DC;
   text-decoration:none;
   height:100px;
}

 .teaser_overview a strong {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:14px;
   padding-top:5px;
   padding-bottom:10px;
   display:block;
}

 .teaser_overview a span {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   font-weight:bold;
   margin-top:15px;
   padding-left:12px;
   background-image:url(Bilder/arrow.gif);
   background-repeat:no-repeat;
   background-position:center left;
   display:block;
}

.left_first a {
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
}

.left_first:hover a {
   background-color:#F4F4F4;
}

.left:hover a {
   background-color:#F4F4F4;
}

.right_first a {
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
}
   
.right_first:hover a {
   background-color:#F4F4F4;
} 
   
.right:hover a {
   background-color:#F4F4F4;
} 
   
.teaser_link {
   color:#2C962B;
   text-decoration:none;
   margin-bottom:10px;
   }
   
.teaser_link2 {
   color:#2C962B;
   text-decoration:none;
   }
   
.teaser_link:hover {
   color:#2C962B;
   text-decoration: underline;
   }
   
.teaser_link2:hover {
   color:#2C962B;
   text-decoration:underline;
   }
   
.link {
   color:#2C962B;
   text-decoration:none;
   }
   
.link:hover {
   color:#2C962B;
   text-decoration:underline;
   }
   
.teaser_news {
   position:relative;
   width:540px;
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   background-color:#FFFFFF;
   font-size:11px;
   font-weight:bold;
   margin-bottom:10px;
   background-repeat: no-repeat;
   border-bottom:1px;
   border-bottom-style:solid;
   border-bottom-color:#D3D8DC;
   clear:left;
   }
   
.teaser_news p {
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:12px;
   margin-top:7px;
   margin-bottom:7px;
   line-height:17px;
   }
   
.list_teaser_news {
   clear:none;
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:14px;
   padding-top:0px;
   margin-top:0px;
   padding-left:0px;
   padding-right:0px;
   }
   
p.detail_news {
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:11px;
   font-weight:bold;
   padding-left:12px;
   background-image:url(Bilder/arrow.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   } 
   
.content_sub_news {
   float:left;
   margin-left:5px;
   margin-bottom:0px;
   padding:20px;
   padding-top:25px;
   width:540px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   border-left-style:solid;
   border-left-color:#E5E5E5;
   border-left-width:0px;
   line-height:16px;
   color:#4C4C4C;
   }
   
.content_sub_news h2 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:15px;
   color:#2C962B;
   line-height:17px;
   }
   
.content_sub_news p {
   display:block;
   font-size:12px;
   font-weight:normal;
   margin:0px;
   margin-bottom:20px;
   }
   
.content_sub_products {
   float:left;
   margin-left:5px;
   margin-bottom:0px;
   padding:20px;
   padding-top:25px;
   width:540px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   border-left-style:solid;
   border-left-color:#E5E5E5;
   border-left-width:0px;
   line-height:16px;
   color:#4C4C4C;
   }
   
.content_sub_products li {
   margin-top:5px;
   margin-bottom:5px;
   }
   
.content_sub_products h1 {
   font-size:20px;
   margin-top:13px;
   padding-bottom:5px;
   }
   
.content_sub_products h2 {
   font-size:14px;
   margin-top:5px;
   margin-bottom:10px;
   }
   
.content_sub_products h3 {
   font-size:12px;
   font-weight:bold;
   margin-bottom:5px;
   margin-bottom:5px;
   padding:0px;
   }
   
.content_sub_products h4 {
   font-size:12px;
   font-weight:bold;
   margin-bottom:15px;
   padding:0px;
   }
	
.content_sub_products p {
   display:block;
   font-size:12px;
   font-weight:normal;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.product_image {
   position:relative;
   padding:0px;
   margin-bottom:35px;
   color:#FFFFFF;
   height:100px;
   width:540px;
   left:0px;
   top:10px;
   float:left;
   background-color:#FFFFFF;
   text-align:left;
   border-bottom:1px;
   border-bottom-style:solid;
   border-bottom-color:#D3D8DC;
   border-left:1px;
   border-left-style:solid;
   border-left-color:#D3D8DC;
   border-right:1px;
   border-right-style:solid;
   border-right-color:#D3D8DC;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   }
   
.product_image_img {
   position:absolute;
   border:0px;
   top:5px;
   left:5px;
   width:530px;
   height:90px;
   }
   
.product_image_overview {
   position:relative;
   padding:0px;
   margin-bottom:35px;
   color:#FFFFFF;
   height:250px;
   width:540px;
   left:0px;
   top:10px;
   float:left;
   background-color:#FFFFFF;
   text-align:left;
   border-color:#FFFFFF;
   border:0px;
   }
   
.product_image_overview_img {
   position:absolute;
   border:0px;
   top:5px;
   left:5px;
   width:530px;
   height:250px;
   }
   
.list_product_overview {
   font-family:Arial, Helvetica, sans-serif;
   padding-left:15px;
   margin-left:10px;
   margin-bottom:10px;
   line-height:10px;
   color:#4C4C4C;
   background-image:url(Bilder/arrow.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   font-weight:bold;
   }
   
.link_product_overview {
   font-family:Arial, Helvetica, sans-serif;
   color:#707070;
   font-size:11px;
   text-decoration:none;
   margin-left:0px;
   padding-left:0px;
   }
   
.link_product_overview:hover {
   font-family:Arial, Helvetica, sans-serif;
   color:#707070;
   font-size:11px;
   text-decoration:underline;
   }
   
.content_sub_products table {
   margin-bottom:25px;
   }
   
.content_sub_products th {
   font-family:Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   font-size:11x;
   font-weight:bold;
   text-decoration:none;
   text-align:left;
   background-color:#808080;
   padding-left:5px;
   padding-right:5px;
   padding-top:3px;
   padding-bottom:3px;
   }
   
.content_sub_products td{
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
   text-align:left;
   padding-left:5px;
   padding-right:5px;
   padding-top:3px;
   padding-bottom:3px;
   background-color:#F4F4F4;
   }
   
.content_sub_products tr{
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:11px;
   font-weight:bold;
   text-decoration:none;
   }
   
.box th {
   font-family:Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   font-size:11px;
   font-weight:bold;
   text-decoration:none;
   text-align:center;
   background-color:#808080;
   padding-left:5px;
   padding-right:5px;
   padding-top:3px;
   padding-bottom:3px;
   }
   
.box td{
   font-family:Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
   text-align:center;
   padding-left:5px;
   padding-right:5px;
   padding-top:3px;
   padding-bottom:3px;
   background-color:#F4F4F4;
   }   

.products_footnote {
   float:left;
   width:540px;
   margin-left:3px;
   margin-bottom:0px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   line-height:15px;
   color:#4C4C4C;
   background-color:#FFFFFF;
   }
   
.directions_image {
   position:relative;
   padding:0px;
   margin-bottom:35px;
   color:#FFFFFF;
   height:398px;
   width:540px;
   left:0px;
   top:0px;
   float:left;
   background-color:#FFFFFF;
   text-align:left;
   border-bottom:1px;
   border-bottom-style:solid;
   border-bottom-color:#D3D8DC;
   border-left:1px;
   border-left-style:solid;
   border-left-color:#D3D8DC;
   border-right:1px;
   border-right-style:solid;
   border-right-color:#D3D8DC;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   }
   
.directions_detail_image {
   position:relative;
   padding:0px;
   margin-bottom:35px;
   color:#FFFFFF;
   height:517px;
   width:400px;
   left:0px;
   top:0px;
   float:left;
   background-color:#FFFFFF;
   text-align:left;
   border-bottom:1px;
   border-bottom-style:solid;
   border-bottom-color:#D3D8DC;
   border-left:1px;
   border-left-style:solid;
   border-left-color:#D3D8DC;
   border-right:1px;
   border-right-style:solid;
   border-right-color:#D3D8DC;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   }
   
.page_image {
   position:relative;
   padding:0px;
   height:160px;
   margin-bottom:20px;
   color:#FFFFFF;
   top:0px;
   margin-left:20px;
   float:right;
   background-color:#FFFFFF;
   text-align:left;
   border-bottom:1px;
   border-bottom-style:solid;
   border-bottom-color:#D3D8DC;
   border-left:1px;
   border-left-style:solid;
   border-left-color:#D3D8DC;
   border-right:1px;
   border-right-style:solid;
   border-right-color:#D3D8DC;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   }
   
.page_image_branche {
   position:relative;
   padding:0px;
   margin-bottom:20px;
   color:#FFFFFF;
   top:0px;
   margin-left:20px;
   float:right;
   background-color:#FFFFFF;
   text-align:left;
   border-bottom:1px;
   border-bottom-style:solid;
   border-bottom-color:#D3D8DC;
   border-left:1px;
   border-left-style:solid;
   border-left-color:#D3D8DC;
   border-right:1px;
   border-right-style:solid;
   border-right-color:#D3D8DC;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   }
   
.page_image_info_center {
   position:relative;
   padding:10px;
   height:289px;
   margin-bottom:20px;
   color:#FFFFFF;
   top:0px;
   margin-left:0px;
   float:left;
   background-color:#FFFFFF;
   text-align:left;
   border-bottom:1px;
   border-bottom-style:solid;
   border-bottom-color:#D3D8DC;
   border-left:1px;
   border-left-style:solid;
   border-left-color:#D3D8DC;
   border-right:1px;
   border-right-style:solid;
   border-right-color:#D3D8DC;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   }
   
.products_overview_image {
   position:relative;
   padding:0px;
   height:180px;
   margin-bottom:40px;
   color:#FFFFFF;
   top:0px;
   float:left;
   background-color:#FFFFFF;
   text-align:left;
   border-bottom:1px;
   border-bottom-style:solid;
   border-bottom-color:#D3D8DC;
   border-left:1px;
   border-left-style:solid;
   border-left-color:#D3D8DC;
   border-right:1px;
   border-right-style:solid;
   border-right-color:#D3D8DC;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   }
   
#downloads {
   margin-top:30px;
   line-height:15px;
   }
   
.downloads_table {
   width:540px;
   text-align:left;
   margin-top:20px;
   border-collapse:collapse;
   }
   
.downloads_table th {
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   text-align:left;
   background-color:#F4F4F4;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:5px;
   padding-left:10px;
   }
   
.downloads_table td {
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   text-align:left;
   background-color:#FFFFFF;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:5px;
   padding-left:10px;
   margin:0px;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   border-left:0px;
   border-right:0px;
   }
   
.downloads_table_products {
   width:540px;
   text-align:left;
   margin-top:20px;
   border-collapse:collapse;
   }
   
.downloads_table_products th {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:normal;
   text-align:left;
   color: #4C4C4C;
   background-color:#F4F4F4;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:5px;
   padding-left:10px;
   }
   
.downloads_table_products td {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   text-align:left;
   background-color:#FFFFFF;
   padding-top:5px;
   padding-bottom:5px;
   padding-right:5px;
   padding-left:10px;
   margin:0px;
   border-top:1px;
   border-top-style:solid;
   border-top-color:#D3D8DC;
   border-left:0px;
   border-right:0px;
   }
   
.products_table {
   width:540px;
   text-align:right;
   margin-top:10px;
   }
   
.products_table th {
   text-align:right;
   }
   
.products_table td {
   text-align:right;
   }
   
.products_table_2 {
   width:540px;
   text-align:center;
   margin-top:10px;
   }
   
.products_table_2 th {
   text-align:center;
   }
   
.products_table_2 td {
   text-align:center;
   }

.inquiry_table {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   text-align:left;
   margin-top:10px;
   background-color:#F4F4F4;
   }
   
.inquiry_table th {
   text-align:left;
   }
   
.inquiry_table td {
   text-align:left;
   }   

.link_table {
   font-family:Arial, Helvetica, sans-serif;
   color:#2C962B;
   font-size:11px;
   text-decoration:none;
   margin-left:0px;
   padding-left:20px;
   margin-bottom:0px;
   margin-top:0px;
   background-image:url(Bilder/pdficon_small.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   font-weight:normal;
   }
   
.inquiry_button {
   text-align:center;
   }
   
#button {
   position:relative;
   border:0px;
   top:0px;
   width:150px;
   height:31px;
   }   

/* numeric controls */   
  
  ol#controls{
   margin:0em 0;
   padding:0;
   margin-left:504px;
   height:12px;
   font-size:0px;
   }

ol#controls li{
   margin:0 0 0 10px; 
   padding:0;
   float:left;
   list-style:none;
   height:12px;
   line-height:12px;
   }

ol#controls li a{
   float:left;
   height:12px;
   line-height:12px;
   border:1px solid #ccc;
   background:#9FCF9E;
   color:#9FCF9E;
   padding:0 10px;
   text-decoration:none;
   }

	ol#controls li.current a{
   background:#2C962B;
   color:#2C962B;
   }

   ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
   
   
#mainmenu_ul {
   list-style-type:none;
   padding-left:0px;
   margin-top:0px;
   margin-bottom:1px;
   border-bottom-style:solid;
   border-bottom-width:1px;
   border-bottom-color:#D3D8DC;
   border-top-style:solid;
   border-top-width:1px;
   border-top-color:#D3D8DC;
   line-height:30px;
   height:30px;
   }
   
#mainmenu_ul li {
   list-style-type:none;
   float:left;
   margin-top:0px;
   margin-bottom:0px;
   padding-top:0px;
   border-left-style:solid;
   border-left-width:1px;
   border-left-color:#FFFFFF;
   border-right-style:solid;
   border-right-width:1px;
   border-right-color:#FFFFFF;
   }
   
#mainmenu_ul li a {
   color:#707070;
   }

#mainmenu_ul li ul li:hover a{
   color:#2C962B;
   }
   
#mainmenu_ul li:hover ul a{
   border-left-style:solid;
   border-left-width:1px;
   border-left-color:#D3D8DC;
   border-right-style:solid;
   border-right-width:1px;
   border-right-color:#D3D8DC;
   border-bottom-style:solid;
   border-bottom-width:1px;
   border-bottom-color:#D3D8DC;
   }
   
#mainmenu_ul li ul a{
   color:#707070;
   }
   
#mainmenu_ul li ul {
   position:absolute;
   display:none;
   list-style-type:none;
   padding-left:0px;
   margin-top:0px;
   margin-bottom:0px;
   line-height:30px;
   height:30px;
   float:none;
   z-index:10;
   }
   
#mainmenu_ul li ul li {
   float:none;
   background-color:#FFFFFF;
   }
   
#mainmenu_ul li:hover ul {
   display:block;
   border-style:none;
   line-height:30px;
   }
   
#mainmenu_ul li ul:hover {
   background-color:#EEEFF3;
   }
   
#mainmenu_ul li ul li:hover {
   background-color:#EEEFF3;
   }
   
#mainmenu_ul li:hover {
   border-left-style:solid;
   border-left-width:1px;
   border-left-color:#D3D8DC;
   border-right-style:solid;
   border-right-width:1px;
   border-right-color:#D3D8DC;
   border-bottom-style:solid;
   border-bottom-width:0px;
   border-bottom-color:#FFFFFF;
   color:#2C962B;
   }
   
.mainmenu_dropdown {
   text-decoration:none;
   list-style-type:none;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   margin-top:0px;
   margin-left:-2px;
   margin-right:-2px;
   padding-left:15px;
   padding-right:30px;
   display:block;
   }
   
.addthis_button {
   position:absolute;
   top:90px;
   right:0px;
   }
   
.agl_table {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   width:540px;
   text-align:center;
   background-color:#F4F4F4;
   border-collapse:collapse;
   border-color:#999999;
   border-width:1px;
   border-style:solid;
   margin-top:25px;
   margin-bottom:10px;
   }
   
.agl_table th {
   padding-top:10px;
   padding-bottom:10px;
   border-color:#999999;
   border-width:1px;
   border-style:solid;
   }
   
.agl_table td {
   background-color:#FFFFFF;
   padding-top:10px;
   padding-bottom:5px;
   border-color:#999999;
   border-width:1px;
   border-style:solid;
   }
  
.menu_text {
   position:relative;
   border:0px;
   top:5px;
   left:350px;
   height:20px;
   }
   
.list_download {
   font-family:Arial, Helvetica, sans-serif;
   padding-left:20px;
   margin-left:0px;
   margin-bottom:10px;
   color:#4C4C4C;
   background-image:url(Bilder/pdficon_small.gif);
   background-repeat:no-repeat;
   background-position:center;
   background-position:left;
   list-style:none;
   }
   
.list_download_ul {
   padding-left:2em;
   }