* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
width: 650px;
margin: 0 auto;
-webkit-text-size-adjust: none;
}

#links {
height: 100%;
background-color: rgb(255,255,255);
width: 200px;
float: left;
}

#rechts {
height: 100%;
background-color: rgb(255,255,255);
width: 200px;
float: right;
}

#mitte {
height: 100%;
background-color: rgb(255,255,255);
width: 250px;
margin: 0 auto;
}

p {
font-family: 'Franklin Gothik Book', Arial, sans-serif;
color: rgb(0,0,0);
}

h1 {
font-family: 'Franklin Gothik Book', Arial, sans-serif;
font-size: 20px;
line-height: 30px;
color: rgb(0,0,0);
margin-top: 66px;
padding: 15px 0;
text-align: center;
border-bottom: 1px solid rgb(0,0,0);
}

a { 
color: rgb(0,0,0);
text-decoration: none; 
}

a:hover {
color: rgb(0,0,0);
text-decoration: underline;
}

img {
border: none;
}