body {
	margin: 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
	background-color: #F9F9F9;
	text-align: center;
}
#box {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#menu {
	width: 170px;
	float: left;
        margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background-color: #ffffff;
}
#menu a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	padding: 10px 0 0 10px;
	font-size: small;
	color: #454545;
}
#menu a:hover {
	color: #ffffff;
	background-color: #454545;
}
#header {
	height: 120px;
	border: 1px solid #C0C0C0;
	background-image: url(header.jpg);
}
#banner {
	background-color: #ffffff;
	color: #454545;
	font-size: x-large;
	margin: 20px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	padding-left: 50px;
}
#footer {
	height: 32px;
	clear: both;
	text-align: center;
	background-color: #ffffff; 
	border: 1px solid #C0C0C0;
}
#footer a {
	color: #454545;
	text-decoration: none;
}
#indhold {
	background-color: #ffffff;
	margin: 20px 0px 20px 200px;
	border: 1px solid #C0C0C0;
	padding: 40px;
}

