body, html {
	color: White;
	margin: 0;
	padding: 0;
	font: 90% Verdana;
	width: 100%;
	height: 100%;
}

body {
	background-color: #254057;
}

table {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}

div, tr, td {
	margin: 0;
	padding: 0;
}

#back {
	background-repeat: no-repeat;
	background-position: center;
}

#main {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 1060px;
	height: 650px;
}

#title {
	position: absolute;
	left: 305px;
	top: 10px;
}

#title img {
	border: none;
}

#menu {position: absolute; left: 10px; top: 139px;}

#knoppos1 {position: absolute; left: 22px; top: 0px;}
#knoppos2 {position: absolute; left: 4px; top: 75px;}
#knoppos3 {position: absolute; left: 0px; top: 150px;}
#knoppos4 {position: absolute; left: 4px; top: 225px;}
#knoppos5 {position: absolute; left: 22px; top: 300px;}

#linkpos1,
#linkpos2,
#linkpos3,
#linkpos4,
#linkpos5 {font-size: 140%; font-weight: bold;}

.blue a,
#content a {color: White; text-decoration: underline}
.blue a:hover,
#content a:hover {text-decoration: none}
a {color: Purple; text-decoration: none}
a:hover {color: Blue; text-decoration: none}
.blue a:hover {color: Yellow;}

#menutekst {
	position: absolute;
	width: 38px;
	height: 240px;
	left: 142px;
	top: 205px;
}

#content {
	position: absolute;
	left: 180px;
	top: 75px;
	width: 660px;
	height: 360px;
	overflow: auto;
	padding: 70px 20px;
}

#overlaytop {
	position: absolute;
	left: 180px;
	top: 75px;
	width: 700px;
	height: 60px;
}

#overlaybottom {
	position: absolute;
	left: 180px;
	top: 515px;
	width: 700px;
	height: 60px;
}

#stat {
	position: absolute;
	top: 530px;
	left: 130px;
}

#credits {
	position: absolute;
	font-size: 80%;
	width: 1060px;
	height: 20px;
	top: 620px;
	left: 0px;
	text-align: center;
	color: #999999;
}

#credits a {color: #93814A;}
#credits a:hover {color: #E2C05A; text-decoration: underline;}

.ac {text-align: center !important}
.bo {border: 1px solid #D8D6BA}
.pt {cursor: pointer}