body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(grafik/bgr.jpg);
	font-size: 87%;
}
p{
	margin-bottom : 4px;
	margin-top : 0px;
}
h1 {
	font-size: 148%;
	font-weight: bolder;
	margin-bottom : 1px;
}
h2 {
	font-size: 136%;
	margin-bottom : 1px;
}h3 {
	font-size: 125%;
	margin-bottom : 1px;
}
h4 {
	font-size: 114%;
	margin-bottom : 1px;
}
blockquote{
	margin-bottom : 4px;
	margin-top : 0px;
	font-size: 114%;
}
#header{
	position: absolute;
	height: 90px;
	background-image: url(grafik/header2.jpg);
	background-repeat: no-repeat;
	width: 100%;
}
#menu {
	position: absolute;
	top:130px;
	left:7px;
	width:150px;
	text-decoration: none;
	padding : 0px ;
}
DIV.cssmenu {
	padding : 0;
	width : 150px;
	border-top : 3px;
	font-size :85%;
	visibility: hidden;
      
}
DIV.cssmenu A {
	border-top: 1px solid #869BAC;
	border: 1px solid #869BAC;
	display: block;
	font-weight: bold;
	background: #26457B;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 100%;
	color: #FCFCFC;
	text-align: center;
	text-decoration: none;
} 

DIV.cssmenu A:hover {
background : #1a0099; 
color : white; 
} 
DIV.cssmenu A:active {
background : purple; 
color : white; 
} 
.floatRight{
	float: right;
	margin: 6px -5px 6px 6px;
}
#content{
	position: absolute;
	width: 16cm;
	z-index: 3;
	left: 10px;
	top: 130px;
}
#adr{
	width: 90%;
	background-color: #EBEBEB;
	font-size: 90%;
	border: 1px dotted #26457B;
}
.white{
	background-color: #fff;
}
#indhold{
	background-color: #fff;
	padding: 0px 5px 3px 9px;
}
