@charset "UTF-8";
body {
	background-color: #301b0a;
	background-image: url(bilder/a/hintergrund.jpg);
	background-repeat: no-repeat;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #83786d;
	text-decoration: none;
	line-height: 11px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-left: 0px;
}
.menulink {
	text-decoration: none;
	color: #FFF;
}
a.menulink:link {
	text-decoration: none;
	color: #FFF;
}
a.menulink:visited {
	text-decoration: none;
	color: #FFF;
}
a.menulink:hover {
	text-decoration: none;
	color: #83786d;
}
a.menulink:active {
	text-decoration: none;
	color: #83786d;
}
.content {
	background-image: url(bilder/a/content_hintergrund.jpg);
	background-repeat: no-repeat;
}
.image {
	background-image: url(bilder/black.jpg);
	background-repeat: no-repeat;
}
.image_team {
	background-image: url(bilder/beton.jpg);
	background-repeat: no-repeat;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
}
.textbold {
	font-weight:bold;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #83786d;
	text-decoration: none;
	line-height: 20px;
}
.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	line-height: 20px;
	background-color: transparent;
	border: thin solid #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
