* {
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

a{
	text-decoration: none;
	color: white;
}

a:hover{
	color: white;
	text-decoration: none;
}

a:active{
	color: #DDD;
	text-decoration: none;
}

img {
	border: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #DDD;
}

#wrapper {
	width: 774px;
	height: 657px;
	margin: auto;
	text-align: center;
	background-color: #DDD;
}

#content{
	position: relative;
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	float: left;
	width: 774px;
	background-color: #DDD;
}

#header {
	position: relative;
	width: 774px;
	height: 128px;
	text-align: left;
	float: left;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#headertext {
	position: relative;
	width: 330px;
	height: 128px;
	text-align: right;
	float: left;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	padding-left: 400px;
	padding-top: 10px;
}

#menu {
	width: 700px;
	margin-top: 35px;
	margin-left: 35px;
	line-height: 30px;
	font-size: 13pt;
	color: white;
}

#menu a {
	color: white;
}

#menu a:hover {
	color: black;
}

#menu a:active {
	color: white;
	text-decoration: none;
}

#indhold {
	position: relative;
	width: 774px;
	text-align: left;
	float: left;
	color: white;
	line-height: 19px;

}

#fppanels {
	min-height: 296px;
	background-image: url(images/fppanels.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 5px;
	
}

#fppanel {
	min-width: 228px;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
	
}

#fppaneltitle {
	min-width: 228px;
	min-height: 40px;
	padding-top: 17px;
	text-align: center;
	font-size: 24pt;
}

#fppanelbody {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 16pt;
	font-weight: bold;
	line-height: 30px;
}

#lowerpanel {
	min-height: 160px;
	padding-left: 22px;
	padding-bottom: 5px;

}

#ratpanel {
	min-height: 160px;
	width: 350px;
	background-image: url(images/ratpanel.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;

}

#rattext {
	width: 100px:
	padding-left: 150px;
}

#fplogos {
	min-height: 150px;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 5px;

}

#bottom {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 774px;
	height: 65px;
	float: left;
	color: white;
	text-align: center;
	padding-top: 10px;
}

#ojcs {
	font-size: 10pt;
	
}

#ojcs a, a:hover, a:active {
	color: black;
}


