* {
margin: 0;
padding: 0;
font-size: 100%;
}

body {
font: normal 13px/20px verdana, arial, sans-serif;
color: #000;
background-color: #fff;
}

h1 {
text-align: center;
font-size: 15px;
font-weight: bold;
}

h2 {
text-align: left;
font-size: 15px;
font-weight: bold;
color: #000;
}

h3 {
text-align: center;
font-size: 13px;
font-weight: bold;
margin: 5px 0 5px 0;
}

#wrapper {
width: 800px;
height: 740px;
margin: 5px auto 0 auto;
}

#wrapper2 {
width: 800px;
height: 840px;
margin: 5px auto 0 auto;
}

/*--- HEADER ---*/

#header{
background-color: #fff;
height: 85px;
}

/*--- NAVIGATION ---*/

#navi {
display: none;
}

/*--- INHALT ---*/

#content {
width: 640px;
height: 700px;
float: right;
margin-top: 20px;
}

.rightimage {
display: none;
}

.centerimage {
display: none;
}

#content p {
margin: 10px 20px 0px 20px;
text-align: justify;
}

#content p.center {
margin: 10px 30px 0px 30px;
text-align: center;
}

#content ul {
margin: 0px 0px 0px 30px;
}

#partner {
display: none;
}

/*--- FUSSZEILEN ---*/

#footer {
clear: both;
height: 20px;
color: #000;
background-color: #fff;
text-align: center;
}

#footer2 {
display: none;
}
