@charset "utf-8";
/* CSS Document */

p, h1, h2, a {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E3;
}

html,body { 
	width:100%;
	height:100%;
	font-family: 'Dosis', sans-serif;
}

img {
	border-style:none;
}


#distance {
width: 10px;
height: 50%;
margin-bottom: -372px;
}

#container {
	width: 1000px;
	height: 650px;
	background-image: url(../images/SPK_HG.jpg);
	position: relative;
	margin: 0 auto;
}

#header {
	width: 690px;
	height: 125px;
	margin: 0 0 0 310px;
}

h1 {
	padding: 20px 30px 20px 30px;
	font-size: 32px;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.2em;
}

.down {
	margin: 10px 0px 6px 95px;
}

.downbunt {
	width: 96px;
	height: 44px;
	float: left;
	margin: 10px 10px 15px 10px;
	
}

#left {
	width: 310px;
	height: 525px;
	margin: 0;
}

h2 {
	font-weight: 600;
	font-size: 17px;
	color: #000;
	margin: 15px 15px 15px 15px;
}

.text {
	font-weight: 400;
	font-size: 14px; 
	line-height: 16px;
	color: #000;
	margin: 0 15px 10px 15px;
}

.distance-block {
	display: block;
	width: 320px;
	height: 25px;
}
.kleingedrucktes {
	font-weight: 400;
	font-size: 10px;
	color: #000;
	margin: 10px 15px 0px 15px;
	clear: left;
}

a, a:link, a:hover, a:active, a:visited {
	color: red;
	text-decoration: none;
}