@charset "UTF-8";
/* CSS Document */
* { margin:0px; padding:0px; }

body {
	font-family:"Lucida Grande", Tahoma, "Trebuchet MS";
}

#container {
	position:absolute;
	width:100%;
	height:100%;
	left:50%;
	top:0px;
	margin-left:-50%;
	min-height:400px;
	min-width:850px;
	background:url(../media/utilities/bg.jpg) 50%;
}
#wildcard {
	width:390px;
	height:190px;
	position:absolute;
	left:50%;
	top:20%;
	margin-left:-195px;
}
#logoleiste {
	height:100px;
	width:100%;
	position:absolute;
	left:0px;
	top:60%;
	text-align:center;
}
#logoleiste img {
	height:70px;
}
p { 
	font-size:10px;
	margin-top:40px;
	line-height:150%;
}
a {
	color:#FF0000;
	text-decoration:none;
}
strong {
	color:#FF0000;
}