﻿
    
/*-- Wrapper  --*/

div.mainHyg {
	width: 590px;
	position: absolute;
	top: 120px;
	left: 195px;
	z-index: 11;
	padding: 10px 10px 0 10px;  
	}

/*--- Bubblan med innehåll     ---*/

div.bubble {   
    float: left;
    margin: 10px 10px 10px -15px;
    width: 160px;
    height: 105px;
    padding-bottom: 40px;    /*--   due to the Ruzee-script  --*/
    border: solid 2px Maroon;
    }

#bubbleEdge {   
    position: absolute;  /* absolute due to z-index-order   */
    width: 45px;
    height: 79px;
    top: 145px;
    left: 150px;
    z-index: 18;
    }
    
#komplett {
    position: relative;
    top: 18px;
    left: 2px;  
    }
    
#flexible {
    position: relative;
    top: 18px;
    left: 2px;  
    }
    
#hygien{
    position: relative;
    top: 28px;
    left: 3px;   
    }

#atex {
    position: relative;
    top: 28px;
    left: 1;     
    } 
    
    
/*--      content     -- */
h1 {
    color: #666;
    font-size: large;
    }
    
h1 p {
	margin-left: 70px;
	margin-right: 60px;
	text-align: justify;
	}
	
img#fyllror {
    float: right;
    margin: 10px 0 10px 10px;
    }
	
dl {
    margin-top: 8%;
    }

dl dt {
  color: #333;
  font-weight: bold;
    } 

dl dd {
    margin-bottom: 10px;
    }
  
#imgHyg  {
    float: right;
    margin-top: 10px;
    }

#captionHyg {
    float: right;
    margin-top: 20px;
    width: 150px;
    font-size: 90%;
    font-weight: bold;
    color: #222;
    }

