@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}

.indhold {
	width: 800px;
	height: auto;
	position: relative;
	margin: 0 auto;
	background: #ffffff;
	padding:20px 0 20px 0;
}

.boks {
	width: 780px;
	height:100px;
	background: #ffffff url(../gfx/boksBack.jpg);
	margin:20px 0 20px 0;
	padding:0 10px 0 10px;
}

.boksFarve {
	width: 780px;
	height:auto;
	background: #FF9933;
	margin: 20px 0 20px 0;
	padding:10px 10px 10px 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #0099CC;
	}
h1.overskriftsboks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
