html {
  height: 101%;
}

html, body {
  margin: 0px;
  padding: 0px;
  
  background-image: url('../img/page_bg.gif');
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f7f6f7;
  color: #4C4C4C;
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

a, a:link, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #005CB1;
}
a:hover {
  color: #2775BD;
}

a img {
  border-color: #005CB1;
}

h1 {}

h2 {
text-transform:uppercase;
font-size: 12px;
letter-spacing: -1px;
color: #666666;
}

h3 {
font-size: 13px;
margin: 0px;
padding: 0px;
}

#top {
margin-top: 20px;
margin-bottom: 20px;
text-align:right;
}

#ie55_center_fix {
  text-align:center;
}

#page {
  text-align:left;
  width: 950px;
  margin: 0px auto;
}

#header {
  height: 300px;
}

  #header_top {
    height: 100px;
  }
  
    #header_top_left {
      /*margin-top: 3px;*/
	  margin-left: 20px;
  	  margin-top: 42px;
  	  margin-bottom: 28px;
      float: left;
      width: 30%;
    }
    
    #header_top_right {
      padding-right: 15px;
      float: right;
      width: 58%;
      
      text-align: right;
    }
    
      #header_top_right ul.languages, #header_top_right ul.menue {
        margin: 0px;
        list-style: none;
      }
      
      #header_top_right ul.languages li, #header_top_right ul.menue li {
        display: inline;
      }
      
      #header_top_right ul.languages li img {
        margin: 5px 0px 0px 10px;
      }
      
      #header_top_right ul.languages li.separator, #header_top_right ul.menue li.separator {
        color: #ccc;
		    padding: 0px 8px;
      }
      
      #header_top_right ul.languages li.active {
        font-weight: bold;
      }
          
      #header_top_right ul.languages {
        padding: 8px 0px 0px 0px;
      }
      
      #header_top_right ul.menue {
        padding: 34px 0px 0px 0px;
      }
  
  
  #header_bottom {
    clear: both;
    height: 200px;
    background-image: url('../img/header_bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;	
  }

    #header_bottom_left {
      /*margin-top: 3px;*/
      float: left;
      width: 530px;
    }
            
    #header_bottom_left_menu  {
    } 
    
    #header_bottom_right {
      float: right;
    }
  
      #header_bottom_right_compare {
        float:left;
        /*background:#99CC33;*/
        height: 50px;
        width:182px;
        border-left: 0px solid #ffffff;
        padding-left: 20px;
        line-height: 50px; 
      }
      
      #header_bottom_right_compare a {
       color: #ffffff;
       letter-spacing: -1px;
      }
	  
	   #header_bottom_right_compare img {
       margin-top: 17px;
      }
	  
      
      #header_bottom_right_search {
        float:left;
        /*background:#99CC33;*/
        height: 35px;
        width:201px;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
		
        /*text-align: center;*/
        
        padding-top: 15px;
      }
      
      #header_bottom_right_search input {
      	width: 163px;
      	border: 0px solid #000;
      	color: #999999;
      	margin-left: 20px;
      	padding-left: 5px; /* Innenabstand Input-Feld */
        padding: 3px 0px 3px 5px;
      	/*padding: 2px;*/
      	background-image: url(../img/search_loupe.gif);	
      	background-position: right;
        background-repeat: no-repeat;
      	background-position:152px -2px;
			  font-family: Verdana, sans-serif;
			  font-size: 11px;
      }
      
      #header_bottom_right_popdowns {
        clear: both;
      }

      
#body {
  float:left;
  background-color: #F7F7F7;
  
  background-image:url(../img/content_border_right.gif);
  background-position:545px 20px;
  background-repeat:no-repeat;
}

  #content {
    float:left;
    width: 545px;	
  }
  
  div.content_trenner {
    border-bottom: 1px dotted #999;
    padding-bottom: 8px;
    margin-right: 16px;
  }
  
  #content #breadcrumb {
    height: 20px; 
    background-color: #005cb1; 
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding-left: 5px;
  }

  #content #breadcrumb p {
  	color: #ffffff;
  	display: inline;
  	line-height: 20px;
  }
  
  #content #breadcrumb a {
  	color: #ffffff;
  }  

  ul.product_meta {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  
  ul.product_meta li {
    line-height: 15px;
  }
  
  #top {
    margin-right: 10px; 
  }
  
  #main {
    width: 544px;
	  padding-top: 5px;
  }
  
  #main_left {
  	
  	border: 0px solid black;
	 width: 203px;
    float: left;
	  line-height:18px;
	 
  }
  
  #main_left h2 {
    margin-bottom: 18px;
  }
  
  #main_right {
  /*float:left;/
background: yellow;
/*  width: 321px;*/
/*    float: right;*/

  }
   
  .img_box {
    width: 172px;
    height: 172px;
    border: 1px solid #CCCCCC;
    background-color: #FFF;
    text-align: center;
  }
  
  .img_box_small {
    width: 66px;
    height: 66px;
    border: 1px solid #CCCCCC;
    background-color: #FFF;
    text-align: center;
  }
  
  .img_box_verysmall {
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    background-color: #FFF;
    text-align: center;
  }
    
  #img_box {
  }
  
 /* 
  #head {
	color: #808080;
	line-height:12px;
  }
 */
  
  h1 {
	  color: #4D4D4D;
	  font-size: 18px;
	  line-height:18px;
  }
  
  div {
  color: #808080;
  }
  
  #main_right #content {
	width: 336px;
	color: #666666;
	line-height: 18px;
  }
  
  #main_right #content  ul{
	margin-left:0px;
	padding: 0px;
	list-style-type: disc;
  }
  
  #main_right ul{
  margin: 0px 0px 0px 17px;
  padding: 0px;
  list-style-type: disc;
  }
  
  #main_right ul.disc {
  margin: 0px 0px 0px 17px;
  padding: 0px;
  list-style-type: disc;
  }
  
  #main_right ul.disc li {
    margin-bottom: 5px;
  }
  
  #main_right ul.nodisc {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
  }
  
  #main_right ul.nodisc li {
    margin-bottom: 5px;
  }
  
  #main_right ul.versions, #main_right ul.versions li {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 10px;
  }
  
  .produkt_con {
    height: 80px;
  }
  
  .produkt {
    position: absolute;
    z-index: 100;
	  border: 1px solid #CCCCCC;
	  height: 66px;
	  width: 66px;
	  background-color: #FFFFFF;
	  margin-bottom: 8px;
  }
  
  
  
  .produkt_hover {
    position: absolute;
    z-index: 100;
    border: 1px solid #CCCCCC;
    height: 88px;
    width: 330px;
    margin-top: -11px;
    background-color: #FFFFFF;
    margin-bottom: 8px;
  }
  
  .produkt div.image {
    float: left;
    width: 66px;
    height: 66px;
    text-align: center;
  }
    
  .produkt_hover div.image {
    float: left;
    width: 86px;
    height: 86px;
    text-align: center;
  }
  
  .produkt div.image img.small { /*display: block;*/ }
  .produkt_hover div.image img.small { display: none; }
  .produkt div.image img.small2 { display: none; }
  .produkt_hover div.image img.small2 { /*display: block;*/ }
  
  
  
  .produkt div.description {
    float:left;
    display: none;
  }
  
  .produkt_hover div.description {
    width: 200px;
    white-space: normal;
    float:left;
    display: visible;
    padding-left: 5px;
  }
  
  .vergleichen {
    margin-bottom: 23px;
  }
  
  .upper {
    text-transform: uppercase;
  }
  
  .version, .version a {
  color: #005CB1;
  font-weight: bold;
  }
  
  .version a:hover {
  color: #2775BD;
  font-weight: bold;
  }
  
  .small {
    line-height: 1.6em;
    font-size: 0.8em;
  }
  .artikelnummer {
  color: #999;
  }
  
  .preiseinheit {
  color: #999;
  }
  
  .preis {
	color: #005CB1;
	text-align:left;
  }
  
  .underline {
  text-decoration: underline;
  }
  
  
  
  p.sidebar_title {
    padding: 0px 0px 0px 20px;
    margin: 0px;
    line-height: 50px; 
    
    color: #ffffff;
    letter-spacing: -1px;
    font-weight: bold;
  }
  
   .img_headline {
    padding: 0px 0px 0px 20px;
	margin: 0px;
	margin-top: 20px;
    line-height: 50px; 
  }
  
  h3.applications {
    padding: 13px 0px 0px 0px;
    clear: both;
  }
  
	h3.applications a:link, 
	h3.applications a:visited, 
  h3.applications a:active, 
  h3.applications a:hover {
	  color: #666;
	  text-decoration: underline;
	}
  
  .applicationsItem {
    float: left;
    width: 33%;
  }
  
  .applicationsItem h4 {
    font-size: 9px;
    height: 22px;
  }
    
  .applicationsItem .img_box {
    margin-bottom: 15px;
  }


/*
#######################################
######### Tabellen im Content #########
#######################################
*/  

#content .headline {
  width: 540px;
  line-height: 20px;
  background-color: #005cb1;
  color: #ffffff;
  padding-left: 5px;
  font-weight: bold;
}

#content .table {
  width: 545px;
  border: 0px solid black;
  border-collapse: collapse;
}

#content .table.hover {
  cursor: pointer;
}

#content .table.hover td , #content .table.hover td b, #content .table.hover div.small, #content .table.hover div.title  {
  background-color: #005cb1;
  color: #ffffff;
}

#content .table tr {
  background-color: #eae9ea;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  padding-left: 5px;
}

#content .table td {
  padding-left: 5px;
}

#content .table .description {
  font-weight: normal;
  font-size: 9px;
  background: none;
  border-bottom: 1px solid #ffffff;
}

#content .table .other {
  font-weight: normal;
  text-transform:uppercase;
  color: #ffffff;
  background:#626262;
  padding-left: 5px;
  line-height: 20px;
}

#content .table .other a {
  color: #ffffff;
}


/*
#######################################
########### Right BOXES   #############
#######################################
*/  

.box_home {
  float: right;
  width: 205px;
}

#sidebar {
    float: right;
    width: 405px;
    
    margin-bottom: 1px;
    
    line-height: 14px;
}

  #sidebar div.box .img_headline,
  #sidebar_left div.box .img_headline,
  #sidebar_right div.box .img_headline {
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 10px;
  }

  #sidebar_left,
  #sidebar_left div.box {
    width: 202px;
    float: left;
  }
  
  #sidebar_right,
  #sidebar_right div.box {
    width: 202px;
    float: right;
  }
  
  #sidebar div.box,
  #sidebar_left div.box,
  #sidebar_right div.box {
    margin-top: 1px;
    position: relative;
    float: left;
  }
  
  
  #sidebar div.box h2,
  #sidebar_left div.box h2,
  #sidebar_right div.box h2 {
    margin: 0px;
    padding: 10px 0px 10px 10px;
    text-transform:uppercase;
    font-size: 12px;
    letter-spacing: -1px;
  }
  
  #sidebar div.box img,
  #sidebar_left div.box img,
  #sidebar_right div.box img {
    padding: 0px 10px 1px 0px;
    margin-right: 5px;
  }
  
  #sidebar div.box img {
    padding: 0px 0px 1px 5px;
		border: 0px;
  }
  
  #sidebar div.box p {
    padding: 0px;
    clear: both;
    font-size: 10px;
	  padding-left: 10px;
	  
  }
  
  #sidebar div.box a{
    font-size: 10px;
  }
  
  #sidebar_left div.box p,
  #sidebar_right div.box p {
    margin: 0px 0px 0px 10px;
    clear: both;
    padding: 0px;
	padding-bottom: 10px;
	padding-right: 5px;
  }
  #sidebar_left div.box div.extra p,
  #sidebar_right div.box div.extra p {
    margin: 0px 0px 0px 10px;
  } 
  
  #sidebar_left div.box div.extra,
  #sidebar_right div.box div.extra {
    margin-top: 10px;
    padding: 0px;
  } 
  
  /* BLAUE BOX */
  #sidebar_left div.box_blue,
  #sidebar_right div.box_blue {
    border-right: 0px solid #fff;
	
  }

	div.box_blue a,
  div.box_blue a:link,
  div.box_blue a:active,
  div.box_blue a:visited  {
    color: #ffffff;
	text-decoration: none;
  }  

	div.box_blue a:hover  {
    color: #ffffff;
		text-decoration: none;
  }  

  #sidebar_left div.box_blue,
  #sidebar_right div.box_blue {
    color: #ffffff;
    background-color:#005cb1;
	
  }
  
  #sidebar_left div.box_blue h2,
  #sidebar_right div.box_blue h2  {
    color: #ffffff;
  }
  
  #sidebar_left div.box_blue div.extra p,
  #sidebar_right div.box_blue div.extra p  
   {
    padding: 5px 0px;
	
    color: #ffffff;
	
  }
  
  #sidebar_left div.box_blue div.extra,
  #sidebar_right div.box_blue div.extra {
    background-color: #001f52;
    color: #ffffff;
  }
 
  div.box div.application {
    width: 200px;
    height: 40px;
  }
 
  div.box div.application div.image {
    float:left;
    width: 40px;
  }
  
  div.box div.application div.image img {
		padding: 0px;
		margin: 0px;
		margin-left: 10px;
  }
  
  div.box div.application div.description {
    width: 155px;
    float:left;
    padding: 0px;
  }
 
 
/*
#######################################
############## FOOTER  ################
#######################################
*/   
 
#footer {
color: #ffffff;
margin-top: 20px;
background-color: #0f66b5;
font-size: 9px;
margin-bottom: 20px;
}

#footer p {
color: #ffffff;
margin: 0px;
padding: 0px;
}

#footer #adress {
text-align: center;
line-height: 20px;
}

#footer #adress a {
color: #ffffff;
margin: 0px;
padding: 0px;
}

#footer #quicknavi {
color: #8cc2e7;
margin: 0px;
line-height: 20px;
text-align: center;
border-top: 1px solid #ffffff;
background-color: #0f66b5;
}

#footer #quicknavi a  {
color: #8cc2e7;
}

#footer #quicknavi li {

display: inline;
list-style:none;
}

#footer #quicknavi .active {
font-weight: bold;
}


#footer #quicknavi .separator {
padding: 0px 8px;
}

/*
#######################################
##############  LINK-ICONS  ################
#######################################
*/   
.icon_weiteremp {
	background-image: url('../img/icon_weiterempf.gif');
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 23px;
	line-height: 19px;
}
.icon_merkzettel {
  background-image: url('../img/icon_mkz_open.gif');
  background-repeat: no-repeat;
  background-position: 0px -2px;
  padding-left: 23px;
  line-height: 19px;
}
.icon_haken {
  background-image: url('../img/icon_haken.gif');
  background-repeat: no-repeat;
  background-position: 0px -2px;
  padding-left: 23px;
  line-height: 19px;
}

/*
#######################################
##############  MERKZETTEL  ################
#######################################
*/ 

input.merkzettel {
        width: 380px;
        border: 1px solid #999;
        color: #333;
        margin: 0px;
        padding: 3px 0px 3px 5px;
        
        font-family: Verdana, sans-serif;
        font-size: 12px;
      }
      
input.merkzettel.vorname, input.merkzettel.nachname { width: 184px; }
input.merkzettel.nachname { margin-left: 5px; }
input.merkzettel.plz { width: 85px; }
input.merkzettel.ort { width: 283px; margin-left: 5px; }

input.merkzettel:focus, textarea.merkzettel:focus {
  border: 1px solid #333;
}
      
input.input_merkzettel {
        width: 120px;
        border: 1px solid #999;
        color: #FFF;
        background-color: #0f66b5;
        margin: 0px;
        padding: 3px 0px 3px 0px;
      }
      
input.input_merkzettel2 {
        width: 220px;
        border: 1px solid #999;
        color: #FFF;
        background-color: #0f66b5;
        margin: 0px;
        padding: 3px 0px 3px 0px;
      }
      
textarea.merkzettel {
        width: 500px;
        height: 80px;
        border: 1px solid #999;
        color: #333;
        margin: 0px;
        padding: 3px 0px 3px 5px;
        
        font-family: Verdana, sans-serif;
        font-size: 12px;
      }

#content table thead tr .header {
  background-image:url(../img/tablesorter_bg.gif);
  background-position:-3px center;
  background-repeat:no-repeat;
  cursor:pointer;
  padding-left: 16px;
}

#content table thead tr .headerSortDown { 
    background-image: url(../img/tablesorter_desc.gif); 
    background-color: #001f52; 
}

#content table thead tr .headerSortUp { 
    background-image: url(../img/tablesorter_asc.gif); 
    background-color: #001f52; 
} 

/**
 * Merkzettel
 **/
 
#merkzettel_message {
  border: 1px solid #000;
  margin: 30px auto 20px auto;
  width: 400px;
  padding: 10px;
  text-align: center;
  line-height: 18px;
}

#merkzettel_message.error {
  color: #E00;
  border-color: #E00;
  background-color: #EED9D9;
}

#merkzettel_message.success {
  color: #0B0;
  border-color: #0B0;
  background-color: #D9EED9;
}

/**
  PLZ SUCHE
*/

#plz_form {
  /*background-color: #001F52;*/
  height: 49px;
  text-align: center;
  position: relative;
}

input.search.plz {
        border: 1px solid #999;
        color: #333;
        margin: 0px;
        height: 15px;
        padding: 4px 0px 3px 5px;
        
        font-family: Verdana, sans-serif;
        font-size: 12px;
      }
      
input.search.plz.text { 
    left: 0px;
    top: 12px;
    position: absolute; 
    width: 150px; 
    }

input.search.plz.submit {
    left: 170px;
    position: absolute;
    top: 12px;
    
    height: 24px;
    width: 90px;
    
   padding-top: 10px; 
   border: 0px solid #999;
   color: #333;
   margin: 0px;
   padding: 0px;
        
   font-family: Verdana, sans-serif;
   font-size: 12px;
}


/* Sitemap - CSSstart */
#sitemap ul {
list-style:none;

}

#sitemap .secondLayer li {
list-style: url('../img/arrow_right.gif');
}

#sitemap .seperator {
margin: -2px;
}

/* *ISI Erweiterungen ################# */
.isi_zurueck {
color:#FFFFFF!important;
font-weight: bold;
background-color: #0f66b5;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 7px;

}

