body {
	font-family:'Raleway', Helvetica, Arial, sans-serif;
}

a:link { 
	color:#222222; 
	text-decoration: none; 
}
a:visited { 
	color:#222222; 
	text-decoration: none; 
}
a:active { 
	color:#222222; 
	text-decoration: none; 
}
a:hover { 
	color:#9c911d; 
	text-decoration: none;
}

hr {
	border:none;
	border-top:1px dotted #9c911d;
	background-color:#ffffff;
	color:#ffffff;
	width:71%;
	height:0px;
	text-align:right;
	margin-right:-0px;
}

.navi {
	font-size:22px;
	line-height:1em;
	font-weight:200;
	text-align:left;
	color:#222222;
}

.headline{
	font-size:50px;
	line-height:1em;
	text-align:left;
	font-weight:200;
	color:#9c911d;
}

.subline {
	font-size:32px;
	line-height:1.2em;
	font-weight:200;
	text-align:left;
	color:#9c911d;
}

.copy {
	font-size:16px;
	line-height:1.6em;
	text-align:left;
	font-weight:200;
	color:#222222;
}

.copyright { 
	font-size:11px;
	line-height:1em;
	text-align:left;
	font-weight:400;
	color:#ffffff;
}

.arrow {
	font-size:42px;
	line-height:1.0em;
	font-weight:400;
	text-align:center;
	color:#9c911d;
}

/**
* Background
*/
td {
	vertical-align:top;
}

div#background {
	position:absolute;
	background-image:url('../jpgs/background_home_1680.png'); background-repeat:no-repeat;
	width:1600px;
	height:1400px;
	top:0px; 
	left:50%;
	margin-left:-800px;
	z-index:1;
}
	
div#pict {
	position:absolute;
	background-image:url('../jpgs/background_white.png');
	background-repeat:no-repeat;
	width:1600px;
	height:570px;
	top:0px; 
	left:50%;
	margin-left:-800px;
	margin-top:234px;
	z-index:3;
}
	
div#pict-solo {
	position:absolute;
	background-image:url('../jpgs/background_white.png');
	background-repeat:no-repeat;
	width:1600px;
	height:780px;
	top:0px; 
	left:50%;
	margin-left:-800px;
	margin-top:234px;
	z-index:3;
}

/**
* Logo
*/
div#logo {
	position:fixed;
	background-image:url('../jpgs/logo_blackrock_300.png');
	background-repeat:no-repeat;
	background-size:100%;
	width:300px;
	height:215px;
	top:0px; 
	left:50%;
	margin-left:-650px;
	z-index:5;
	}
	
div#logo-streifen {
	position:fixed;
	width:300px;
	height:100%;
	top:0px;
	left:50%;
	margin-left:-650px;
	background-color:#a49921;
	z-index:2;
	}
	
#businesspartner {
	background-image:url('../jpgs/logo_business-partner_300.png');
	background-repeat:no-repeat;
	background-size:100%;
	width:300px;
	height:126px;
	}

/**
* Navigation
*/
div#navigation {
	position:absolute;
	top:0px; 
	left:50%;
	margin-top:175px;
	margin-left:-290px;
	z-index:9;
}

div#arrow-left {
	position:absolute;
	top:0px; 
	left:50%;
	margin-left:-790px;
	margin-top:495px;
	text-align:center;
	z-index:9;
}

div#arrow-right {
	position:absolute;
	top:0px; 
	left:50%;
	margin-left:770px;
	margin-top:495px;
	text-align:center;
	z-index:9;
}

div#arrow-left-slidesolo {
	position:absolute;
	top:0px; 
	left:50%;
	margin-left:-790px;
	margin-top:600px;
	text-align:center;
	z-index:9;
}

div#arrow-right-slidesolo {
	position:absolute;
	top:0px; 
	left:50%;
	margin-left:770px;
	margin-top:600px;
	text-align:center;
	z-index:9;
}

/**
* Content
*/
div#content {
	position:absolute;
	width:940px;
	height:auto;
	top:0px; 
	left:50%;
	margin-top:900px;
	margin-left:-286px;
	z-index:7;
}

div#head {
	position:absolute;
	width:940px;
	height:auto;
	top:0px; 
	left:50%;
	margin-top:790px;
	margin-left:-290px;
	z-index:8;
}

div#content-solo {
	position:absolute;
	width:940px;
	height:auto;
	top:0px; 
	left:50%;
	margin-top:1110px;
	margin-left:-286px;
	z-index:7;
}

div#head-solo {
	position:absolute;
	width:940px;
	height:auto;
	top:0px; 
	left:50%;
	margin-top:1000px;
	margin-left:-290px;
	z-index:8;
}

div#content-textonly {
	position:absolute;
	width:940px;
	height:auto;
	top:0px; 
	left:50%;
	margin-top:307px;
	margin-left:-286px;
	z-index:7;
}

div#head-textonly {
	position:absolute;
	width:940px;
	height:auto;
	top:0px; 
	left:50%;
	margin-top:197px;
	margin-left:-290px;
	z-index:8;
}

div#copyright {
	position:fixed;
	bottom:25px;
	left:50%;
	margin-left:-630px;
	width:auto;
	height:10px;
	z-index:10;
}
