
@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}

html,body { 
	width:100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
}

body {
		background: #7B5937 url("../images/HeimathafenHG.jpg"); 
}

a, a:link, a:active, a:visited {
	text-decoration:none;
}

a:hover {
}
	
b {
	font-weight: 900;
}


img {
	border-style:none;
}

h1 {
	font-weight: 300;
	color:#a72c32;
	font-size: 25px;
	padding: 20px 30px 5px 30px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#efe7e0;
	font-size: 25px;
	padding: 25px 0 0 20px;
	line-height: 25px;
}

.headline {
	font-weight: 300;
	color:#a72c32;
	font-size: 25px;
	padding: 30px 30px 20px 30px;
}

.headline2 {
	font-weight: 300;
	color:#a72c32;
	font-size: 25px;
	padding: 30px 0px 5px 30px;
}
	


#distance {
width: 10px;
height: 50%;
margin-bottom: -350px;
float: left;
}

#wrap {
	position: relative;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	clear: left;
	transform: scale(1.2);
}

#header {
	position: absolute;
	left: 32px;
	top: 10px;
	z-index: 9999;
	width:936px;
	height: 120px;	
}

.header {
	width:936px;
	height: 120px;
	display: inline-block;
	margin-top:10px;	
}


.logo {
	float: left;
}

.email {
	margin-left: 1px;
	margin-bottom: -3px;
}

.menu1, .menu2, .menu3, .menu4, .menu5, .menu6 {
	margin-top: 43px;
	width: 123px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #ffc20e;
}


a.footer, a.footer:link, a.footer:visited, a.footer:active {
	color: #4e3b22;
}

a.footer:hover {
	color: #cbb391;
}

a.red, a.red:link, a.red:visited, a.red:active {
	color:#a72c32;
}

a.red:hover {
	color:#cb5b60;
}

.red {
	color: #a72c32;
}