html, body {
	height:100%;
	}

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: -319px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
	}

.style1 {font-size: 28px; padding-top:10px;}

.style2 {font-size: 19px; padding-bottom:10px;}

.sitecontainer {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 638px;         /* required - desired height */
	width: 859px;        /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	}
	
.fake_button
{
	border: 0px solid #000;
	background-color:transparent;
	cursor: pointer;
}

#tekst-top-rechts
{
	width:300px;
	padding-top:2px;
	padding-right:2px;
	float:right;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
}

