/* Skærm layout og behaviour */

body {
  margin: 0px 0px;
	background-color: #FFF6FF;
	color: #000;
  font-family: verdana, arial, sans-serif;
  font-size: 82%;
	line-height: 130%; 
	}

/* p {
	line-height: 130%; 	
  }
 */
h1 {
  font-size: 160%;
 	line-height: 110%; 	
	margin-top: 0px;
  }
h2 {
  font-size: 142%;
 	line-height: 110%; 	
  }
h3 {
  font-size: 130%;
 	line-height: 110%; 	
  }
.h3blaa {
	color:#3300FF;
	}
.h3lilla {
	color:#CC0099;
	}
.pblaa {
	color:#3300FF;
	}

ul, ol {
	margin-top: 6px;
	}
ul li {
	margin-top: 4px;
	}
ol li {
	margin-top: 4px;
	}

a:link {
  color:blue;
  }
a:visited {
  color:purple;
  }
a:hover, a:active {
  color:red;
}
.midtstil {
  text-align:center;
  }
/* ------------ */

#logo {
  position:absolute;
  right:32px;
  top:6px;
}
#logo img {
  height:108px;
  width:76px;
  border:0px;
  z-index:2;
}
#toppic {
  position:absolute;
  left:20px;
  top:10px;
  z-index:2;
}
#toppic img {
  height:100px;
  width:150px;
  border:1px solid #CCC;
}

div#banner {
	height: 104px;
	/*width: 100%;*/
    /*padding: 0px 0px 0px 0px;*/	
    /*margin: 0px 0px 0px 0px;*/	
	color: #0055CC;
	background-color: #FFDDFF;
	border-bottom: 1px solid #CCC;
    padding-left:248px;
    text-align:left;
	white-space: nowrap;
	}
div#banner h1 {
    padding-left:6pt;
    padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 30pt; /*32pt;*/
	}
div#banner p {
	padding-bottom: 4px;
    margin-bottom:0px;
	margin-top: 0px;
	color: #000;
	font-size: 11pt; /*12pt;*/
	font-weight: bold;
	}
div#banner p#holistisk {
	padding-left: 90px;
	font-size: 13pt;
	}

/* ------------ */
div#forsidenav {
	/*position:absolute;
	top:114px;
	right:6px;*/
    padding-top:8px;
    padding-left:8px;
    padding-bottom:40px;
	}
	 	
div#cont1 {
	width: 100%;
	padding-top: 114px;
	padding-top: 32px;
	}
	
div#contmargen {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	}


/* ------------ */
div#leftcol {
	background-color:transparent;
	float:left;
	width:150px;
  }

div#footer {
	clear:both;
	margin:16px 0 10px 0;
	background-color:#FFDDFF;
	color:#3300FF;
	font-size:80%;
	text-align:right;
  }
div#footer p {
	margin:0 0;
	text-align:center;
	padding-right:10px;
  }


div#content {         /* Bemærk Ingen float */
	margin-left: 156px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 22px;
	padding-right: 10px;
	/*border-left: 1px solid blue;*/
	}
/* IE only. Fixing 3px gap */ 
/* Hides from IE5-mac by escaping \*/
* html div#content {height: 1%;}
/* End hide from IE5-mac */ 

/*---------------------------------*/
/* Menu layout og behaviour */

div.menubar {
	/*float: left;*/
	width: 150px;
  background-color:#FFDDFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
	color:blue; /*#0055CC;*/
  /*font-family: arial, sans-serif;*/
	font-size: 100%;
	font-weight: bold;
	line-height:140%;
	/*padding-bottom: 10px;*/
	}


div.menubar a {
	margin-top: 2px;
	margin-left: 6px;
	text-decoration: none;
	}
div.menubar a:active {
	color:#3300FF;
	}
div.menubar a:link {
	color:#3300FF;
  }
div.menubar a:visited {
	color:#3300FF;
  }
div.menubar a:hover {
	padding: 2px 2px;
	text-decoration: none;
	color:#FFF;
  background-color:#3300FF;
	}
div.menubar h3 {
	margin-top:0px;
	margin-left:6px;
	margin-bottom:6px;
	color:#CC0099
	}

/*---------------------------------*/
/* Forside */
p#logoingerlise {
	float:right;
    margin-top:0px;
    margin-left:24px;
    margin-bottom:12px;
    margin-right:12px;
	text-align:center;
	font-size:80%;
}
p#logoingerlise img {
	height: 113px;
	width: 113px;
    border:0;
}

/*---------------------------------*/
/* Formular nyhedsbrev */
input#inpt1 {
	width:240px;
	margin-left:8px; 
	}
input#inpt2 {
	width:240px;
	}
label#labt3 {
	margin-left:42px;
	}
input#inpt3 {
	margin-right:30px;
	}
input#inpt4 {
	margin-left:42px;
	}

/*---------------------------------*/
/* Om mig */
p#imgilr {
	float: right;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 24px;
	margin-left: 24px;
	margin-right: 24px;
	text-align: center;
    font-size:80%;
}
p#imgilr img {
	height: 200px;
	width: 304px;
	border: 1px solid silver;
}
p#ilrfull {
	float: right;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 24px;
	margin-left: 24px;
	margin-right: 24px;
	text-align: center;
    font-size:80%;
}
p#ilrfull img {
	height: 236px;
	width: 158px;
	border: 1px solid silver;
}
/*---------------------------------*/
/* Vegatest */
div#imgapp {
	text-align: center;
	font-size:80%;
}
div#imgapp img {
	height: 115px;
	width: 144px;
}
p#imgtest {
	float:right;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
	font-size:80%;
}
p#imgtest img {
	height: 157px;
	width: 236px;
}
/*---------------------------------*/
/* Esoterisk healing */
p#imgheal1 {
	float:right;
	margin-top:0px;
	margin-left:16px;
	margin-bottom:12px;
	text-align:center;
	font-size:80%;
}
p#imgheal1 img {
	height: 285px;
	width: 200px;
}
/*---------------------------------*/
/* Qigong - meditation */
p#imgmedi {
	float:right;
	margin-top:0px;
	margin-left:16px;
	margin-bottom:12px;
	text-align:center;
	font-size:80%;
}
p#imgmedi img {
	height: 200px;
	width: 144px;
}
/*---------------------------------*/
/* Qigong - meditation */
p#imglotus {
	margin-right:120px;
	/*float:right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:12px;*/
	text-align:center;
	font-size:80%;
}
p#imglotus img {
	height: 180px;
	width: 144px;
}

