@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	height:100%;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	background: #555555;
}
a, a:visited {
	text-decoration: none;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;          /* Mindesthöhe in modernen Browsern */
	height: auto !important;   /* !important-Regel für moderne Browser*/
	height: 100%;              /* Mindesthöhe in IE (<7) */
	padding: 0;
	/* [disabled]background: #FFF; */
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


/* CONTENT */

main {
	/* [disabled]background: #E5EFFF; */
	margin: 25% 0 0 0;
	display: block;
	clear: both;
	text-align: center;
}
#links {
	text-align: center;
	display: block;
	margin-top: 8%;
}
#links a {
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#links a:hover {
	color: #9CF;
}
