body, html {
	
	font-family: Verdana;
	font-size: 11px;
	color: #0F6076;
	margin: 0px;


}

a:link,
a:active,
a:visited {

	font-family: Verdana;
	font-size: 11px;
	color:#0F6076;
	text-decoration:none;
}


a:hover {

	
	color:#0F6076;
	text-decoration:underline;
	
}

.bg {

	position:absolute;
	background-image:  url('../Bilder/bg.png');
	width: 100%;
	height: 231px;
	top: 0px;

}


.header {

	position:relative;
	background: url('../Bilder/header.png') no-repeat center center;
	height: 124px;
	

}

.spacer1 {

	position:absolute;
	left: 240px;
	background: url('../Bilder/spacer1.png') no-repeat center center;
	height: 81px;
	width: 55px;
}

.home {

	position:absolute;
	left: 294px;
	background: url('../Bilder/home.png') no-repeat center center;
	height: 81px;
	width: 54px;
}
	
	
