/* Styles fraukluehe.com */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
}

a {
	color: #333;
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: white;
}

#footer {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: grey;
	color: white;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}

#footer div {
	width: 894px;
	margin: 0 auto;
}

#footer div p {
	text-align: left;
	white-space: nowrap;
}

#impressum {
	margin: 10px 20px;
	font-size: 12px;
}

#impressum h1 {
	font-size: 14px;
	margin-bottom: 10px;
	clear: both;
}

#impressum a {
	color: #999;
}

#impressum p.rechts a {
	font-size: 10px;
}

#impressum a:hover,
#impressum a:focus {
	color: black;
}

#logo {
	position: absolute;
	margin-top: 182px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

#logo img {
	margin-right: 32px;
	cursor: pointer;
}

#logotext {
	position: absolute;
	margin-top: 118px;
	width: 100%;
	text-align: center;
	opacity: 0;
	z-index: 1;
}

#logotext img {
	cursor: pointer;
}

/* Klassendefinitionen */

.rechts {
	float: right;
}