body {
	margin: 0;
	padding: 0;
}
* {
	outline: none;
}
#content {
	border: 1px solid #484848;
	background-color:#FFFFFF;
	background-image:url("../images/content/bg_content.png");
	background-position:20px 80px;
	background-repeat:no-repeat;
	padding: 20px;
	width: 760px;
	margin: 10px auto;
}
#content h1.title {
	padding: 0;
	margin-bottom: 7px;
	text-transform: uppercase;
}
#content h2.title {
	padding: 0;
	margin-bottom: 7px;
	text-transform: uppercase;
	color: #58585a;
}
#top, #top Table { height: 80px; padding-bottom: 3px; }
.navKopfzeile a {
	color: #000;
	text-transform: uppercase;
}
.navKopfzeile a:hover {
	color: #e90000;
}
.navKopfzeile a.open, .navKopfzeile a.sel {
	font-weight: bold;
	color: #e90000;
}
#middle { }
	#left { width: 183px; }
	#leftLower {
		vertical-align: bottom;
		padding-bottom: 2em;
	}
	#center {
		padding: 315px 11px 2em;
		border-left: 1px solid #b5c0b8;
		border-right: 1px solid #b5c0b8;
	}
	#right {
		width:212px;
		padding-left:20px;
	}
#bottom {
	background-color: #c1c1c1;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	color: #a1a2a2;
}
#bottom a {
	color: #a1a2a2;
}
.copy {
	border-top: 13px solid #C6C6C6;
	color: #ccd;
	text-align: center;
	padding: 1em 0;
}
.copy a {
	color: #ccd;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
}

#copyOffWorld {
	text-align: center;
	margin-bottom: 1em;
}
#copyOffWorld, #copyOffWorld a {
	color: #ccd;
}