* {margin: 0;padding: 0;}

body { background-color: #000000; }

#seitenbereich {
    margin: 0 auto; background-color: #FFFFFF; width: 1000px; 
}

#header {
    background-image: url(header.png); width: 1000px; height: 200px; 
}

#schatten1 {
    width: 1000px; height: 5px; background-color: #ED1C24;
}

#navigation {
    background-color: #000000; width: 1000px; height: 25px;
}

#navigation li
{ float: left;
position: relative;
font-size: 16px;
width: 12em;
list-style: none; list-style-type: none;}

#navigation a
{ text-decoration: none; color: white; background-color: #000000; display: block; margin-left: 2em; text-align: center; margin-top: 2px; font-family: Impact; letter-spacing: 2px;}

#navigation ul li a:hover { color: #ED1C24; }

#schatten2 {
    background-color: #ED1C24; height: 5px; width: 1000px;
}

#unterbrechung {
    width: 1000px; height: 3px; background-color: #000000;
}

#textbereich {
    font-size: 22px;
}

#textbereich h1 {
    margin-left: 55px; font-size: 40px; font-weight: bold; font-family: Times;
}

#textbereich h2 {
    margin-left: 55px; font-size: 20px; font-weight: bold; font-family: Times;
}

#textbereich h3 {
    margin-left: 55px; font-size: 16px; font-weight: lighter; font-family: Times; letter-spacing: 1px;
}