@charset "utf-8";

*{margin:0; padding:0;}

html, body {
	height:100%; 
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #D8EEEC;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0; 
	width:100%; 
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-image:url(../img/bgVerlauf.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
h1 {
	text-align:center;
	font-size:20px;
	color:#990000;
	margin:20px 0;
}
h2 {
	font-size:18px;
	color:#990000;
	margin-bottom:10px;
}
h3 {
	font-size:14px;
	color:#990000;
	margin-bottom:10px;
	text-decoration:underline;
}
.link{
	color:#590400;
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}
.bodyContainer {
	position:relative;
	width:1020px;
	margin:auto;
	height:inherit;
	min-height:100%;
	background-image:url(../img/bgBodyContainer.jpg);
}
.Container {
	position:absolute;
	top:0px;
	left:0px;
	width:1020px;
	margin:0;
 	height:100%;
	min-height:100%;
	background-image:url(../img/bgContentContainer.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}
.siteContainer {
	position:relative;
	height:100%;
}
.headContainer {
	position:relative;
	top:0px;
	width:980px;
	height:200px;
	margin:0 20px;
	background-position:0;
	background-repeat:no-repeat;
}
.menueContainer {
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	position:relative;
	top:0px;
	width:980px;
	height:30px;
	margin:0 20px;
	background-image:url(../img/menueBG.gif);
	background-position:0;
	background-repeat:no-repeat;
}
.allContentContainer {
	position:absolute;
	overflow:auto;
	top:232px;
	left:0;
	width:980px;
	bottom:80px;
	margin-left:20px;
	/* Font */
	text-align:justify;
}
.contentContainer {
	position:absolute;
	left:240px;
	width:680px;
	margin:0 10px;
	padding:20px 10px;
}
.contentContainer2 {
	position:absolute;
	left:0px;
	width:910px;
	margin:0 10px;
	padding:20px;
}
.offerContainer {
	background-image:url(../img/bgOfferContainer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#E8EEB0;
	position:absolute;
	overflow:hidden;
	width:180px;
	margin:0 20px;
	padding:100px 20px 20px 20px;
	/* Font */
	text-align:justify;
	
}
/* Menü */
.menueContainerLink {
	position:relative;
	float:left;
	height:18px;
	padding:7px 5px 5px 5px;
	border-right:1px solid #346725;
	background-image:url(../img/menueBtn.gif);
	background-position:0 0;
	background-repeat:repeat-x;	
}
.menueContainerLinkRight {
	position:relative;
	float:right;
	height:18px;
	padding:7px 5px 5px 5px;
	border-left:1px solid #346725;
	background-image:url(../img/menueBtn.gif);
	background-position:0 0;
	background-repeat:repeat-x;	
}
.menueContainerLink:hover, .menueContainerLinkRight:hover {
	background-position:0 -30px;
}
.menueLink {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	display:block;
}
.menueLink:hover {
	color:#660000;
}/* Footer */
.footerContainer {
	position:relative;
	width:940px;
	height:63px;
	padding:3px 0;
	margin:-70px 40px 0 40px;
	border-top:1px solid #666666;
	/*border-bottom:1px solid #666666;*/
	font-size:11px;
	background-color:#FFFFFF;
	background-image:url(../img/bgContentContainer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;

}
.footerText {
	width:600px;
	float:left;
}
.footerMenu {
	float:right;
	width:340px;
}
.footerMenuLink, .footerLink {
	color:#590400;
	font-weight:bold;
	text-decoration:none;
}
.footerLink {
	font-weight:normal;	
}
.footerMenuLink:hover, .footerLink:hover {
	text-decoration:underline;
}
/* Kontaktformular */
.contactData {
	margin:50px 100px;
	font-size:14px;
	font-weight:bold;
}
#contactTextContainer {
	position:absolute;
	width:460px;
}
#contact {
	position:absolute;
	border:1px solid #CCCCCC;
	left:500px;
	width:400px;
	padding:20px;
}
.formDescription {
	padding-bottom:3px;
	padding-top:5px;
}
.input_text {
	border:1px solid #CCCCCC;
}
.input_text_fail {
	border:1px solid #CCCCCC;
	background-color:#FF8080;
}