body {
	background: #f0f0f0  url("../billeder/bund.gif") no-repeat scroll left bottom;
}
h1 {
	font: bold 30px arial, sans-serif;
	color: black; 
	padding: 10px 10px 1px 40px;
}
h2 {
	font: bold 17px arial, sans-serif;
	color: white; 
	background-color: red;
	padding-left:20px;
}
h4 {	
	font: 16px arial, sans-serif;
	padding-left:200px;
	text-indent: 1px;
	
}
p {	
	font: 16px arial, sans-serif;
	text-indent: 0px;
	
}
a {
	color: red;
}
a:link {
	color: red;
}
a:visited {
	color: red;
	text-decoration:none;
}
a:active {
	background-color: white;
}
a:hover {
	letter-spacing: 1px;
	font-weight:bold;
	color:red;
}
#A {
	background:red;
}
#R-K-V {
	background:blue;
}
#billede {
	float:left;
	width: 100px;
}
.flydestop  {
	clear:both;
}

#spalte1 {
	float:left;
	width: 33%;
}
#spalte2 {
	float:left;
	width: 33%;
}
#spalte3 {
	float:left;
	width: 33%;
}
