* {
	margin: 			0;
	padding: 			0;
}

html, body {
	height:				auto;
	background:			#dbe1ff; /* Hintergrundfarbe: helllila */
	font-family: 		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:			90%;
	padding:			0 0 20px 0;
}

#oben {
	width: 				600px;
	height:				10px;
	position:			relative;
	margin:				0 auto;
	background-image: 	url(Bilder/oben.gif); /* obere Grafik */
	background-repeat: 	no-repeat;
}

#hinten {
	width: 				600px;
	height:				auto;
	position:			relative;
	margin:				0 auto;
	background-image: 	url(Bilder/hinten.gif); /* obere Grafik */
	background-repeat: 	repeat-y;
	padding:			0px 0 10px 0;
}

#header {
	width: 				500px;
	height:				160px;
	position:			relative;
	margin:				0 auto;
	background-image: 	url(Bilder/logo.gif); /* Logo-Grafik */
	background-repeat: 	no-repeat;
	margin-top:			-5px;
}

#header #logo h1 {
	display:			none;
}

#content {
	width:				600px;
	height:				auto;
	position:			relative;
	margin:				0 auto;
	text-align:			center;
}

#menu {
	width:				600px;
	height: 			auto;
	position:			relative;
	margin:				0 auto;
	text-align:			center;
}

#unten {
	width: 				600px;
	height:				10px;
	position:			relative;
	margin:				0 auto;
	background-image: 	url(Bilder/unten.gif); /* untere Grafik */
	background-repeat: 	no-repeat;
}



a {
	font-weight:		bold;
	letter-spacing:		1px;
	margin-bottom:		-3px;
	margin-right:		10px;
	padding:			4px 5px;
	text-decoration: 	none;
}

a:visited {
	color:				#FF0066; /* rot */
}

a:hover {
	color:				#990066; /* dunkelrot */
}

a:link {
	color: 				#FF0066; /* rot */
}

a:active {
	color:				#FF0066; /* rot */
}


.invis {
	display: 			none;
}

img {
	border: 			none;
}
