.Stil1 {
	color: #666666;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 38px;
	letter-spacing: 6px;
	}
.Stil2 {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	}
.Stil3 {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.Stil4 {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 1px;
}
.Stil5 {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}



body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(bg4.gif);
    }
#container  {
	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
	width: 1040px;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 680px;
	z-index: 1;
    } 
#contrando {
	height: 20px;
	width: 1040px;
	z-index: 2;
	position: absolute;
	top: 20px;
	background-image: url(wrapbg0.gif);
}
#contrandm {
	position: absolute; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
	width: 1040px;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 600px;
	background-image: url(wrapbg1.gif);
	z-index: 1;
	top: 40px;
}
#contrandu {
	height: 20px;
	width: 1040px;
	z-index: 2;
	position: absolute;
	background-image: url(wrapbg2.gif);
	bottom: 20px;
}



#container1  {
	height: 598px;
	width: 998px;
	margin-right: 21px;
	margin-left: 21px;
	z-index: 2;
	position: absolute;
	top: 41px;
	border: 1px solid #FFFFFF;
}
#contmain     {
	position: absolute;
	width: 360px;
	left: 320px;
	top: 120px;
	padding: 0px;
	z-index: 5;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	height: 360px;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

    }
#contmain a {
	text-decoration: none;
	color: #666666;
}

#contmain a:hover {
	text-decoration: none;
	color: #333333;
}
#contmain a.akt:visited {
	text-decoration: none;
	color: #E0DFE3;
}


#contnav  {
	width: 1000px;
	margin: 0;
	z-index: 7;
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	position: absolute;
	bottom: 20px;
}
#contnav  a  {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
#contnav  a:hover  {
	text-decoration: none;
	color: #990000;
	font-size: 10px;
}
#conttop {
	width: 998px;
	margin: 0;
	z-index: 7;
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	position: absolute;
	top: 20px;
}
#conttop a {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
#conttop a:hover {
	text-decoration: none;
	color: #990000;
	font-size: 10px;
}
