/* DE */
/* general stuff */
/* Produktdetails fuer Greybox */

html {
    min-height: 90% !important;
    height: 90%;
    margin: 0px;
    padding: 0px;
}

body {
    margin:0px;    
    padding:0px;    
    min-height: 90% !important;    
    height: 90%;
    background: #ffffff;
    font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

  h1 { font-size: 250%;}                       /* 30px */
  h2 { font-size: 200%; }                       /* 24px */
  h3 { font-size: 150%; }                       /* 18px */
  h4 { font-size: 133.33%; }                    /* 16px */
  h5 { font-size: 116.67%; }                    /* 14px */
  h6 { font-size: 116.67%; }                    /* 14px */

fieldset, img { border: 0 solid; }

#container_details {
    margin: 20px;
}


/* Lightbox Produktdetails - Texte 1 */
#details_text_1 {
    float: left;
    width: 145px;    
    height: 83px;    
    color: #000000;    
    font-weight: bold;    
    line-height: 28px;    
    margin-left: 3px;    
    padding: 3px;    
    background: #cccccc;    
}



/* Lightbox Produktdetails - Texte 2 */
#details_text_2 {
    float: left;    
    width: 170px;    
    height: 78px;    
    color: #000000;    
    font-weight: bold;    
    padding: 3px;    
    padding-top: 8px;    
    margin-left: 6px;    
    background: #cccccc;            
}

/* Liste fuer Zweizeiler */
ul {
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 9px;
	list-style-type: disc;
}

li {
	list-style-position: outside;
	margin-left: 9px;
	list-style-type: disc;
	padding-left: 0px;
}


