body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background: url('../gfx/bg_line.gif') repeat-x 0px 264px;
}
a img {
	border: 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #002b54;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 20px 0px;
	padding: 0;
	line-height: 20px;
}
#container {
	width: 980px;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}
#top {
	height: 264px;
	width: 980px;
	background: url('../gfx/micael.jpg') no-repeat right bottom;
}
#logo {
	width: 300px;
	height: 70px;
	position: relative;
	top: 109px;
}
#menu {
	margin: 0;
	padding: 0;
	position: relative;
	top: 200px;
}
#menu li {
	list-style-type: none;
	display: inline;
	margin-right: 30px;
	float: left;
}
#menu li a {
	display: block;
	height: 12px;
}
#nav-forside a {
	width: 46px;
	background: url('../gfx/nav_forside.gif') no-repeat 0px 0px;
}
#nav-forside a:hover {
	background: url('../gfx/nav_forside.gif') no-repeat 0px -12px;
}
#nav-raadgivning a {
	width: 69px;
	background: url('../gfx/nav_raadgivning.gif') no-repeat 0px 0px;
}
#nav-raadgivning a:hover {
	background: url('../gfx/nav_raadgivning.gif') no-repeat 0px -12px;
}
#nav-kompetencer a {
	width: 83px;
	background: url('../gfx/nav_kompetencer.gif') no-repeat 0px 0px;
}
#nav-kompetencer a:hover {
	background: url('../gfx/nav_kompetencer.gif') no-repeat 0px -12px;
}
#nav-hvemervi a {
	width: 61px;
	background: url('../gfx/nav_hvem.gif') no-repeat 0px 0px;
}
#nav-hvemervi a:hover {
	background: url('../gfx/nav_hvem.gif') no-repeat 0px -12px;
}
#nav-referencer a {
	width: 68px;
	background: url('../gfx/nav_referencer.gif') no-repeat 0px 0px;
}
#nav-referencer a:hover {
	background: url('../gfx/nav_referencer.gif') no-repeat 0px -12px;
}
#nav-kontakt a {
	width: 52px;
	background: url('../gfx/nav_kontakt.gif') no-repeat 0px 0px;
}
#nav-kontakt a:hover {
	background: url('../gfx/nav_kontakt.gif') no-repeat 0px -12px;
}
#content {
	width: 980px;
	margin: 65px 0 0 0;
}
.header {
	margin: 0 0 30px 0;
}
.header h2 {
	display: none;	
}
#leftcolumn {
	float: left;
	width: 535px;
	padding-bottom: 30px;
}
#rightcolumn {
	float: right;
	width: 390px;
	padding-bottom: 30px;
}
#fullcolumn {
	float: left;
	width: 975px;
	padding-bottom: 30px;
}
#rightcolumn ul {
	margin: 0;
	padding: 0;
}
#kontaktcontainer input {
	border: 1px solid #999;
	height: 17px;
	width: 210px;
	color: #666;
	margin: 5px 0 15px 0;
	padding: 5px;
	line-height: 17px;
}
#kontaktcontainer textarea {
	border: 1px solid #999;
	height: 140px;
	width: 365px;
	color: #666;
	padding: 5px;
	margin: 5px 0 15px 0;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	overflow: auto;
}
#kontaktcontainer .submitbtn {
	background: #002b54;
	color: #fff;
	border: 0px none;
	height: 30px;
	width: 70px;
	cursor: pointer;
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	display: block; padding-left:0; padding-right:0; padding-top:0; padding-bottom:3px
}
#kontaktcontainer {
	width: 535px;
}
.error {
	color: #002b54;
}
#citat {
	float: right;
	width: 180px;
	margin-top: 20px;
}
.citat {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
}

.boks {
	border-bottom: 3px solid #f9f9f9;
	margin-bottom: 15px;
	line-height: 140%;
	font-size: 100%;
}
.boks .frame {
	border: 1px solid #e9e9e9;
	background: #fcfdfd;
	padding: 15px;
}
