BODY {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 20px 0 10px 10px;
	background: url(grafik/back.jpg) no-repeat fixed;
}

DIV.schriftzug {
	position: absolute;
	left: 33px;
	top: 36px;
	width: 493px;
	height: 29px;
	z-index: 1;
	background: url(grafik/benutzerinf_shadow.gif) no-repeat;
}

DIV.schriftzug H1 { display: none; }

DIV.navilogo {
	position: absolute;
	left: 183px;
	top: 111px;
	width: 320px;
	height: 246px;
	z-index: 2;
	background: url(grafik/circle_index.gif) no-repeat;
}

DIV.navilogo H2 { display: none; }

DIV.werbung {
	position: absolute;
	left: 700px;
	top: 37px;
	width: 98px;
	height: 98px;
	z-index: 5;
}

DIV.copyright {
	position: absolute;
	left: 155px;
	top: 411px;
	width: 350px;
	z-index: 4;
	text-align: center;
	font-size: 70%;
	color: #999;
}

DIV.copyright SPAN { display: none; }

.unsichtbar { display: none; }

a.menu:link { font-weight: bold; font-size: 90%; color: #666; text-decoration: none; }
a.menu:visited { font-weight: bold; font-size: 90%; color: #666; text-decoration: none; }
a.menu:hover { font-weight: bold; font-size: 90%; font-style: italic; color: #00939D; text-decoration: none; }
a.menu:active { font-weight: bold; font-size: 90%; color: #666; text-decoration: none; }

a.copy:link { text-decoration: underline; color: #999; }
a.copy:visited { text-decoration: underline; color: #999; }
a.copy:hover { text-decoration: none; color: #999; }
a.copy:active { text-decoration: underline; color: #999; }

