@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
body {
	margin: 50px auto 30px auto;
	background: url(../img/background.jpg) repeat-x top left #c62b02;
}
#snow_layer {
	width: 100%;
	height: 100%;
	background: url(../img/snow_layer.png);
	position: absolute;
	z-index: -2;
	top: 0px;
	left: 0px;
}
#page {
	background: url(../img/page_bg.jpg) no-repeat right bottom #c82a03;
	width: 900px;
	position: relative;
	margin: auto;
	padding-bottom: 20px;
	border: 1px solid #d18a33;
}
#top {
	width: 900px;
	height: 278px;
	background: url(../img/top.jpg) no-repeat top left;
	position: relative;
	z-index: 0;
}
#menu {
	background: #d44a02;
	float: left;
	width: 190px;
}
#menu ul li {
	background: url(../img/menu_off.gif) no-repeat top left;
	margin: 1px 0 0 -40px;
	padding: 5px 5px 5px 32px;
	list-style: none;
}
#menu ul li a {
	font-size: 18px;
	color: #D18A33;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
}
#menu ul li.active {
	background: url(../img/menu_on.gif) no-repeat top left;
}
#menu ul li.active a {
	color: #FAE8AB;
}
#impressum {
	position: absolute;
	bottom: 0px;
	margin: 0 0 20px 30px;
}
#impressum a {
	font-size: 14px;
	color: #600201;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
}
#content {
	width: 430px;
	line-height: 150%;
	margin: -355px 0 0 220px;
	color: #fae8ab;
	position: relative;
	z-index: 1;
}
#content h1 {
	font-size: 24px;
	color: #600201;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	line-height: 100%;
	font-weight: bold;
}
#content h2 {
	font-size: 18px;
	color: #600201;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: normal;
}
#content img {
	margin: 0 0 20px;
	float: left;
}
#content a:link {
	color: #D18A33;
	text-decoration: underline;
}
#content a:hover {
	color: #D18A33;
	text-decoration: none;
}
#content a:active {
	color: #D18A33;
}
#content a:visited {
	color: #D18A33;
}
#frame {
	width: 170px;
	padding: 15px;
	background-color: #d18a33;
	color: #600201;
	margin: 30px 30px 0 670px;
}
#frame h1 {
	font-size: 16px;
	color: #600201;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
}
#frame a:link {
	color: #C62B02;
	text-decoration: underline;
}
#frame a:hover {
	color: #C62B02;
	text-decoration: none;
}
#frame a:active {
	color: #C62B02;
}
#frame a:visited {
	color: #C62B02;
}
.pdf {
	background: url(../img/pdf.gif) no-repeat top left;
	padding-left: 20px;
}
#bottom {
	background: url(../img/background_bottom.jpg) no-repeat bottom right;
	width: 900px;
	height: 382px;
	position: absolute;
	bottom: 0px;
}
