.header {
	float: none;
	margin: auto;
	font-size: medium;
	padding: 1px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	position: relative;
	top: 5px;
	right: 5px;
}

.details {
	float: right;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	width: 20%;
	font-size: small;
	border: 1px solid #778;
	margin: 1em;
	font-size: medium;
	position: absolute;
	top: 20px;
	right: 20px;
}

.menu {
	float: left;
	text-align: center;
	width: 165px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #778;
	left: 0px;
	position: absolute;
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #778;
	border-bottom-color: #778;
	border-left-color: #778;
	margin: 2px;
	padding: 2px;
	top: 130px;
}

.controlmenu {
	float: left;
	text-align: center;
	width: 165px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #778;
	left: 0px;
	position: absolute;
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #778;
	border-bottom-color: #778;
	border-left-color: #778;
	margin: 2px;
	padding: 2px;
	top: 9px;
}

.menu li {
	list-style: none;
	font-size: medium;
}

.menu h1 { font-size: small }


.content {
	margin-left: auto;
	text-align: left;
}

.footer {
	border-top: 1px solid #778;
	margin-top: 1em;
	text-align: left;
	font-size: small;
}

.footer li {
	list-style: none;
	margin-left: 3%;
}

.detaillist {
	position: absolute;
	left: 200px;
	top: 130px;
}

