html, body {
	font-size: 11px;
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
}

ul#topmenu {
	background-image: url('images/topmenu.png');
	background-repeat: repeat-x;
	margin: 0px;
	height: 38px;
	color: #fee1c2;
	padding-top: 16px;
	text-align: center;
}

ul#topmenu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
}

ul#topmenu li a {
	text-decoration: none;
	color: #fee1c2;
}

ul#topmenu li a:hover {
	font-weight: bold;
	color: #ffde52;
}

div#header {
	background-image: url('images/header.png');
	background-color: #070f17;
	background-repeat: no-repeat;
	background-position: center;
	height: 108px;
	margin-top: -16px;
}

div#header h1 {
	margin: 0px;
	color: #ffffff;
	font-size: 20px;
	text-shadow: 2px 2px 0px #000000;
	padding-top: 70px;
	padding-left: 30%;
}

div#container {
	background-color: #e6f1f7;
	min-height: 100%;
	height: 100%;
	color: #627c8f;
}

div#content {
	width: 695px;
	margin-left: auto;
	margin-right: auto;
}

div#content a {
	color: #627c8f;
}

div#content b{
	font-size: 14px;
}

div#border {
	background-image: url('images/border_back.png');
	background-repeat: repeat-x;
	text-align: center;
	height: 10px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#border img {
	height: 10px;
	width: 1000px;
	position: absolute;
	top: 146px;
	left: 50%;
	margin-left: -500px;
}

hr {
	border-top: 1px dotted #627c8f;
	border-left: 0px;
	border-bottom: 0px;
	border-right:0px;
}

div#links {
	width: 455px;
	padding-top: 5px;
	padding-bottom: 55px;
	float: left;
}

div#rechts {
	width: 186px;
	float: right;
}

div#login {
	background-image: url('images/login.png');
	position: absolute;
	top: 146px;
	width: 186px;
	height: 204px;
	color: #ffffff;
	text-align: center;
}

div#login b {
	text-shadow: 1px 1px 0px #b4cd69;
}

div#login p {
	padding-top: 10px;
	padding-right: 12px;
	line-height: 17px;
}

div#login input {
	background-image: url('images/input.png');
	width: 118px;
	height: 18px;
	border: 0px;
	color: #bdbdbd;
}

div#login input[type="submit"] {
	background-image: url('images/submit.png');
	width: 56px;
	color: #ffffff;
}

div#menu {
	background-image: url('images/menu.png');
	width: 175px;
	height: 202px;
	position: absolute;
	top: 400px;
	margin-right: 12px;
	text-align: center;
	color: #ffffff;
}

div#menu p {
	text-shadow: 1px 1px 0px #37709b;
	padding-top: 20px;
}

div#menu ul li {
	list-style-type: none;
	padding-right: 38px;
	line-height: 17px;
}

div#menu ul li a {
	text-decoration: none;
	color: #ffffff;
}

div#menu ul li a:hover {
	text-decoration: underline;
}

div#footer {
	background-image: url('images/footer.png');
	width: 100%;
	height: 75px;
	position: relative;
	bottom: 0px;
}

div#footer ul {
	padding-top: 8px;
}

div#footer ul li {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	color: #ffffff;
	background-color: #368acd;
	width: 250px;
	height: 18px;
	list-style-type: none;
}

div#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}
