html, body {
line-height: 20px;
color: white;
font-family: "helvetica"; 
font-size: 14px;
background-color: grey;
}

h1{
font-size: 20px;
line-height: 30px;
color: white;
font-family: "Arial"; 
}



#fader {
	width: 100%;

background-attachment: fixed;
background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: fixed;

	top: 0; 
	left: 0; 
	z-index: 1;

}
.next{
	width: 100%;

background-attachment: fixed;
background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: fixed;
	top: 0; 
	left: 0;
	opacity: 0; 
		z-index: 2;

	filter:alpha(opacity=0);
}

#erstes{
	width: 100%;
background-attachment: fixed;
background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: fixed;

	  top: 0; 
	  left: 0; 
	z-index: 1;

}


#inhalt-top {
width: 100%;
left: 0px;
height: 400px;
z-index: 3;
position: absolute;
border-bottom: 8px solid white;	
}


#inhalt-bottom {
width: 100%;
left: 0px;
margin-top: 400px;
z-index: 4;
position: absolute;
}

#inhalt-bottom2 {
width: 100%;
left: 0px;
margin-top: 620px;
z-index: 5;
position: absolute;
padding-left: 30px;
}




rd {
font-family: verdana;
	font-weight: bold;
color: #cd1619;	
font-size: 16px;
padding-right: 0px;
line-height: 20px;	
	
	
}


ft {
font-size: 13px;	
line-height: 21px;
}



a:link {
text-decoration: none;
color: white;

}

a:active {
text-decoration: none;
color: white;
}

a:visited {
color: white;
}

a:hover {
text-decoration: underline;
color: white;
}


a img { /* wegen blauem rahmen */
	border: none;
}



#inhaltcontainer {
margin: 0px auto;
width: 1000px;
}

	



body {
margin: 0px;
}

