body {
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
}
#main {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0 0 0 -450px;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 900px;
    }
#header {
	width: 900px;
	height: 10px;
	background-color: #FFFFFF;
}
.headtitle {
	font-family: Georgia;
	font-size: 40px;
	color: #FFFFFF;
	text-align: right;
	margin: 0 0 0 0;
}
#content {
	width: 840px;
	height: 20px;
	margin: 40px 0 0 0;
	padding: 0 30px 0 30px;
	background-color: #transparent;
	color: #FFFFFF;
}
#contentleft {
	width: 380px;
	float: left;
	border: 0px dotted #FFFFFF;
}
#contentright {
	width: 415px;
	float: right;
	border: 0px dotted #FFFFFF;
}
.title {
	font-family: Georgia;
	font-size: 26px;
	color: #FFFFFF;
	margin: 0 0 0 0;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px 0 30px 10px;
}
.person {
	margin: 20px 0 0 0;	
}
.anmerkung {
	padding: 0;
	margin: 10px 0 0 15px;
	font-style: italic;
}
.godown {
	margin: 0;
	padding: 0;
	text-align: right;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	border-bottom: 3px solid #FFFFFF;
}

li {
	list-style-type: square;
}
form {
	margin: -10px 0 30px 0;
	padding: 0;
}
label {
	font-family: Tahoma;
	font-size: 12px;
	margin: 0 0 0 0;	
}
legend {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	white-space: pre-wrap;
}
fieldset {
	border: 1px solid #666666;
	padding: 5px;
}
input {
	margin: 6px 0 6px 20px;
	width: 150px;
	border: 1px solid #666666;
	background-color: #000000;
	color: #FFFFFF;
}
textarea {
	margin: 6px 0 6px 20px;
	width: 250px;
	height: 100px;
	border: 1px solid #666666;
	background-color: #000000;
	color: #FFFFFF;
}
#copyright {
	width: 880px;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: -50px;
}