body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #570a0a;
	background-image: url('/gfx/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#layouttable {
	width: 760px;
	height: 468px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -380px;
	background-color: #ffffff;
}

html>body #layouttable {
	height: 460px;
	margin-top: -240px;
	margin-left: -380px;
}

#menu {
	height: 54px;
	border-bottom: 1px solid #570a0a;
}

#content {
	width: 737px;
	text-align: left;
	padding: 10px 10px 10px 0;
	background-image: url('/gfx/himmelskiven.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#contentleft {
	width: 290px;
	text-align: center;
	vertical-align: top;
	background-image: none;
}

#contentright {
	width: 470px;
	text-align: left;
	padding: 0 0 10px 0;
	background-image: url('/gfx/himmelskiven.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

html>body #contentright {
	padding: 10px 10px 10px 0;
}

.darkred {
	width: 100%;
	height: 1px;
	border: none;
	margin: 10px 0 10px 0;
}

html>body .darkred {
	margin: 8px 0 8px 0;
}

#overflow {
	height: 337px;
	overflow: auto;
	padding: 0 10px 0 10px;
}

html>body #overflow {
	padding: 10px;
}

#bottom {
	text-align: left;
	height: 20px;
	border-top: 1px solid #570a0a;
	padding: 5px 0 0 10px;
}

#intern1 {
	text-align: right;
	height: 20px;
	float: right;
	margin-top: -15px;
	padding: 0 10px 0 0;
}