* { 
padding : 0; 
margin : 0; 
} 
body { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 13px; 
} 
#wrapper { 
margin : 0 auto; 
width : 922px; 
} 
#header { 
color : #333; 
width : 900px; 
float : left; 
padding : 10px; 
border : 1px solid #ccc; 
height : 165px; 
margin : 10px 0 5px 0; 
background : white; 
background-image : url(header.jpg); 
} 
#obere-navigation { 
float : left; 
width : 900px; 
color : #333; 
padding : 2px; 
border : 1px solid #ccc; 
margin : 0 0 5px 0; 
background-color : #f3f2ed; 
} 
#button1 { 
float : left; 
width : 195px; 
height : 20px; 
color : white; 
padding : 10px; 
margin-right : 10px; 
margin-bottom : 4px; 
background-image : url(button.gif); 
text-align : center; 
font-size : 16px; 
vertical-align : middle; 
} 
#button2 { 
float : left; 
width : 195px; 
height : 20px; 
color : white; 
padding : 10px; 
margin-left : 10px; 
margin-right : 10px; 
margin-bottom : 4px; 
background-image : url(button.gif); 
text-align : center; 
font-size : 16px; 
} 
#button3 { 
float : left; 
width : 195px; 
height : 20px; 
color : white; 
padding : 10px; 
margin-left : 10px; 
margin-right : 10px; 
margin-bottom : 4px; 
background-image : url(button.gif); 
text-align : center; 
font-size : 16px; 
} 
#button4 { 
float : left; 
width : 195px; 
height : 20px; 
color : white; 
padding : 10px; 
margin-left : 10px; 
margin-bottom : 4px; 
text-align : center; 
font-size : 16px; 
background-image : url(button.gif); 
} 
#linke-navigation { 
color : #333; 
border : 1px solid white; 
background-color : #63b1e2; 
margin : 0 5px 5px 0; 
padding : 10px; 
width : 195px; 
float : left; 
font-size: 16px;

} 
#content { 
float : left; 
color : #333; 
border : 1px solid white; 
background-color : white; 
margin : 0 5px 5px 0; 
margin-right : 18px; 
margin-left : 10px; 
padding : 10px; 
width : 432px; 
display : inline; 
text-align: justify;
} 
#rechte-spalte { 
color : #333; 
border : 1px solid white; 
background-color : #63b1e2; 
margin : 0 0 5px 0; 
padding : 10px; 
width : 195px; 
float : left; 


} 
#footer { 
width : 900px; 
clear : both; 
color : white; 
border : 1px solid white; 
background-color : #98ccf3; 
margin : 0 0 10px 0; 
padding : 10px; 
text-align: center;

} 

.liste {
list-style: none;


}
.liste1 {
margin-left: 20px;
list-style: none;


}

.schwarz {
color: black;
}

.white {
color: white;
}

h1 {
font-size: 22px;
margin-bottom: 5px;
}

h2 {
font-size: 20px;
margin-bottom: 5px;
}

h3 {
font-size: 18px;
margin-bottom: 5px;
}

p {
margin-top: 5px;
margin-bottom: 5px;
}

hr {
border: 2px dashed black;
}

.mitte {
text-align: center;
}

.links {
margin-left: 5px;
margin-top: 5px;

}

.quelle {
font-style: italic;

font-size: 12px;

}

.zitat {
font-style: italic;
font-size: 32px;}

.abstand-oben {
margin-top: 25px;
}