body
{
	background-color: #C6E5F4;
	background-image: url(/images/bck_page.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#main
{
	position: absolute;
	width: 766px;
	left: 50%;
	margin-left: -383px;
	margin-top: 0;
	overflow: visible;
}

#content
{
	width: 100%;
	height: 483px;
	background-image: url(/images/bck_content.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#logo
{
	float: right;
	margin-top: 36px;
	
}

#imageSlider
{
	position: absolute;
	top: 29px;
	height: 392px;
	width: 392px;
	background-image:url(/images/bck_image.gif);
	background-repeat: no-repeat;
}

#landen
{
	position:absolute;
	width: 314px;
	top: 170px;
	margin-left: 450px;
	z-index: 10; 
}

#talen
{
	position:absolute;
	width: 314px;
	top: 226px;
	margin-left: 450px;
}

#footer
{
	width: 730px;
	height: 17px;
	background-color: #00a9eb;
	float: right;
	margin-top: 8px;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	text-align: center;
	color: #FFF;
}

.footer a:active {
color:#FFFFFF;
font-size:11px;
text-decoration:none;
}

.footer a:link {
color:#FFFFFF;
font-size:11px;
text-decoration:none;
}

.footer a:hover {
color:#FFFFFF;
font-size:11px;
text-decoration: underline;
}

.footer a:visited {
color:#FFFFFF;
font-size:11px;
text-decoration:none;
}

.footer a:visited:hover {
color:#FFFFFF;
font-size:11px;
text-decoration: underline;
}


