
	html {
		margin 				: 0;
		padding				: 0;
		font					: 100.01%/1.5 "Verdana", "Arial", "Helvetica", sans-serif;
	}
	body {

		color  				: #003399;
		background-color			: #A9C1E6;
		margin 				: 0;
		padding				: 0;
	}

	a:link{
		text-decoration				: underline;
		color:#003399;
	}

	a:visited{
		text-decoration				: underline;
		color:#003399;
	}

	a:hover{
		text-decoration				: underline;
		color:#003399;
	}

	a:active{
		text-decoration				: underline;
		color:#003399;
	}

	.pfeil{
	height					: 0.625em;
	width						: 0.3125em;
	}

	#bg{
		z-index				: 1;
	}

	.obenback{
		border-top				: solid 1px #6685c2;
	}

	.obenfront{
		border-top				: solid 1px #335cad;
	}


	.back{
		width					: 11em;
		background-color			: #99add6;
		padding				: 0.2em 0.2em 0.2em 0.5em;
		border-bottom			: solid 1px #6685c2;
		border-right			: solid 1px #6685c2;
	}

	.front{
		width					: 2em;
		background-color			: #6685c2;
		border-bottom			: solid 1px #335cad;
		border-left				: solid 1px #335cad;
	}

	#text {
		z-index				: 2;
		position				: absolute;
		left					: 3em;
		top					: 5em;
	}



	#textplayer {
		width					: 14em;
		z-index				: 2;
		position				: absolute;
		left					: 6em;
		top					: 4em;
	}


	#textende {
		width					: 14em;
		z-index				: 2;
		position				: absolute;
		left					: 6em;
		top					: 4em;
	}




	.ft{
		font-size				: 0.7em;

	}
	.subm{
		background-color			: #ccd6eb;
		border				: solid 1px #6685c2;
		color					: #003399;
		font					: "Verdana", "Arial", "Helvetica", sans-serif;
	}

