@charset "UTF-8";
/* CSS Document */
html{
	height:100%;
	}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #666;
	height: 100%;
	min-height:636px;
	
}



header{
	position:absolute;
	margin-left:280px;
	}

a{
	text-decoration:none;
	color:#0D4366;
	
	}

	
#lauftext{
	position:relative;
	top:0;
	line-height:24px;
	font-size:20px;
	width:782px;
	text-align:center;
	text-transform:uppercase;
	color:#004071;
	font-family: 'Roboto Condensed', sans-serif;	
	margin:20px 0 0 218px;
	}
		
#lauftext a{
		text-transform:none;
		font-size:16px;
		color:#004071;
		text-decoration:none;
		}

a:hover {
	color: #93D1EF;
}

img {
	border:none;
	vertical-align:baseline;
}
p {
	text-align: center;
	margin:0 0 16px 0;
	line-height:20px;
	font-size: 17px;
	color: #0D4366;
}




/* WRAPPER */
	
#wrapper {
	height: 644px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top:50px;
	padding-bottom:50px;
}

/* CONTENT */

#wrapper #content {
	height: 436px;
	width: 783px;
	position:relative;
}


#info {
	position:absolute;
	display: inline-block;
	text-align: center;
	margin:340px auto 0 305px;
	width: 300px;
	}
	
#KleinerText{
	position:absolute;
	display: inline-block;
	text-align: center;
	margin:0 auto 0 -330px;
	width: 700px;
}

	
	
