/* CSS Document */

body {
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:100.01%;
background: #fff;
margin: 0 auto;
}

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

a:hover {
text-decoration: underline;
}

div.seite {
width: 90%;
margin-left: auto;
margin-right: auto;
}

div.title {
font-size: 4em;
font-weight: bold;
padding-top: 1em;
}

div.subtitle {
font-size: 2em;
margin-bottom: 1em;
}

div.content {
font-size: 1.5em;
margin-bottom: 3em;
line-height: 2em;
}

div.content img {
float: left;
padding: 0.5em 1em 1em 0;        /*top r bot lef*/
}

.content p {
text-align: justify;
}

div.contact {
font-size: 1.5em;
}