<!--
body {
	margin: 0;
	background-image: url(TextureBackground.gif);
	font-family: Arial, Univers, Helvetica, sans-serif;
}
h1 {
	color:black;
	text-align: center;
	margin-top: 12px;
}
h2 {
	text-align: center;
	font-size: 14pt;
	padding-top : 2%;
}
h3 {
	text-align: center;
	font-size: 12pt;
	padding-top : 2%;
}
hr {
	width: 90%;
	text-align: center;
}
a.rechts {
	float: right;
}
ul {
	list-style: circle;
	text-align: justify;
}
p.pzentriert {
	text-align: center;
}
p.klein {
	font-size : 80%;
}
img.einfach {
	border: 0;
	}
img.werbung {
	border: 0;
	margin-top: 1px;
	width: 140;
}
img.werbung2 {
	border: 0;
	margin-top: 1px;
}
img.mitrand {
	border: 1px;border-color: black;border-style: solid;
}
img.ohnerand {
	border: 0;
}
/*Achtung: InternetExplorer
- arbeitet mit width und height korrekt, aber nicht mit right und bottom
- unterstützt position: fixed nicht (aber Mozilla und Netscape)*/
div.Oben {
	position: absolute;	top: 0;	left: 140px;
	width: 80%;
	padding-left: 0.5cm;
	background-image: url(TextureBanner.gif);background-repeat: no-repeat;
	background-position: top center;
}
div.Rechts {
	position: absolute;	top: 50px;left: 140px;
	width: 80%;	height: auto;
	padding-left: 0.5cm;padding-right: 0cm;	padding-top: 1cm;
	text-align : justify;
}
div.Links {
	position: absolute;top: 0;	left: 0;
	width: 140px;
	background-image: url(TextureBackground.gif);
}
ul.menu	{
	list-style-type:none; padding:0 /* Mozilla */; margin:0 /* IE, Opera */;
}
ul.menu li {
	display:block;
}
ul.menu a {
	display:block; clear:left; width:124px; height:32px;
	overflow:hidden; font-size:14px; line-height:34px;
	text-align:center; text-decoration:none;
	border: none; padding:0; margin:1px;
	color:black /*Mozilla*/;  background-color:silver; 
	background-image:url(CottonDreamDrei.gif); background-repeat:no-repeat;
	background-position:0 0;
}
ul.menu a:visited {
	color:black; background-position:0 0px;
}
ul.menu a:active {
	color:gray; background-position:0 -64px;
}
ul.menu a:hover	{
	color:white; background-position:0 -32px;
}	
-->