html {
	height: 			100%;
}

body {
	height:				100%;
	margin: 			0px;
	padding: 			0px;
	background: 		url(../img/background_top.gif) repeat-x top left;
	background-color: 	#eee8de;
}

#wrapper {
   	min-height:			100%;
  	position:			relative;
	background: 		url(../img/background_bottom.gif) repeat-x bottom left;
}

#container {
	width: 				1024px;
	margin: 			0 auto;
	padding-bottom: 	80px;
	background: 		url(../img/header.gif) no-repeat top left;
}

#header {	
	position: 			relative;
	width: 				1024px;
	height: 			300px;
}

#header_menu {
	position: 			absolute;
	top: 				246px;
	left: 				240px;
	height: 			40px;
	width: 				740px;
}

#column_left {
	float: 				left;
	width: 				165px;
	height: 			100%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 45px;
}


#content {
	position: 			relative;
	margin-left: 		265px;
	margin-right: 		0px;
	width: 				705px;
	z-index: 			1;
	margin-top: -17px;
	background-image: url(img/40jahre.gif);
	visibility: visible;
}

#footer_container {
	width: 				1024px;
	margin: 			0 auto;
}

#footer {
   	position:			absolute;
   	bottom:				0;
   	width:				1024px;
   	height: 			170px;
	background: 		url(../img/background_footer.gif) no-repeat center bottom;
	margin: 			0 auto;
}

#footer div {
	position: 			relative;
	top: 				105px;
	left: 				240px;
	width: 				750px;

}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 19px;
	vertical-align: bottom;
}

.Adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
	color: #4d4130;	
}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #4d4130;
	padding-left: 5px;
	margin-top: 20px;
}
.fetterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #4d4130;
	padding-left: 0px;
	padding-top: 10px;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #6e6e6e;
	padding-left: 0px;
}
.grosserText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	color: #4d4130;
	padding-left: 0px;
}

