@charset "utf-8";

html {
	width:100%;

	height: auto !important; /* ie 6 will ignore this */
	height: 100%;            /* ie 6 will use this instead of min-height */
	min-height: 100%;        /* ie 6 will ignore this */

	overflow:hidden;
}

body {
	background-color:#000000;
	color:#FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	line-height:14px;
	font-size:11px;
	width:100%;
	
	height: auto !important; /* ie 6 will ignore this */
	height: 100%;            /* ie 6 will use this instead of min-height */
	min-height: 100%;        /* ie 6 will ignore this */
	
	overflow:hidden;
}


img{
	border:0px;
}

a {
	color:#808080;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}

#fl {
	width:100%;
	height:100%;
}
#flc {
	display: block;
	
    position:absolute;
    height:auto;
	
    bottom:0;
    top:0;
    left:0;
    right:0;
	
    margin-top:500px;
    margin-bottom:0px;
    margin-right:0px;
    margin-left:0px;

	overflow:hidden;
}

#content {
	margin-left:60px;
	margin-top:220px;
}
#logo {
	margin-left:-6px;
}
#subline {
	color:#808080;
}
#linkbar {
	height:20px;
	margin-left:380px;
	margin-bottom:10px;
	background-color:#ffffff;
}
#lb_inner {
	margin-left:50px;
	padding-top:3px;
	color:#000000;
}
#lb_inner a:hover {
	color:#000000;
}


#left {
	margin-right:30px;
	float:left;
}

#text {
	width:340px;
	margin-bottom:20px;
	float:left;
	padding-right:5px;
}
#buttons {
	margin-bottom:70px;
	clear:both;
}
#addrcol {
	float:left;
	margin-bottom:20px;
	margin-left:40px;
}
#stoerer {
	float:left;
	margin-bottom:20px;
	margin-left:180px;
}
