@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #58585a;
}
#text {
	position: absolute;
	left: 260px;
	top: 225px;
	width: 480px;
	height: 311px;
	overflow: auto;
	padding-right: 60px;
}

h1 {
	font-size: 18px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 14px;
}

h3, h4, h5, h6 {
	font-size: 13px;
}

#contentcenter {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	top: 30px;
	border: 1px solid #58585a;
}
#header {
	background-image: url(images/header.png);
	padding-top: 160px;
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 28px;
}
#impressum {
	position: absolute;
	top: 535px;
	left: 820px;
	z-index: 50;
	color: #ffffff;
}
#impressum a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

#impressum a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

#impressum a:hover {
	color: #e3001a;
	text-decoration: none;
	font-size: 11px;
}

#impressum a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

.table-abstand {
	padding: 20px;
}
#contentcenter table tr .table-abstand {
	color: #FFF;
	text-align: right;
	font-size: 16px;
}
.email-bild {
	position: absolute;
	top: 94px;
	right: 31px;
	width: 202px;
}
input[type='text'] {
	width: 350px;
	height: 20px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #58585a;
	border-bottom-color: #58585a;
	border-top-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58585a;
}
textarea {
	width: 350px;
	height: 60px;
	padding-left: 5px;
	padding-top: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #58585a;
	border-bottom-color: #58585a;
	border-top-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58585a;
}


input[type='submit'] {
	background-image: url(images/abschicken.gif);
	height: 25px;
	width: 105px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
