body{
			margin: 0;
			padding: 0;
			background: #028af3; /* Old browsers */
			background: -moz-linear-gradient(top,  #028af3 0%, #125f9b 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#028af3), color-stop(100%,#125f9b)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #028af3 0%,#125f9b 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #028af3 0%,#125f9b 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #028af3 0%,#125f9b 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #028af3 0%,#125f9b 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028af3', endColorstr='#125f9b',GradientType=0 ); /* IE6-8 */
		}

		#header{
			width: 100%;
			height: 150px;
			background: #FFFFFF;
			box-shadow: 0px 0px 30px #000000;
		}

		#headWrapper{
			position: absolute;
			width: 800px;
			height: 150px;
			top: 0;
			left: 50%;
			margin: 0 0 0 -400px;
		}

		#logo{
			float: right;
			padding-top: 25px
		}

		#menu{
			float: left;
			padding-top: 10px;
		}

		#menu a{
			text-decoration: none;
			color: #000000;
			font-family: arial;
			font-size: 11pt;
			line-height: 16pt;
		}

		#menu a:hover{
			font-weight: bold;
			padding-left: 2px;
		}

		#content-image{
			position: relative;
			left: 50%;
			margin: 0 0 10px -333px;
			padding-top: 70px;
		}

		.header{
			width: 790px;
			height: 30px;
			background: #45a5ef;
			line-height: 32px;
			padding-left: 5px;
			clear: both;
		}

		.header:hover{
			cursor: pointer;
		}

		.descImg{
			float: left;
			padding: 0px 10px 10px 0px;
		}

		.line{
			position: relative;
			width: 800px;
			height: 1px;
			background: #FFFFFF;
			left: 50%;
			margin: 50px 0 30px -400px;
			font-size: 1px;

		}

		h1{
			font-family: arial;
			font-size: 18pt;
			font-weight: bold;
			text-shadow: 0px 0px 10px #333333;
			color: #FFFFFF;
		}

		td, p, li{
			font-family: arial;
			font-size: 12pt;
			color: #FFFFFF;
		}

		#cncconnectInfo{
			position: relative;
			width: 800px;
			left: 50%;
			margin: 0 0 0 -400px;
		}

		#samarbejdspartnere{
			position: relative;
			width: 800px;
			left: 50%;
			margin: 0 0 0 -400px;
		}

		.contentbox{
			position: relative;
			width: 800px;
			left: 50%;
			margin: 0 0 0 -400px;
		}

		#sitemap{
			position: relative;
			width: 800px;
			left: 50%;
			margin: 0 0 40px -400px;
		}

		#sitemap td, a{
			width: 25%;
			text-decoration: none;
			vertical-align: top;
			font-size: 10pt;
			color: #b8d0e4;
		}

		#sitemap table{
			width: 100%;
		}