@charset "utf-8";
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#5499bb;
}
#page {
	z-index: 2;
	position: relative;
	height:100%;
}
#floater {
	float:left;
	height:40%;
	margin-bottom:-163px;
	background:grey;
}
#content {
	width:331px;
	margin:0 auto;
	clear:both;
	height:326px;
	position:relative;
}
a#imprint {
	position:absolute;
	top:2px;
	right:20px;
	color:#c0d1da;
	text-decoration:none;
	font-size:10px;
}
a#imprint:hover {
	color:#fff;
	text-decoration:underline;
}
#icontent {
	display:none;
	position:absolute;
	top:25px;
	right:20px;
	padding:10px 15px;
	font-size:10px;
	width:250px;
	color:#3f5c7b;
	background:white;
	line-height:150%;
	background-color: rgb(255, 255, 255);
	/* RGBa with opacity */
background-color: rgba(255, 255, 255, 0.9);
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}
#error {
	text-align:center;
	width:330px;
	background:white;
	margin:0 auto;
	margin-top:-300px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.85);
	color:#3f5c7b;
	font-size:16px;
	z-index:999;
	position:relative;
	padding:20px 40px;
	padding-bottom:40px;
	-moz-box-shadow:    2px 2px 6px 1px #000;
	-webkit-box-shadow: 2px 2px 6px 1px #000;
	box-shadow:        2px 2px 6px 1px #000;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}
#error h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
}
