/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font: normal 10px  "Trebuchet MS", Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #666;
	outline: none;
}
a:hover {
	color: #6E0128;
}
img {
	border: 0 none;
}
.bordeaux {
	color: #6E0128;
}
.clear {
	clear: both;
}
#page {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#logo {
	margin: 8em 0 9.4em 26.7em;
}
#content {
	margin: 0 auto;
	width: 852px;
	padding-bottom: 11.1em;
}
#impressum #content {
	width: 400px;
}
#impressum #content .impressum_box {
	padding: 15px;
}

#content .left {
	width: 34em;
	float: left;
	text-align: right;
	padding-right: 4em;
}

#content .right {
	margin-left: 38em;
}

#content .left p, #content .right p, #content .impressum_box p {
	font-size: 1.15em;
	line-height: 1.5em;
	color: #666;
}
#content .impressum_box p {
	margin-bottom: 1em;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 11.1em;
	width: 100%;
	background: #fff url(images/bg-footer.gif) repeat-x left top;
}
#footer .footer-content {
	width: 852px;
	margin: 0 auto;
	color: #fff;
	height: 5.5em;
	padding-top: 5.6em;
	text-align: center;
}
p.footertext {
	font-size: 1.15em;
}
