html, body {
margin: 0px 5px 0px 5px; 
padding: 0px 0px 0px 0px; 
height: 100%;
background-image: none;
background-color: #FFFFFF;
font-size: 12px; 
font-family:Arial,Helvetica,sans-serif; font-size:12px;
}

* html  {
margin: 0px 10px 0px 50px; 
}

* html body {
margin: 0px 10px 0px 50px; 
}

/* Anfang: Grundgerüst der Seite */
/* ---------------------------------------------------------------------------------  */
#wrapper {
margin: 0px;
padding: 0px;
width: 100%;
min-width: 989px;
}

#content_wrapper {
overflow: auto;
}

/* begin the bodge for IE6 browsers */
* html #min-width_wrapper {
border-left: 989px solid #fff; 
position:relative; 
float: left;
z-index:1;

}

* html #min-width_ie6 {
margin-left:-989px; 
position:relative; 
float: left; 
z-index:2;
} 

/* end the bodge for IE6 browsers */

#left_column {
float: left; 
width: 210px;   
background-color: #ffffff;
}

#right_column {
float: right;
width: 210px;  
background-color: #ffffff;
}

#content {
width: auto;  
margin: 0px 220px;  
padding: 0px 0px 0px 0px;
z-index: 2;
}

*:first-child+html #content {min-height: 500px;}

* html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }

#content_mit_strich {
border-top: 1px dotted #002762;
width: auto;  
margin: 0px 220px;  
top: 283px; 
background-color: #ffffff; 
border-top: 1px dotted #002763; 
padding: 15px 0px 0px 0px;
}

#markenlogo	{
position: absolute; 
top: 310px; 
right: 230px; 
width: 100px; 
height: 40px;
background-color: #006666; 
}

/* ---------------------------------------------------------------------------------  */
/* Ende: Grundgerüst der Seite */

/* Anfang: Begrenzung der Länge von Produktnamen */
/* ---------------------------------------------------------------------------------  */


p.pr-price_category	{
margin-top: 20px;
color: #002763; 
font-size: 11px;
text-decoration: none;
text-align: right;
}



/* ---------------------------------------------------------------------------------  */
/* Ende: Begrenzung der Länge von Produktnamen */