p {
	font : 12px sans-serif;
	font-size : 12px;
	color : White;
}
p.klein {
	font : sans-serif;
	font-size : 9px;
}
p.klein2 {
	font : sans-serif;
	font-size : 10px;
}
p.hinterlegt {
	font-family : sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : black;
	background : White;
}
a.orange {
	color : #FFD700;
	text-decoration : underline;
}
a.rot {
	color : #CC0033;
	text-decoration : underline;
}
a.white {
	color : white;
	text-decoration : underline;
}
p.hinterlegt2 {
	font-family : sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : white;
	background : #CC0000;
}
p.fett {
	font-family : sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : white;
}

BODY {
	background : #FF6600;
}

#inhalt {
	position:absolute;
	width:400;
	height:374px;
	z-index:3;
	left: 350px;
	top: 85px;
	padding : 5px;
}

#navigation {
	position:absolute;
	z-index:1;
	left:315;
	 top: -10;
}

#blume {
	position:absolute;
	z-index:2;
	width:300px;
	left: 0px;
	top: -2px;
	z-index:0;
}
