body
{
    margin: 0;
    padding: 0;
    height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    text-align: center;
    font-size: 14px;
    color: #030572;
    background-image: url('images/ivd_gelb2.jpg');
    background-position: center;  
    background-repeat: repeat;
}

#box
{
    width: 1000px;
    margin: auto;
    min-height: 100%;
}

#navi
{
    width: 95%;
    margin: auto;
    font-size: 10px;
    text-align: center;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; text-align: left; }
h4 { font-size: 14px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active
{
    color: #030572;
    font-weight: bold;
    text-decoration: None;
}