a {
	text-decoration: none;
	color: #997e53;
}

a:hover {
	color: #997e53;
}

a[name=top] {
	position: absolute;
	left: 0px;
	top: 0px;
}

body, td {
	font-family: 'Arial', Sans-Serif;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

body {
	margin: 0px;
	padding: 0px;
	
	background: url('./grafiken/hintergrund.jpg') repeat-x #d8c9ad;

	height: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	
	color: #fff;
	
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
	overflow: hidden;
}

hr {
	width: 100%;
	height: 1px;
	
	border: 0px;
	
	margin: 19px 0px 20px 0px;
	
	color: #000000;
	background-color: #000000;
}

img {
	border: 0px;
	display: inline-block;
	vertical-align: bottom;
	
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

ul {
	list-style: none inside;

	margin: 0px;
	padding: 0px;
}

a#Home {
	position: absolute;
	left: 30px;
	top: 107px;
	
	font-size: 11px;
}

a#Impressum {
	position: absolute;
	left: 30px;
	top: 510px;
	
	font-size: 11px;
}

a.Pfeil {
	position: absolute;
	left: 70px !important;
	top: 330px !important;
	
	margin: 0px;
	padding: 0px;
}

div#Container {
	position: absolute;
	left: 50%;
	top: 50%;
	
	width: 760px;
	height: 540px;
	
	margin: -270px 0px 0px -380px;
	padding: 0px;
	
	background: #fff;
}

div#Hintergrund {
	position: absolute;
	left: 30px;
	top: 130px;
	
	width: 700px;
	height: 370px;
	
	background: #ff007c;
	
	display: none;
	
	z-index: 2;
}

div#Inhalt_Impressum {
	position: absolute;
	left: 20px;
	top: 120px;
	
	width: 560px;
	height: 370px;
	
	padding: 35px 80px 0px 80px;
	
	color: #ad9386;
	
	background-color: #fff;
	
	display: none;
	
	z-index: 5;
}

div#Inhalt_Impressum a {
	color: #a70020;
}

div.Inhalt {
	position: absolute;
	left: 30px;
	top: 130px;
	
	padding: 30px 240px 0px 70px;
	
	width: 390px;
	
	display: none;
	
	z-index: 3;
}

div.Inhalt a {
	color: #54001a;
}

img#Titel {
	position: absolute;
	left: 30px;
	top: 0px;
}

img.Foto {
	position: absolute;
	right: 0px;
	top: 0px;
}

img.Titel {
	margin-bottom: 20px;
}

p#Pfadfinder {
	position: absolute;
	left: 100px;
	top: 107px;
	
	color: #997e53;
	
	font-size: 11px;
}

ul#Navigation {
	position: absolute;
	left: 30px;
	top: 130px;
	
	z-index: 1;
}

ul#Navigation li {
	width: 70px;
	height: 370px;
	
	background: #345;

	float: left;
}

ul#Navigation li.Button {
	cursor: pointer;
}

.Absatz {
	margin-top: 20px;
}

.Clear {
	clear: both;
}

.Klein {
	font-size: 11px;
}

.Spalte {
	float: left;
}
