﻿* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #202020;
	background: #fff;
}

#header {
	background-image: url('images/header.jpg');
	max-height: 336px;
}

#header-leistungen {
	background-image: url('images/header2.jpg');
	max-height: 336px;
}

#header-referenzen {
	background-image: url('images/header4.jpg');
	max-height: 336px;
}

#header-kontakt {
	background-image: url('images/header1.jpg');
	max-height: 336px;
}

#header-datenschutz {
	background-image: url('images/header5.jpg');
	max-height: 336px;
}

#header-werkplanung {
	background-image: url('images/header6.jpg');
	max-height: 336px;
}

#header-impressum {
	background-image: url('images/header7.jpg');
	max-height: 336px;
}

#logo {
	margin: 0 0 0 -3px;
	padding: 0;
}

/* --- NAVIGATION ---*/

#nav {
	width: 100%;
	background: #2D425D;
}

#nav ul {         
    padding: 5px 15px 6px 15px; 
    line-height: 120%; 
}

#nav li {
    display: inline; 
 	 list-style-type: none;
}

#nav a {
    color: #fff; 
  	text-decoration: none;
	padding: 5px 15px 6px 15px;
}

#nav a:hover {
    color: #202020;
	background: #ccc; 
  	text-decoration: none;
}

#section {
	padding: 50px 30px;
	line-height: 140%;
}

#animation {
	float: right;
	margin-left: 50px;
	border: 0;
}

#textbox {
	margin-left: 40px;
}

#textbox ul {
	margin-left: 30px;
}

#b_auftrag {
	float: left;
}

.btext-auftrag {
	float: left;
	margin-right: 40px;
}

#footer {
	color: #202020;
	background: #e6e6e6;
	padding: 20px 0;
	border-top: solid 1px #2D425D;
	border-bottom: 1px solid #2D425D;
	text-align: center;
}

.clear {
	clear: right;
}

.clear_left {
	clear: left;
}


h1 {
	font-size: 170%;
	font-weight: bold;
	color: #2D425D;
	margin: 30px 0 30px 0;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	margin: 20px 0 10px 0;
}

p {
	margin: 10px 0;
}

p.small-text {
	font-size: 80%;
	font-weight: inherit;
}

#textbox p img {
	border: 1px solid #e2e2e2;
}