/* CSS Document */

body {
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:100.01%;
background: #fff;
margin: 0 auto;
}

a {
text-decoration: none;
color: blue;
}

a:hover {
text-decoration: underline;
}

div.seite {

width: 90%;
margin-left: auto;
margin-right: auto;
}

div.title {
font-size: 8em;
font-weight: bold;
}

div.subtitle {
font-size: 2em;
margin-bottom: 1em;
}

div.content {
font-size: 1em;
margin-bottom: 3em;
}

div.contact {
font-size: 0.8em;
}