/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/bg_home.gif);
	background-repeat: no-repeat;
	background-position: -5px -26px;
}
body#archiv,
body#sitemap {
	background-image: url(../img/bg_archiv.gif);
	background-position: -5px -26px;
}
body#aktuell {
	background-image: url(../img/bg_aktuell.gif);
	background-position: -5px -69px;
}
body#beratung {
	background-image: url(../img/bg_beratung.gif);
	background-position: -2px -108px;
}
body#verein {
	background-image: url(../img/bg_verein.gif);
	background-position: -25px -1px;
}
#head {
	width: 1300px;
	height: 70px;
	background-image: url(../img/enz_logo_aktuell.gif);
	background-repeat: no-repeat;
	background-position: 505px 4px;
}
#head span {
	display: none;
}
#beratung #head {
	background-image: url(../img/enz_logo_beratung.gif);
}
#verein #head {
	background-image: url(../img/enz_logo_verein.gif);
}
#wrapper {
	position: relative;
}
#content {
	position: absolute;
	top: 20px;
	left: 285px;
	float: left;
/*  width: 800px;  */
	width: 650px; 
	padding-top: 15px;
	padding-right: 65px;
}
#archiv #content,
#aktuell #content,
#beratung #content,
#verein #content {
	height: 545px;
	overflow: auto;
}