/*
 * 
 * Allgemeine Formatierungen
 * 
 */


* {	text-decoration:none;
	font-family: Verdana, Sans-Serif;
	padding:0;	margin:0;	color:#000000;
	font-size: 12px;
	color:#fff;
}

html{
	height:100%;
	max-height:100%;
}
	
body {
	font-size: 10px;
	padding:0;
	margin:0;
	background:#000 url('../../../medien/bilder/website/back_noanim.gif');
	height:100%;
	max-height:100%;
}
	
a:link {color:#FF00FF;}
a:visited {color:#FF00FF;}
a:hover {color:#FF00FF;}
a:focus {color:#FF00FF;}
a:active {color:#FF00FF;}


	/*
	 * 
	 * MainFrame
	 * 
	 */

	#MainFrame{
		width:100%;
		height:100%;
		min-width:900px;
		min-height:500px;
	}


	/*
	 * 
	 * MP3 Player
	 * 
	 */

	.MP3Player{
		position:absolute;
		right:2.5%;
		width:30%;
		top:0px;
		height:8%;
		z-index:10;
	}
	
	#MP3PlayerFrame{
		width:100%;
		height:48px;
	}