@charset "utf-8";

body
{
	background-color: #000;
	overflow: auto;
}

#kader
{
	background-image: url("../images/kader.png");
	background-repeat: no-repeat;
	height:754px;
	overflow: hidden;
}

#links_box
{
	bottom:10px;
	position: absolute;
	right:50px;
	overflow:hidden;
}

#intro_img
{
	position:relative;
	background-image: url('../images/startpagina.jpg');
	background-repeat:no-repeat;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 768px;
	width: 1024px;
	overflow: hidden;
}

a img
{
	border: none;
	float:right;
	clear:right;
	margin-bottom: 10px;
}

