body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #006699;
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: normal;
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
}

#container {
	width: 100%;
	height: auto;
}

#header {
	height: 200px;
	width: 100%;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
}

#menu {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: right;
	position: absolute;
	top: 180px;
}

#content {
	width: 100%;
	min-height: 480px;
	height: auto;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px;
	text-align: justify;
}

img {
	border: 0;
}

#button {
	background-color: #3399CC;
	width: auto;
	height: 20px;
	text-align: center;
	margin-right: 4px;
	float: right;
	padding: 5px 10px 5px 10px;
	position: relative;
	bottom: 10px;
	cursor: hand;
	color: #FFFFFF;
}

#button:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#button.active {
	background-color: #FFFFFF;
	color: #000000;
}

#footer {
	text-align: center;
	font-size: 8pt;
	padding: 10px 0 10px 0;
}

#bottom {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	background-image: url('bottom.jpg');
}

a.menu {
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #006699;
	text-decoration: none;
}

h2 {
	text-transform: uppercase;
	font-size: 30px;
	color: #CCCCCC;
	margin: 0;
}

img.billedboeger {
	height: 120px;
	margin: 2px;
	border: 0;
}