html {
	height: 100%;
}
body {
	font-size: 62.5%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #7D0D04 url(img/body_bg.gif) repeat-y top;
}

#page {
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	width: 840px;
	background: #F9E7D4 url(img/blatt_body.gif) no-repeat left bottom;
	text-align: left;
}
* html #page {
	height: 100%;
}
#footer {
	margin: 0 auto;
	position: relative;
	margin-top: -50px;
	background: #8B0E04;
	height: 50px;
	width: 840px;
}

#footer span {
	display: block;
	font-size: 1.1em;
	color: #F9E7D4;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	padding-top: 6px;
}

#footer A {
	color: #F9E7D4;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hide {
	position: absolute;
	left: -10000px;
}

H1 {
	font: 2.6em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #8B0E04;
	margin: 0;
	padding: 0;
}

H2 {
	font: 2.0em Georgia, "Times New Roman", Times, serif;
	color: #8B0E04;
	margin: 0;
	padding: 5px 0 5px 0;
}

H3 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #8B0E04;
	margin: 0;
	padding: 5px 0 5px 0;
}

P {
	font: 1.4em/1.6em Tahoma, Arial, sans-serif;
	color: #8B0E04;
	padding: 0;
	margin: 0 0 0.6em 0;
}

P.small {
	font-size: 1.1em;
}

A {
	color: #8B0E04;
}

A:hover {
	text-decoration: none;
}

LI {
	font: 1.4em/1.6em Tahoma, Arial, sans-serif;
	color: #8B0E04;
}

IMG {
	border: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

DIV.bildRe {
	background-color: #8B0E04;
	float: right;
}
DIV.bildLi {
	background-color: #8B0E04;
	float: left;
}

#col600 DIV.bildRe {
	margin-left: 15px;
	margin-bottom: 5px;
}
#col600 DIV.bildLi {
	margin-right: 15px;
	margin-bottom: 5px;
}

DIV.bildRe P,
DIV.bildLi P {
	color: #F9E7D4;
	padding: 0px 5px 3px 5px;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.1em;
}

#col600 DIV.bildRe P,
#col600 DIV.bildLi P {
	color: #F9E7D4;
	padding: 2px 5px 3px 5px;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.1em;
}