.body{
	background-image: url(../Bilder/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	
	}
a.link{
		font-family:verdana;
	font-size:10px;
	color:white;
	text-decoration:underline;
}
a.link:hover{
	font-family:verdana;
	font-size:10px;
	color:white;
	text-decoration:none;
}
a.linkfett{
		font-family:verdana;
	font-size:10px;
	color:white;
	text-decoration:underline;
		font-weight:bold;
}
a.linkfett:hover{
	font-family:verdana;
	font-size:10px;
	color:white;
	text-decoration:none;
	font-weight:bold;
}
.text{
	font-family:verdana;
	font-size:10px;
	color:white;
}
