body {
	margin: 0;
	padding: 0;
	background-color: #8996a0;
	font: 10pt Helvetica, Arial, Geneva, sans-serif;
}

/* Signet – H1 Tag für Suchmaschine der durch Bild ersetzt wird */

#Signet {
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #d52b1e;
	font-size: 1.6em;
	border-bottom: 1px solid #d52b1e;
	width: 100%;
	display: block;
}

/* Main Navigation: Unsortierte Liste */

#navigation {
	visibility: hidden;
	position: absolute;
	display: none;
}

#main-navigation {
	margin: 0;
	bottom: 0;
	position: absolute;
	background-color: #adb6bd;
	width: 275px;
	padding: 0;
}

#main-navigation li {
	list-style-type: none;
	border-bottom: 1px solid #8996a0;
}
#main-navigation li a{
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding-left: 88px;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}

#main-Area {
	padding: 0;
	background-color: white;
	margin: 10px 0 0;
}

a .active {
	color: red;
}

#header p {
	color: white;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#header {
	visibility: hidden;
	position: absolute;
	display: none;
}

#header a {
	text-decoration: none;
	color: #adb6bd;
}

.hands {
	background-image: url(hands.jpg);
}

#content {
	margin: 0 20px;
	width: 60%;
	position: relative;
	display: inline;
	float: left;
}

#content h1 {
	display: block;
	position: relative;
	color: #d52b1e;
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.6em;
	border-bottom: 1px solid #d52b1e;
}

#content h2 {
	color: #d52b1e;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 1.5em;
}

#content p {
	margin: 0 0 1em 1em;
	line-height: 1.5em;
	font-size: 1em;
}

#sidebar {
	padding: 0;
	margin-top: 55px;
	line-height: 2em;
	font-size: 0.75em;
	margin-right: 15px;
	margin-left: 65%;
	color: #8996a0;
}

#footer {
	clear: left;
	background-color: #adb6bd;
	text-align: right;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #adb6bd;
	bottom: 0;
	display: block;
}

#content blockquote {
	padding: 0;
	margin-top: 0;
	line-height: 2em;
	font-size: 0.75em;
	margin-right: 0;
	color: #8996a0;
	display: block;
	position: absolute;
	text-indent: 0;
	width: 60%;
	margin-left: 0;
	left: 110%;
	margin-top: 35px;
}