a:link {
color: #F0C;
text-decoration: none;
	outline: none;
}

a:visited {
color: #F0C;
text-decoration: none;
}

a:hover {
color: #39F;
text-decoration: none;
}

a:active {
color: #F90;
text-decoration: none;
}
body {
	overflow: hidden;	/* Scrollbalken im Fenster unterbinden */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../img/index_bg.gif) repeat;
}
	
#container {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 405px;
	background:#FFFFFF;
	}
	
#hilfe {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 500px;
	background:#FFFFFF;
}
	
#preloader {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

span.right {float: right;}
