@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family: 'Roboto Mono', Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
}

div.clear {
	clear: both
}

div.pagewrap {
    width: 824px;
    margin: auto;
}

header {
    margin-bottom: 40px;
    padding-top: 75px;
}
header h1,
header h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: normal;
}
header h1 a,
header h2 a {
    text-decoration: none;
    color: #000;
}
header ul {
    list-style: none;
}
header ul:after {
    display: block;
    clear: both;
    content: '';
}
header ul li {
    display: block;
    float: right;
    padding: 0 15px;
}
header ul li:first-child {
    float: left;
    padding-left: 0;
}
header ul li:nth-child(2) {
    padding-right: 0;
}

div.main {
    padding: 0 0 50px 50px;
    background-image: url(../images/webstuhl.png);
    background-repeat: no-repeat;
    background-position: 400px 100px;
}
div.main.datenschutz {
    background: none;
    width: 700px;
}
div.main h1 {
    margin-bottom: 1.5em;
    font-size: 20px;
}
div.main p {
    line-height: 2.3em;
    margin-bottom: 1em;
}
div.main p a {
    text-decoration: none;
    color: #000;
}

footer {
    padding: 20px 0 50px 50px;
}
footer p {
    line-height: 1.8em;
    margin-bottom: 1em;
}
footer a {
    text-decoration: none;
    color: #000;
}