@charset "ISO-8859-1";
<!--

* { 
margin: 0;
padding: 0;
}


html, body {
height: 100%;
}

/* DIV-Boxen */

#wrapper {
position: relative;
margin: 0 auto;
width: 100%;
min-height: 100%;
height: auto !important;
height: 100%;
background:transparent url(images/bg.jpg) repeat; 
}

#wrapper1,  #wrapper2,  #wrapper3 , #wrapper4 {
position: absolute;
width: 100%;
min-height: 100%;
height: 100%;
background-repeat: no-repeat;
}


*html #wrapper1, 
*html #wrapper2, 
*html #wrapper3, 
*html #wrapper4 { margin:0;padding:0;}



#whitepaper_bg {
	z-index: 10;
	position:absolute;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

*html #whitepaper_bg {
	width: 820px; height: 500px; 
}

	

#whitepaper_box {
	z-index: 11;
	position:relative;
	width: 754px;
	height: 465px;
	padding-top: 35px;
	margin:0 auto;
}

#whitepaper_content {
	float:left;
	width: 584px;
	margin:0 auto;
	padding: 15px 15px 15px 155px;
	font-family: trebuchet ms;
	font-size: 15px;
	text-align: center;
}



/* Allgemeines*/

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


a:link 	
{ 
	color:#885500; 
	text-decoration:none; 
}

a:visited 
{ 
	color:#885500; 
	text-decoration:none; 
}

a:active 
{ 
	color:#885500; 
	text-decoration:none; 
}

a:hover 
{ 
	color:#885500; 
	text-decoration:underline; 
}
	

 
-->