@charset "utf-8";
body {
	background-color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#alt {
	position: absolute;
	top: 0px;
	left: 200px;
	z-index: 1;
	overflow: visible;
}
h1, h2 {
	text-align: center;
}

#nyheter em {
	font-size: 12px;
}
/*
#hvit {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 900px;
	z-index: 3;
	background-color: white;
}
*/

#banner {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#innhold {
	background-image:url(bilder/repeat.png);
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	position: absolute;
	left: 0px;
	top: 242px;
	width: 905px;
	z-index: 3;
	padding: 10px;
}

#tekst {
	padding-left: 25px;
	padding-right: 35px;
	padding-bottom: 20px;
}

#bunn {
	position: absolute;
	left: 0px;
	bottom: -150px;
	z-index:3;
}

/* MENY */

	/* FORSIDE */
		#for {
			position: absolute;
			left: 0px;
			top: 175px;
			z-index: 3;
		}

		#for a{
			background-image: url("bilder/for.png");
			display: block;
			width: 126px;
			height: 67px;
			text-decoration: none;
		}
		
		#for a:hover{
			background-image: url("bilder/for_hov.png");
			display: block;
			width: 126px;
			height: 67px;
			text-decoration: none;
		}

	/* OM OSS */
		#om {
			position: absolute;
			left: 126px;
			top: 175px;
			z-index: 3;
		}
		#om a{
			background-image: url("bilder/om.png");
			display: block;
			width: 112px;
			height: 67px;
			text-decoration: none;
		}
		
		#om a:hover{
			background-image: url("bilder/om_hov.png");
			display: block;
			width: 112px;
			height: 67px;
			text-decoration: none;
		}

	/* UTREDNING */
		#utredning {
			position: absolute;
			left: 238px;
			top: 175px;
			z-index: 3;
		}		
		
		#utredning a{
			background-image: url("bilder/utredning.png");
			display: block;
			width: 138px;
			height: 67px;
			text-decoration: none;
		}
		
		#utredning a:hover{
			background-image: url("bilder/utredning_hov.png");
			display: block;
			width: 138px;
			height: 67px;
			text-decoration: none;
		}

	/* BEHANDLINGSTILBUD */
		#beh {
			position: absolute;
			left: 376px;
			top: 175px;
			z-index: 3;
		}
		#beh a{
			background-image: url("bilder/beh.png");
			display: block;
			width: 185px;
			height: 67px;
			text-decoration: none;
		}
		
		#beh a:hover{
			background-image: url("bilder/beh_hov.png");
			display: block;
			width: 185px;
			height: 67px;
			text-decoration: none;
		}

	/* PEDAGOGIKK */
		#ped {
			position: absolute;
			left: 561px;
			top: 175px;
			z-index: 3;
		}
		#ped a{
			background-image: url("bilder/ped.png");
			display: block;
			width: 149px;
			height: 67px;
			text-decoration: none;
		}
		
		#ped a:hover{
			background-image: url("bilder/ped_hov.png");
			display: block;
			width: 149px;
			height: 67px;
			text-decoration: none;
		}


	/* LITTERATUR/ARTIKLER */
		#litt {
			position: absolute;
			left: 710px;
			top: 175px;
			z-index: 3;
		}
		#litt a{
			background-image: url("bilder/litt.png");
			display: block;
			width: 195px;
			height: 67px;
			text-decoration: none;
		}
		
		#litt a:hover{
			background-image: url("bilder/litt_hov.png");
			display: block;
			width: 195px;
			height: 67px;
			text-decoration: none;
		}


#midtstill {
	text-align: center;
}

div.midtstill {
	text-align: center;
}

#midtstill a, a:visited, a:hover {
	text-decoration: none;
}

table.ansatte {
	margin-left: auto;
	margin-right: auto;
}

#ansatte td {
	height: 200px;
	width: 200px;
	vertical-align: bottom;
}

table.samarbeidspartnere {
	margin-left: auto;
	margin-right: auto;
}

table.hoved {
	margin-left: auto;
	margin-right: auto;
}


i {
	font-size: 12px;
}

img {
	border: hidden;
}