body {
	color: black;
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

p {
	font-size: 0.8em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0em;
}

td {}

a:link { color: black ; text-decoration: none; }

a:visited { color: black ; text-decoration: none; }

a:hover { color: black ; text-decoration: underline; }

a:active { color: black ; text-decoration: underline; }
h1 {
	color: #FFFFFF;
	font-size: 0.9em;
	margin: 0em;
}
h2 {
	color: black;
	font-size: 0.9em;
	margin: 0em;
}
h3 {
	color: gray;
	font-size: 0.8em;
	margin: 0em;
}
h4 {
	color: black;
	font-size: 0.7em;
	margin: 0em;
}
h5 {
	color: black;
	font-size: 0.6em;
	margin: 0em;
}
h6 {
	color: black;
	font-size: 0.5em;
	margin: 0em;
}


#container1 {
	position:relative;
	left:0px;
	top:0px;
	width:980px;
	height:467px;
	z-index:1;
	background-image: url(../images/hintergrund_01.png);
	background-repeat: no-repeat;
	text-align: left;
}
#container2 {
	position:relative;
	left:70px;
	top:30px;
	width:900px;
	height:435px;
	z-index:2;
	text-align: left;
}
#headline {
	position:absolute;
	left:185px;
	top:2px;
	width:675px;
	height:24px;
	z-index:7;
}
#submenu {
	position:absolute;
	left:1px;
	top:139px;
	width:136px;
	height:226px;
	z-index:6;
}
#content {
	position:absolute;
	left:185px;
	top:31px;
	width:660px;
	height:380px;
	z-index:5;
	overflow: auto;
	margin: 5 px;
	padding-right: 3px;
}
