a {
	text-decoration: none;
	color: #6D573F;
}

a:hover {
	color: #9c9126;
}

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

body, td {
	font-family: 'Arial', Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: #6D573F;
	
	text-transform: uppercase;
}

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

	height: 100%;
}

div#Container {
	position: absolute;
	left: 50%;
	top: 50%;
	
	width: 965px;
	height: 570px;
	
	margin: -290px 0px 0px -483px;
	
	background-color: #FFFFFF;
}

div#Downloadbereich {
	position: absolute;
	left: 15px;
	top: 15px;
	
	width: 935px;
	height: 540px;
	
	background-color: #FFFFFF;
	
	display: none;
	
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	z-index: 4;
}

div#Inhalt {
	position: absolute;
	left: 15px;
	bottom: 178px;
	
	padding: 0px;

	background-color: #E2E900;
	width: 0px;
	height: 0px;
	
	overflow: hidden;
	
	z-index: 3;
}

div#Rahmen_links {
	position: absolute;
	left: 230px;
	top: 15px;
}

div#Rahmen_rechts {
	position: absolute;
	left: 590px;
	top: 15px;
}

div.Inhalt_Container {
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	width: 610px;
	height: 204px;
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
	display: none;
}

div.Inhalt_Titel {
	position: absolute;
	left: 15px;
	top: 10px;
}

div.Inhalt_Inhalt {
	position: absolute;
	left: 15px;
	top: 70px;
		
	line-height: 20px;
}

div.Rahmen {
	width: 360px;
	height: 540px;
	
	z-index: 1;
}

div.Ladebalken {
	position: absolute;
	left: 15px;
	bottom: 135px;
	
	background-color: #E2E900;
	height: 23px;
	width: 0px;
}

div.Spalte {
	width: 140px;

	float: left;
}

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

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	
	color: #000000;
	
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

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

iframe {
	width: 100%;
	height: 100%;
	
	border: 0px;
}

img {
	border: 0px;
	vertical-align: bottom;
}

img#Intro {
	position: absolute;
	left: 30px;
	bottom: 400px;
	
	z-index: 3;
}	

img#Logo {
	position: absolute;
	left: 15px;
	bottom: 150px;
	
	z-index: 3;
}	

img.Foto {
	width: 360px;
}

img.Inhalt_Ausblenden {
	position: absolute;
	left: 575px;
	bottom: 167px;
}

input {
	margin: 0px;
	padding: 0px;
	
	vertical-align: bottom;
}

input[type=text] {
	width: 140px;
	color: #6D573F;
	
	padding: 1px;
	margin: 0px 10px 0px 0px;
	
	background-color: #FFFFFF;
}

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

ul#Navigation {
	position: absolute;
	left: 30px;
	bottom: 15px;
	
	margin: 0px;
	padding: 0px;
	list-style: none inside;
	
	z-index: 2;
}

ul#Navigation li {
	margin: 0px;
}

.Clear {
	clear: both;
}
