* { outline: none }

img { border: none }

html { min-height: 100% }

body {
    background-image: url(img/hintergrund.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #000;
    font: 16px/24px 'DINWeb',Arial,sans-serif;
    font-weight: normal;
    height: 100%;
    margin: 0;
}

@font-face {
    font-family: DINWeb;
    src: url("fonts/DINWeb.eot");
}

@font-face {
    font-family: DINWeb;
    src: url("fonts/DINWeb.woff") format("woff");
}

@font-face {
    font-family: DINWeb-Bold;
    src: url("fonts/DINWeb-Bold.eot");
}

@font-face {
    font-family: DINWeb-Bold;
    src: url("fonts/DINWeb-Bold.woff") format("woff");
}

#wrapper {
    margin: 0 auto;
    padding-top: 0;
    width: 960px;
}

.header {
    background-color: #fff;
    height: 145px;
    margin: 0 auto;
    padding-top: 70px;
    text-align: center;
    width: 840px;
}

.bottle {
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 60px;
    width: 840px;
}

.banner {
    background-color: #476279;
    color: #fff;
    font-size: 23px;
    height: 52px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
    width: 840px;
}

.produktion {
    background-image: url(img/pfeile.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: #476279;
    font-size: 53px;
    font-weight: 400;
    height: 160px;
    line-height: 60px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 50px;
    text-align: left;
    width: 680px;
}

.content {
    background-color: #fff;
    display: table;
    margin: 0 auto;
    padding: 40px;
    padding-bottom: 20px;
    width: 760px;
}

.spalte {
    float: left;
    margin-right: 4%;
    width: 48%;
}

.last { margin-right: 0 }

.telefon {
    clear: both;
    text-align: center;
    font-size: 67px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 50px;
}

.bottom {
    font-size: 12px;
    margin: 0 auto;
    padding-top: 6px;
    text-align: right;
    width: 840px;
}

.bottom a {
    color: #fff;
    text-decoration: none;
}

.spacer {
    height: 50px;
    margin: 0 auto;
    width: 840px;
}

.line { border-top: 2px solid #476279 }

.addr {
    font-size: 18px;
    padding-top: 10px;
}

h2 {
    font: 25px/32px 'DINWeb',Arial,sans-serif;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}
h3 {
	color: #476279;
	margin-bottom:3px;
	}
p { margin-top: 0 }

a {
    color: #476279;
    text-decoration: none;
}

a:hover { color: #000 }

.divider {
    display: block;
    height: 25px;
    margin-bottom: 15px;
    width: 317px;
}

.list {
    margin-left: 460px;
    margin-top: 90px;
}

ul { padding-left: 20px }

ul > li {
    color: #476279;
    list-style-image: url(img/plus.png);
}
