@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

div#ffmain {
	background-color: #000000;
	margin-top: -350px;	
	margin-left: -500px; 
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 700px;
	text-align: center;
}

div#toolbar {
	position: fixed;
	bottom: 0px;
	height: 20px;
	width: 100%;
	min-width: 590px;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 6px;
	background-color:#000000;
	z-index: 99999;	
}

div#toolbar-links {
	float: left;
	padding-left: 30px;
}

div#toolbar-rechts {
	text-align: right;
	padding-right: 30px;
}
