@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	background-image: url(bg.gif);
	height: 100%;
	width: 100%;
}
img {
	border: none;
}
#bghor {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(pattern_wood.gif);
	background-repeat: repeat-x;
	z-index: 1;
}
#bgver {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(content_rectangle.gif);
	background-repeat: repeat-y;
	background-position: 348px;
	z-index: 1;
}
#button {
	position: absolute;
	left: 280px;
	top: 130px;
	z-index: 20;
}
#container {
	width: 100%;
	float: left;
	z-index: 10;
}
#header {
	position: relative;
	height: 240px;
	background-image: url(pattern_wood_withRectangle.gif);
	background-repeat: no-repeat;
	z-index: 10;
}
#header img {
	position: absolute;
	top:60px;
	left: 525px;
	z-index: 10;
}
#container #container {
	position: relative;
	padding-left: 379px;
	width: 500px;
	height: 100%;
	background-image: url(content_rectangle.gif);
	background-repeat: repeat-y;
	z-index: 10;
	background-position: 348px;
}
#container #container #content {
	background-color: ff8888;
	width: 100%;
	height: 100%;
	float: left;
	z-index: 10;
}
#container #container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	height: 100%;
	text-align: center;
	padding-bottom: 20px;
	margin-left: -45px;
	z-index: 10;
}
#nav {
	position: absolute;
	left: 890px;
	top: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	z-index: 10;
}
#nav .nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	color: #AAAAAA;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #AE78B4;
	text-decoration: none;
}
#nav a:active {
	color: #AE78B4;
	text-decoration: none;
}
h1 {
	background-image: url(footsteps.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bolder;
	height: 40px;
	margin: 0px;
	left: 0px;
	position: relative;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	text-indent: 60px;
	color: #AE78B4;
}
h2 {
	font-size: 16px;
	width: 100%;
	top: 0px;
	color: #AE78B4;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 p {
	background-image: url(absatz_kl.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	background-position: 2px 6px;
	display: table-row;
	padding-left: 20px;
}
h2 p span {
	padding-right: 40px;
	padding-left: 20px;
	display: block;
}
