@CHARSET "UTF-8";


body {
	margin-top: 0;
	color: #838282;
	font-size: 11pt;
	background-color: white;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

h2 {
	color: #1B1B1B;
	font-size: 16pt;
	margin-bottom: 3px;
	margin-top: -3px;
}

h3 {
	margin-top: 0;
	margin-bottom: 8px;
	color: #7D2B11;
	font-size: 13pt;
}

h4 {
	margin-top: 8;
	margin-bottom: 8px;
	color: #7D2B11;
	font-size: 9pt;
}


strong {
	color: #7D2B11;
}

a:link {
	color: #838282;
	background-color: transparent;
	text-decoration: none
}

a:visited {
	color: #838282;
	background-color: transparent;
	text-decoration: none
}

a:hover {
	color: #838282;
	background-color: transparent;
	text-decoration: none
}

a:active {
	color: #838282;
	background-color: transparent;
	text-decoration: none
}

#shadowPanel {
	width: 1000px;
	background-color: #E0E0E0;
	margin: 0 auto 0 auto;
	margin-top: 0;
}

#mainPanel {
	position: relative;
	margin: 0 auto 0 auto;
	margin-top: 0;
	width: 960px;
	background-color: white;
	text-align: left;
	box-shadow: 0 0 20px #222;
}

#topTeaser {
	position: static;
	width: 940px;
	height: 550px;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

#topTeaserShadow {
	width: 940px;
	height; 13px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -3px;
	margin-bottom: 0;
	background-repeat: no-repeat;
	z-index: 3;
}

#topSection {
	position: absolute;
	width: 941px;
	height: 130px;
	margin: 10px;
	margin-top: 0;
	background-position: center;
	background-color: #FFFFFF;
	text-align: right;
	opacity: 0.8;
	z-index: 10;
	font-family: 'Cinzel';
}

#logoTop {
	background-image: url("images/logo-gross.png");
	background-repeat: no-repeat;
	position: absolute;
	width: 349px;
	height: 115px;
	margin: 8px;
	z-index: 20;
}

#topMenu {
	list-style: none;
	display: inline-block;
	margin: 15px;
	padding-top: 30px;
}

#preSection {
	position: static;
	width: 940px;
	margin: 10px auto 40px auto;
	background-color: white;
	text-align: center;
	font-family: 'Cinzel';
	z-index: 1;
}

.contentleft {
	clear: both;
	float: left;
	width: 25%;
	margin-bottom: 3em;
	margin-left: 1em;
}

.contentCenter {
	float: left;
	width: 65%;
	margin-bottom: 3em;
}

.contentRight {
	float: left;
	width: 10%;
}

.shadowContent {
	margin: 0 auto 0 auto;
	text-align: center;
}

#mainMenuSection {
	clear: both;
	position: static;
	width: 940px;
	margin: 10px auto 40px auto;
	background-color: white;
	font-size: 9pt;
}

#mainMenuRow {
	margin-left: 0;
	padding-left: 0;
}

#mainMenuEntry {
	list-style: none;
	display: inline-block;
	width: 33%;
}

#mainMenuImage {
	margin-top: 4px;
	margin-right: 5px;
	float: left;
}

#schwerpunktSection {
	position: static;
	width: 960px;
	padding-top: 20px;
	text-align: center;
	background-color: #F9F5F0;
}

#schwerpunktSection h2 {
	font-family: 'Cinzel';
}

#schwerpunktSectionEntry {
	list-style: none;
	display: inline-block;
	width: 24%;
	margin-bottom: 30px;
}

#infoSection {
	position: static;
	width: 900px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	margin-top: -20px;
	background-color: #F9F5F0;
	background-image: radial-gradient(circle closest-corner at 45% center, #C49448 0%, #802F12
		150%);
	color: white;
}

.infoEntry {
	display: inline-block;
	width: 50%;
	float: left;
}

.centerLogo {
	text-align: center;
}

.contactForm {
	margin-left: 70px;
}

.formGap {
	margin-bottom: 7px;
	resize: none;
}

#infoSection button {
	position: relative;
	float: right;
	background: transparent;
	border: 0px;
	cursor: pointer;
	color: white;
}

.telefon {
	float: left;
	margin-top: 0;
	margin-left: 8px;
}

.adressList {
	clear: both;
	list-style: none;
	padding-top: 8px;
}

#infoSection h3 {
	color: white;
}

#infoSection h2 {
	color: white;
}

.bottomMenu {
	list-style: none;
	display: inline-block;
	padding: 5px;
	padding-top: 65px;
	margin-left: 0;
}

a.bottomLink:link {
	color: white;
	background-color: transparent;
	text-decoration: none
}

a.bottomLink:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

a.bottomLink:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

a.bottomLink:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

.naviBottom {
	margin-left: 0;
	padding-left: 0;
	margin-top: 23px;
	font-size: 9pt;
	width: 400px
}

.footer {
	height: 20px;
	background-color: #E0E0E0;
}


.inputFeld {
	width: 18em;
	font-family: Arial;
	font-size: 9pt;
}