body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	background-color:black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;	
}

a{
	text-decoration:none;
	color:#999999;
	font-weight:bold;
}
h2{
	font-size:15px;
	color:#FFF;
	margin-top:12px;
	margin-bottom:13px;
}


img{
	border:none;
}
p{
	line-height:130%;
}

p.bold {
	font-weight: bold !important;
	font-size: 12px;
}
.link{
	color:white;
	text-decoration:underline;
}
.arrow{
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}
.white{
	color:white;
}
.center{
	text-align:center;
}

span#main{
	display:block;
}

#main p{
	line-height:150%;
}

#main p {
	line-height: 1.3em;
}
#main p.bold {
	font-weight: bold;
	font-size: 1.3em;
	color: #FFF;
}
#main a:hover {
	text-decoration: underline;
}
#main a.toplink, #main p.toplink {
	float: right;
}

#main p.toplink img {
	display: none;	
}
#main p.toplink a {
	padding-left: 12px;
	background-image: url(images/top_pfeil.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
}

#wrap{
	height:100%;
	width:100%;
	min-width:1014px;
	min-height:670px;
	margin: 0;
	padding: 0;
	
}

#wrap.flashactive { /* wrapping element, needed to prevent linewrap between container and vertical spacing element */
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap;
	background-color: white;

	background-image:url(images/flash_background2.png);
	background-position:center;
	background-repeat:no-repeat;
}

#upper {
	display: none;
}

#upper.flashactive { /* vertical spacing element */
	height: 99%;
	/* you can use 100% height for perfect centering, but that causes occasional scrollbar in IE7 */
	width: 0px;
	vertical-align: middle;
	display: inline-block;
	display: -moz-inline-box;
}

#container {
	position:absolute;
	width:100%;
	top: 150px;
	background-image: none;
	background-repeat: repeat-x;
	
}

#container.flashactive {
	top:0px;
	left:-2px;
	position:relative !important;
	width:1014px;
	height:670px;
	margin-left: 0px;
	padding: 0px;
	margin:0px;
	vertical-align: middle;
	display: inline-block;
	display: -moz-inline-box;
	background-image: none;
}

#flash {
	width: 1014px;
	height: 670px;
	margin: 0 auto;
}

#flash.flashactive {
	/* set width/height here, for Gecko */
	width: 1014px; /* width is req. height is opt. */
	height: 670px;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	min-height: 10px; /* FrFx fix */
}





/*Styley for WrongFlashVersionMessage*/
#screen {
	width:544px;
	height: 670px;
	margin: 0 auto;
	background-color: transparent;
	display:block;
}

#header{
	width: 544px;
	height:80px;
	text-align:right;
	padding-top:6px;
}
#keyvisual{
	height:144px;
}

#content{
	height:556px;
	width:544px;
	margin:0 auto;
	position:absolute;
}

#content #columns span{
	
	margin:15px 20px 15px 0px;
	width:252px;
	float:left;
}

#footer{
	text-align: right;	
	margin-top:40px;
	font-size:10px;
	margin-bottom: 3em;
}
#footer a {
	margin-left: 2em;
}

#copy {
	color: #666666;
	font-size:9px;
}