@CHARSET "ISO-8859-1";

IMG{
	border: 0px;	
}
* {
	margin:0;
	padding:0;
}

html,body{
	height: 100%;
	width: 100%;	
}

body {
	background-color: gray;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;	
	margin: 0px;
	padding: 0px;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-288px; /* half of container's height */
	float:left;
}

#mainbox {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 820px;
	height: 576px;
	vertical-align: middle;
	clear:left;
}
#distance2 {
	width: 1px;
	height: 50%;
	margin-bottom: -340px;
	float: left;
}
#mainbox2 {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 1021px;
	height: 679px;
	vertical-align: middle;
	clear:left;
}

span.title {
	text-transform: uppercase;	
	font-weight: bold;
}


img#florelie{
	margin: 10px 120px 0px 0px;
	float: right;  
}

ul#menu{
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
	list-style-type: none;
}


ul#menu li{
	display: inline;
	list-style: none;
	margin-left: 6px;
	margin-right: 6px;	
}
ul#menu li a {
	text-decoration: none;
}
#mainbox #content{
	margin: 0px 0px 0px 0px;
	font-family: "Arial";
	font-size: 12px;
	margin-left: 104px;
	line-height: 25px;
	color: #000000;
	position: relative;
}

#mainbox #content a:LINK, #mainbox #content a:HOVER, #mainbox #content a:ACTIVE, #mainbox #content a:VISITED{
	color: #a3517a;
	text-decoration: none;
}

#mainbox #content h1{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #a3517a;
}

#mainbox #content #text{
	display: none;
}
#text {
	display: none;
}

span.bklicken{
	font-size: 10px;	
}

.error_msg{
	float: left;
	line-height: 25px;
	width: 410px;
	margin: 7px;
	padding: 5px;
}

noscript{
	line-height: 20px;
	background-color: white;
}

.InfoImage {
	position: absolute;
	top: 3px;
	left: 1px;
	z-index: 100;
}
