html, body, div, p, h1, h2, h3, h4, h5, h6, ol, ul,
span, a, table, td, form, img, li 
{
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
	background-color:inherit;
	color:#red;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#red;
}
a img{
	border:0;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
}
h1{font-size: 22px; margin-bottom: 10px;}
h2{font-size: 18px; margin-bottom: 8px;}
h3{font-size: 16px; margin-bottom: 6px;}
h4{font-size: 14px; margin-bottom: 4px;}
h5{font-size: 12px; margin-bottom: 2px;}
.clear{
	clear:both;
	margin:0;
}
body{
	z-index: 0;
	background: #eee;
	font-family: Verdana;
	font-size: 10px;
}
#container{
	position: absolute;
	z-index: 2;
	height: 360px;
	width: 486px;
	left: 50%;
	top: 50%;
	margin-left: -253px;
	margin-top: -190px;
	padding: 10px;
	filter:alpha(opacity=8); /* IE */
	-moz-opacity: 0.08; /* Gecko */
	opacity: 0.08; /* Opera */
}
#bg{
	position: absolute;
	z-index: 1;
	height: 360px;
	width: 486px;
	left: 50%;
	top: 50%;
	margin-left: -253px;
	margin-top: -190px;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
	background-color: #fff;
}

#inhalt{
	position: absolute;
	z-index: 3;
	height: 360px;
	width: 486px;
	left: 50%;
	top: 50%;
	margin-left: -253px;
	margin-top: -190px;
	padding: 10px;
}
#header{
	position: absolute;
	z-index: 20;
	height: 50px;
	width: 497px;
	left: 50%;
	top: 50%;
	margin-left: -253px;
	margin-top: -190px;
	padding: 5px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #eee;
}
#navi{
	position: absolute;
	z-index: 20;
	height: 15px;
	width: 497px;
	left: 50%;
	top: 50%;
	margin-left: -253px;
	margin-top: -190px;
	padding: 5px;
	border: 1px none;
	color: #000;
	text-align: center;
	top: 255px;
}
#text{
	position: absolute;
	z-index: 20;
	height: 248px;
	width: 497px;
	left: 50%;
	top: 50%;
	margin-left: -253px;
	margin-top: -190px;
	padding: 5px;
	border: 1px none;
	color: #000;
	text-align: center;
	top: 285px;
}
#footer{
	position: absolute;
	z-index: 20;
	height: 12px;
	width: 497px;
	left: 50%;
	top: 50%;
	margin-left: -253px;
	margin-top: -190px;
	padding: 5px;
	border-top: 1px solid #eee;
	color: #000;
	text-align: center;
	top: 548px;
}