/* CSS Document */
body{ margin:0px; font-family: Arial; font-size: 11px; font-weight: normal; letter-spacing: 1px; color: #fff; height:100%; }


h1 {font-family: "Trebuchet MS"; font-size: 13px; font-weight: normal; letter-spacing: 1px; word-spacing: 1px; line-height: 25px; color: #fff;}
h2 {font-family: "Trebuchet MS"; font-size: 17px; font-weight: normal; letter-spacing: 2px; word-spacing: 2px; line-height: 20px; color: #fff;}
h3 {font-family: Verdana; font-size: 10px; font-weight: normal; letter-spacing: 1px; word-spacing: 1px; line-height: 10px; color: #fff;}
h4 {font-family: Arial; font-size: 11px; font-weight: normal; letter-spacing: 2px; word-spacing: 2px; color: #fff;}
h5 {font-family: Arial; font-size: 11px; font-weight: normal; letter-spacing: 1px; word-spacing: 18px; text-align: maring-top: -5px; center; color: #fff;}
h6 {font-family: Arial; font-size: 11px; font-weight: normal; letter-spacing: 1px; text-align: justify; color: #fff;}

.style1 {margin-top: -15px; text-align: center;}
.style2 {text-align: center; word-spacing: 45px; color: #fff;}
.style3 {font-family: Verdana; font-size: 11px; font-weight: normal; letter-spacing: 1px; word-spacing: 1px; color: #fff;}
.style4 {font-family: Arial; font-size: 11px; font-weight: normal; letter-spacing: 1px; text-align: justify; color: #fff;}

a:link {text-decoration: none; color: #fff;}
a:visited {text-decoration: none; color: #fff;}
a:active {text-decoration: none; color: #fff;}
a:hover {text-decoration: none; color: #fff;}

.aura-soma {   background: url(images/bg_red.gif) repeat-x; background-color: #df706c;
 }

#aura-soma {
	position: absolute;
	top: 320px;
	width: 100%;
	left: 0px;
	height: 182px;
	background: url(images/back_red.jpg);
	z-index: 2;
}

#aurasoma {
  position: absolute;
  top: 478px; 
  left: 50%;  
  width: 860px; 
  margin-left: -430px; 
  height: 20px; 
  z-index: 15;
}


#aurasoma_utbildning { 
  position:absolute; 
  top: 40px; 
  left: 50%;  
  width: 1000px; 
  margin-left: -500px; 
  z-index: 2;
}

#pommader {
	position:absolute;
	top: 0px;
	width: 1000px;
	left: 0px;
	height: 750px;
	background:url(images/oval_red.png);
	z-index: 3;
}

#colour_therapy { 
  position:absolute;
  top: 278px;
  left: 18px;
  width: 963px; 
  height: 150px; 
  background:url(images/bubbels_red.png);
  z-index: 5;
}

#aurasoma_kurser { 
  position:absolute;
  top: 428px;
  left: 20px;
  width: 960px; 
  height: 33px;
  background:url(images/menu_red.png);
  z-index: 5;
}


#aurasoma_terapeuter { 
  position:absolute;
  top: 60px;
  width: 1000px; 
  height: 40px;
  text-align: center; 
}


#quintessenser { 
  position:absolute; 
  top: 230px; 
  width: 206px; 
  left: 75px; 
  height: 231px; 
  z-index: 10;
}

#aurasoma_sverige { 
  position:absolute; 
  top: 231px; 
  width: 592px; 
  left: 280px; 
  height: 230px; 
  z-index: 10;
}

#balansoljor{	
  position: absolute;
  top: 490px;
  left: 50%;  
  width: 1000px; 
  margin-left: -500px; 
  height: 100px;
  z-index: 10;
}

#equilibrium {
  position: absolute;
  top: 540px;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  height: 39px;
  z-index: 10;
}

#fargterapi { 
  position:absolute; 
  top: 580px; 
  width: 650px; 
  left: 410px; 
  height: 100px;
  z-index: 10;
}

#anweb_webdesign{	
    position: absolute;
	left: 0px;
	top: 770px;
	width: 1000px;
	height: 70px;
	z-index: 2;
}

.menu ul{
	position: absolute;
	left: 18px;
	top: 433px;
	margin: 0;
	padding: 0;
	height: 25px;
	list-style-type: none;
	z-index: 16;
}

/*Top level list items*/
.menu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index: 30;

}

/*Top level menu link items style*/
.menu ul li a{
display: block;
width: 140px; /*Width of top level menu link items*/
border-left-width: 0;
padding: 5px 0px;
text-decoration: none;
text-align: center;
font-family: arial; font-size: 11px; font-weight: normal; color: #fff;}

.menu ul li b{
display: block;
width: 140px; /*Width of top level menu link items*/
border-left-width: 0;
text-decoration: none;
text-align: center;
font-family: arial; font-size: 11px; font-weight: normal; color: #fff;}
	
/*1st sub level menu*/
.menu ul li ul{
left: 40px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
height: 15px;
text-decoration: none;
text-align: left;
padding: 4px 4px;
background-color: #ead8d8;
border: 1px solid #c0322d;
font-family: arial; font-size: 11px; font-weight: normal; color: #888;}


/* Sub level menu links style */
.menu ul2 li ul2 li a{
display: block;
width: 130px; /*width of sub menu levels*/
color: #333333;
text-decoration: none;
text-align: left;
padding: 4px 4px;
font-family: arial; font-size: 11px; font-weight: normal; color: #888;}


.menu ul li a:hover{
color: #611919;
}

/*Background image for top level menu list links */
.menu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.menu .subfoldericon{
background:  #ead8d8; 
}

* html .menu ul li { float: left; height: 20px;}
* html .menu ul li a { height: 1%; }

