body {
	background-color: #58585a;
	text-align: center;
	margin: 0px auto;
	margin-top: 100px;
	padding: 0px;
	width: 956px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
form {
	border: 0px solid #cccccc;
	margin-top:20px;
}
legend {
	font-weight: bold;
	color: #FFFFFF;
}
label, input, textarea, select { /* Alle Labels UND Formularelemente auswählen */
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	font-weight: bold;
}
input:focus, textarea:focus {
	color: #000;
	background: #fff;
	outline: 1px solid #cccccc;
}
label {
	cursor:pointer;
	float:left;
	margin-top:10px;
	font-size:76%;
}
fieldset {
	/*background: #cccccc;*/
}
input#submit { /* den Submit-Button */
	float: none;
	width: auto;
	border: 1px solid #4c4c4c;
}

.main {
	background-color: #000000;
	border-left: 30px solid #3d3c3f;
	border-right: 30px solid #3d3c3f;
	border-top: 30px solid #3d3c3f;
}
#content {
	width:630px;
	height:400px;
	z-index:1;
	text-align:left;
	overflow:auto;
	padding-right:20px;
	margin-bottom:40px;
}
.bottom {
	line-height:30px;
	background-color: #3d3c3f;
	border-left: 30px solid #3d3c3f;
	border-right: 30px solid #3d3c3f;
	font-size:86%;
	text-align:left;
}
.footer {
	line-height:30px;
	margin-bottom: 30px;
	font-size:86%;
	text-align:right;
}
.txt-grau {
	color: #A7A7A7;
	font-weight: bold;
}
.image-border {
	border-color:#3d3c42;
	border-style:solid;
	border-width: 15px;
}

