body {
	background-color: #FFFFFF;
	background-image: url(../grafik/hintergrund_2.gif);
	background-repeat: repeat;
	left: 50px;
	top: 50px;
	right: 50px;
	bottom: 50px;
}
#inhalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	position: absolute;
	height: 500px;
	width: 800px;
	left: 100px;
	top: 40px;
	right: 50px;
	bottom: 50px;
	background-color: #CCCC99;
	border: thin solid #660000;
}
#bilder {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	visibility:visible;
	width:614px;
	height:150px;
	z-index:1;
	top: 150px;
	left: 100px;
	border: 0px;
}
#titel {
	position: relative;
	visibility:visible;
	width:500px;
	height:120px;
	z-index:3;
	left: 190px;
	top: 350px;
	color: #000000;
}
#titel a:link {
	color: #000000;
	text-decoration: none;	
}
#titel a:visited {
	color: #000000;
	text-decoration: none;
}
#titel a:hover {
	color: #990000;
	text-decoration: underline;	
}
#bilder a:link {
	text-decoration: none;
	border: 0;
}
#bilder a:visited {
	text-decoration: none;
	border: 0;
}
#bilder a:hover {
	text-decoration: none;
	border: 0;
}

