@charset "utf-8";
*{margin:0;padding:0;}

p {
	font-family: 'Roboto', sans-serif;
	color: #999;
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	padding-bottom: 50px;
}

a {
	text-decoration: none;}

h2 {
	font-family: 'Roboto', sans-serif;
	color: #555;
	font-size: 17px;
	font-weight: 700;
	line-height: 140%;
	text-align: left;
	padding-bottom: 10px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	color: #999;
	font-size: 10px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	padding-bottom: 50px;
}

#Hintergrund {
	width: 100%;
	height: auto;
	padding-top: 5vw;
	padding-bottom: 10vw;
}

#Verlauf {
	width: 100%;
	height: 10vw;
	min-height: 80px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}


ol {
	list-style-type: none;
	padding-left: 0;
	position: absolute;
	bottom: 3vw;
	left: 3vw;
	text-align: left;
	cursor: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 500;
	line-height: 180%;
}

ol a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 500;
	line-height: 180%;
}

ol a:hover {
	color: #999;
}

ul {
	font-family: 'Roboto', sans-serif;
	color: #999;
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	padding-left: 40px;
}
		
	
#Textblock {
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3vw;
	padding-right: 3vw;
}

#Zurueck {
	height: 100%;
	width: 100%;
	position: fixed;
	cursor:url(Grafiken/cross.gif),url(myBall.cur),auto;
}

#Link {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}


@media (max-width: 800px) {
	
}