body {
	background-color: #E7F6F9;
	color: #98A488;
	
}
html {
	font-family: Verdana, Geneva, sans-serif;
	}

#tekstboks {
	background-color: #E2DCC8;
	position: relative;
	clear: left;
	min-width: 600px;
	width: 55%;
	float: left;
	margin-top: 1em;
	margin-left: 5%;
	color: black;
	border: solid;
	border-width: 1px;
	padding: 1em;
	font-size: small;
	}
#tekstboks a {
	color: black;
	}

#tekstboks h1 { font-size: medium;
				margin-left: 5%;
		}

#tekstboks2 {
	
	border: inset;
	width: 94%;
	background: #D6DFCB;
	margin-right: 15%;
	padding-left: 5%;
	}
#tekstboks2 h5 {
	text-decoration: underline;
	}
#tekstboks2 p {
	font-size: small;
	}	
#tekstboks2 h3 {
	text-decoration: underline;	
	}	
#sidemeny {
	font-size: small;
	border: solid;
	position: absolute;
	margin-left: 67%;
	margin-top: 3.5%;
	min-width: 175px;
	width: 15%;
	background-color: #D6DFCB;
	padding: 0.5%;
	color: black;
	}
#sidemeny a {
	color: black;
	}
#profilbilde {
	margin-left: 5px;
	margin-top: 5%;
	}
/* navbar */
#logo img {
	border: solid;
	margin-left: 8%;
	border-color: black;
	}
/* new navbar */
#navbar ul {
				list-style: none;
				text-align: center;
				margin-left: 3%;
			}

	#navbar		ul a {
				background-color: #98A488;
				color: #EAF5FC;
				text-decoration: none;
				display: block;
				padding: 5px 5px 5px 10px;
				width: 110px;
			}
			
	#navbar		ul a:hover {
				color: #BD969D;
				text-decoration: none;
				background-color: #F1F5EB;
			}
			
	#navbar		ul li {
				border-bottom: 1px solid #FFF;
				border-right: 1px solid #FFF;
				float: left;
				position: relative;
				
			}
			
	#navbar		ul li ul {
				list-style: none;
				position: absolute;
				left: 0;
				top: 100%;
				display: none;
				width: 125px;
				border-top: 1px solid #FFF;
				text-align: left;
			}
			
	#navbar		ul li:hover ul { display: block; }
			
	#navbar		ul li:hover ul li ul { display: none; }
			
	#navbar 	ul li ul li:hover ul {
				display: block;
				position: absolute;
				left: 140px;
				top: -1px;
				border-left: 1px solid black;
			}

/* navbar2 */

#navbar2 {
				width: 100%;
				position: absolute;
				clear: both;
				
	}

#navbar2 ul {
				list-style: none;
				text-align: center;
				margin-left: 2%;
				font-size: x-small;
				font-weight: bolder;

			}

	#navbar2		ul a {
				display: block;
				padding: 2%;
				width: 100%;
				color: #BD969D;
				text-decoration: none;
				background-color: #F1F5EB;
					border: solid 1px #000;
				}
			
	#navbar2	ul li a:hover {
				text-decoration: none;
				background-color: #98A488;
				color: #EAF5FC;
		}
			
	#navbar2		ul li {
				float: left;
				position: relative;
				margin-left: 2%;

				width: 20%;				
			}
	
	#tekstboks2 h5 a:hover {
			background-color: #98A488;
			padding: 0.2em;
			}		
	#footer		{
			clear: left;
			margin-left: 1%;
			margin-top: 2%;
			width: 80%;
			font-size: smaller;	
			background: #E2DCC8;
			}
	#footer p {
		margin-left: 3%;
		
		}
.div-1a {


}
.div-1 {
		border-bottom: thin;
	}
/*.div-1b {
	height: 150px;
	}
*/
/* old navbar 
#navbar {
	margin-left: 10%;
}

#navbar ul {
	list-style-type: none;
	padding: 1em;
	}
#navbar ul li {
	display: inline;
	
	}
#navbar ul li a {
	padding: 1%;
	background-color: #ded9d1;
	text-decoration: none;
	color: #847763;
	}
#navbar ul li a:hover {
	font: Verdana, Geneva, sans-serif;
	padding: 1%;
	background-color: #769bcf;
	text-decoration: none;
	color: #847763;
	}
#navbar ul li:hover ul li ul { display: none; }
#navbar ul li ul li:hover ul { display: block; }
*/
	
	/* image no-borders */

img {
	border-style: none;
}

