@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);

body {
background-color: #cecece;
position: center;
font-family: 'Noto Sans', Arial, sans-serif;
font-size: 10pt;
line-height: 1.5;
}

div#gesamt {
max-width: 690px;
min-width: 690px;
height: auto;
background-color: #fff;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
border-top: 3px  solid #e2e2e2;
border-bottom: 3px  solid #e2e2e2;
}

div#logo {
max-width: 500px;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 0;
}

img#foto {
float: left;
width: 168px;
margin-right: 15px;
margin-top: 15px;
}

div#inhalt {
padding: 25px;
padding-left: 50px;
padding-right: 50px;
padding-top: 0;
}

hr {
color: #fcfcfc;
}

div#footer {
background-color: #fcfcfc;
border-top: 1px  solid #e2e2e2;
padding-top: 25px;
padding-bottom: 25px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 8pt;
font-weight: 700;
color: #666;
}

p#zitat {
font-size: 2em;
text-align: center;
color: #585a5b;

}

p#autor {
margin-top: 0px;
font-size: 1em;
text-align: center;
color: #aaa;
}

strong {
color: #585a5b;
}

a {
text-decoration: none;
color: #585a5b;
}

a.footer {
text-decoration: none;
color: #666;
}

h1 {
color: #585a5b;
font-size: 17pt;
}

h2 {
font-size: 11pt;
color: #585a5b;
}

h3 {
color: #585a5b;
font-size: 10pt;
}

ul {
list-style-type: square;
margin-left: -25px;
}