/* @override http://www.naturterapiskolen.no/css/naturterapi_screen.css */

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	padding: 0px;
	margin: 0px;
	height: 101%;
}

body { 
	font: 1em Arial, Helvetica, sans-serif;
	background-color: #e2dceb;
}	
	
#center {	text-align:left;
	width: 930px;
	min-height: 100%;
	margin: 0 auto;
	background-color: white;
}

#head {
	width: 100%;
	text-align:center;
	margin-top: 20px;
	height: 170px;
}

#logo {
	float: left;
	margin: 10px 20px 0;
}

#slogan {
	float: left;
	width: 470px;
	margin-top: 40px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
}

#slogan h1 {
	font: italic bold 36px Garamond, Times, Serif;
	color: #3e0758;
}

#picture {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 20px;
}

#menu {
	text-align: left;
	width: 890px;
	margin-left: 20px;
	clear: both;
	background-color: #dfdfff;
	height: 1.7em;
}



#menu p {
	font-size: 0.8em;
	line-height: 1.5em;
	float: left;
	font-weight: bold;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 4px solid white;
	height: 1.5em;
}

#menu a {
	text-decoration: none;
	color: #000;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

#menu a:link {
	color: #3e55b2;
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
	color: #3e55b2;
}

#menu a:hover {
	text-decoration: underline;
	color: #3e55b2;
}

#menu a:active {
	text-decoration: underline;
	color: navy;
}

.blue {
	background-color: #bed2e8;
}

.green {
	background-color: #cee6c2;
}

.pink {
	background-color: #f3dbda;
}

.purple {
	background-color: #e2dbeb;
}

#text {
	float: left;
	width: 890px;
	margin-left: 20px;
	margin-top: 20px;
	
}

#text_left {
	float: left;
	width: 200px;
	margin-right: 30px;
	
}

#text_middle {
	float: left;
	width: 430px;
	
}

#text_middle {
	float: left;
	width: 430px;
	
}

#text_right {
	float: right;
	text-align: left;

	width: 200px;
}

#text a {
	font-weight: normal;
	color: #444;
}


#text h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "sans serif";
	color: #4033a3;
}

#text p, li {
	color: black;
}

#text img {
	border: 1px solid #444;
}

.centrerad {
	text-align: center;
}

.small_text {
	font-size: 0.8em;
}

.no_underline {
	text-decoration: none;
}

.footnote_number { 
	vertical-align: super;
	font-size: 0.6em;
}

#belowthebottom {
	height: 2em;
	clear: both;
	width: 100%;
}

#bottom {
	width: 50em;
	height: 2em;
	margin-top: -2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#bottom p {
	color: white;
	font: 0.7em Arial, Helvetica, Geneva, sans-serif;
	clear: both;
}

#bottom a {
	color: white;
	text-decoration: none;
	padding-left: 20px;
}

p {
	font-size: 0.8em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.5em;
}


li {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-left: 2em;
	color: black;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	list-style-type: circle;
}

h1 {
	font-size: 1.4em;
	padding-bottom: 0.4em;
	padding-top: 1px;
	line-height: 1.4em;
}

h2 {
	font-size: 1.2em;
	padding-top: 1.2em;
	padding-bottom: 0.2em;
	line-height: 1.4em;
}

h3 {
	font-size: 1.0em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	line-height: 1.4em;
}

h4 {
	font-size: 0.9em;
	padding-top: 1em;
	padding-bottom: 0.2em;
}

h5 {
	font-size: 0.8em;
	padding-top: 0.6em;
	padding-bottom: 0em;
}

h6 {
	font-size: 0.7em;
	padding-top: 0.7em;
	padding-bottom: 0em;
}

