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

body {
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: auto 0;
}

a {
	text-decoration: none;
	color: #fff;
	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: #666;
	text-decoration: underline;
}

.arrow {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

.white {
	color: #666;
}

.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: #666;
}

#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: 1016px;
	min-height: 633px;
	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;
	background-color: #000;
}

#upper {
	display: none !important;
}

#container {
	width: 100%;
}

#wrap.flashactive #container.flashactive {
	background-image: none;
	height: 100%;
	overflow: hidden;
}

#flash {
	width: 1016px;
	height: 633px;
	margin: 0 auto;
}

#flash.flashactive {
	width: 100%;
	height: 100%;
}

/*Styles for Landingpage*/
body#landing {
	background-image: url(images/landingpage_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#landing_logo {
	height: 38px;
	width: 61px;
	width: auto;
	position: absolute;
	right: 40px;
	top: 40px;
}

#landing_link {
	background-image: url(images/claim.gif);
	background-repeat: no-repeat;
	background-position: 50px 0;
	position: absolute;
	width: 310px;
	height: 20px;
	left: 625px;
	bottom:20%;
	padding-top: 25px;
	text-align: right;
}

#landing_link a {
	color: #c8000e;
	padding-right: 16px;
	background-image: url(images/arrow_landing.gif);
	background-repeat: no-repeat;
	background-position: right 2px;

}

#landing_link a:hover {
	color: #ffffff;
}

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

#header {
	background-image: url(images/pageheader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 748px;
	height: 310px;
	overflow: visible;
}

#header img {
	display: none;
}

#keyvisual {
	height: 144px;
}

#content {
	height: 556px;
	width: 700px;
	margin: 0 auto;
}

#content h2 {
	padding-left: 50px;
}

#content #main {
	padding-left: 50px;
}

#content #columns {
	padding-left: 75px;
}

#content #columns span {
	background-image: none;
	margin: 15px 60px 15px 0px;
	width: 252px;
	float: left;
}

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

#footer a {
	margin-left: 2em;
}

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