html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -323px; /* half of content height */
	background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 646px;         /* required - desired height */
	width: 1024px;          /* required - desired width */
	background: #B1C2D3 url(sk-home-totaal-with-circle.jpg) no-repeat scroll top left;    /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
div#tekst{
	background:/*transparent url(cirkel-20.png) no-repeat scroll left top;*/none;
height:500px;
left:613px;
overflow:visible;
padding:20px 0 0 30px;
position:relative;
top:-50px;
width:500px;
}
div#inside {height:400px;margin:65px 0;text-align:left;width:403px;}
p.home {color:#fff; font-weight:600; font-family:"arial"; line-height:18px; font-size:11px; margin:0px 0 20px 0;letter-spacing:0.1em;}
p.home a:link, p.home a:visited {color:#000;text-decoration:none;}
p.home a:hover {color:#625c82; text-decoration:none;}
a.corporate, a.corporate:link, a.corporate:hover {color:#fff;text-decoration:none;}
a.verborgenLink{display:none;}