div#main {
	height: 624px; /* div#header.height + div#content.height + div#footer.height + 2 * div#content */
	width: 900px;
	padding: 16px;

	/* centred positioning */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -332px; /* -0,5 * (this.height + 2 * padding) */
	margin-left: -466px; /* -0,5 * (this.width + 2 * padding) */

	background-color: #fff;
	color: #000;
}

/* Header */
div#header {
	height: 36px;
	width: 900px;
	position: relative;
}

img#logo {
	position: absolute;
	bottom: 0;
	border: 0;
}

/* Header -> Navigation */
ul#menu {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;

	color: #b2b3b6;
	font: 16px Verdana, sans-serif;
	text-transform: lowercase;
	white-space: nowrap;
}

ul#menu li {
	display: inline;
	list-style-type: none;
	padding-left: 25px;
}

ul#menu a:link, ul#menu a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: 0;
}

ul#menu a:hover, ul#menu a:active {
	border-bottom: 1px solid #ed1c24;
}

/* Content */
div#content {
	height: 320px;
	width: 698px;
	margin: 16px 0;
	border: 1px solid #b2b3b6;

	color: #b2b3b6;
	font: 14px Verdana, sans-serif;
	padding-left: 200px;
	padding-top: 150px;
}

div#content h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
}

div#content h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 6px 0 3px 0;
	padding: 0;
}

div#content ul {
	list-style-type: square;
}

div#content ul li {
	padding: 3px 0;
}

div#content p {
	padding-top: 10px;
	margin: 0;
}

div#content a {
	color: #b2b3b6;
}

div#content input, div#content select, div#content textarea {
	width: 180px;
	border: 1px solid #b2b3b6;
	font: 12px Verdana, sans-serif;
	padding: 4px;
	color: #b2b3b6;
}

div#content .error {
	border: 1px solid #ed1c24;
}

div#content table {
	border-collapse: collapse;
}

div#content table tr td {
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* Footer */
div#footer {
	background-color: #ed1c24;
	background: url(../images/footer_bck.png) repeat-x;
	height: 86px;
	color: #fff;
	width: 868px; /* div#main.width - 2 * this.padding */
	padding: 14px 16px;
}

ul.footerbox {
	float: left;
/*	color: #fff;*/
	font: 11px Verdana, sans-serif;
	line-height: 18px; /* this.height / 3 */
	height: 58px; /* div#footer.height - 2 * div#footer.padding-top */
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div#footer #img_new {
	position: absolute;
	top: 550px;
	left: 160px;
	width: 51px;
	height: 51px;

	background: url(../images/footer_new_de.png) no-repeat;
}

ul#footerbox1 {
	width: 247px;
}

ul#footerbox2 {
	width: 227px;
}

ul#footerbox3 {
	width: 207px;
}

ul#footerbox4 {
	width: 187px;
}

ul.footerbox li {
	font-weight: normal;
}

ul.footerbox .caption {
	text-transform: lowercase;
	font-weight: bold;
}

ul.footerbox a:link, ul.footerbox a:visited {
	color: inherit;
	text-decoration: none;
}

ul.footerbox a:hover, ul.footerbox a:active {
	color: #b2b3b6;
}

