html {
    margin: 0;
    padding: 0;
}
body {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8.5pt;
	line-height: 13pt;
	font-weight: lighter;
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: italic;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

h5 {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	line-height: 1px;
}

a:visited, a:active, a:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.oneColFixCtr #container {
	width: 550px;
	background: #000000;
	margin: 0 auto;
	border: none;
	text-align: left;
	text-decoration: none;
}

.button {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8.5pt;
	line-height: 13pt;
	font-weight: lighter;
	width: 100px;
	border: 0px;
}

.feld {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8.5pt;
	line-height: 13pt;
	width: 130px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ffffff;
}

/* Rahmen bei Bilderlinks unterdrücken */
img {
	border: none;
}
a:hover {
	color: #9F0310;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
