/****************************************************************************************/
/* allgemeine einstellungen                                                             */
/****************************************************************************************/

body {
        background-color: #fff;                        /* background  white */
        margin: 0;
        padding: 1em 0;
        text-align: center;                            /* Zentrierung im Internet Explorer */
        font-family: arial, verdana, sans-serif;
        font-size: 100.01%;
}

p, ul, ol, h1, h2, h3 a {
  color: #333;
}

p {
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
}

ul, ol {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

h1 {
  color: #c11b00;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 0px;
}

a {
        margin: 0;
        padding: 0;
        border: 0;
        color: #333;
        text-decoration: none;
}

a:hover {
    color: #c11b00;
    background-color: #d4d4da;
}

div.horizontal_line {
  border-top: 2px solid #d4d4da;
}

/****************************************************************************************/
/* seiteneinteilung                                                                     */
/****************************************************************************************/

div#Seite {
    text-align: left;                                 /* Seiteninhalt wieder links ausrichten */
    width: 970px;
    margin: 0 auto;                                   /* standardkonforme horizontale Zentrierung */
    padding: 0;
}

div#Titel {
    width: 770px;                                             /* Breite des Div-Elements */
    height: 40px;                                            /* Hoehe des Div-Elements */
    margin: 20px 100px;                                                /* Aussenabstand */
    padding: 0;                                               /* Innenabstand */
}

/****************************************************************************************/
/* kopf                                                                                 */
/****************************************************************************************/

h1#topright {
        width: 400px;
        margin: 0px 0px 0px 420px;
        padding: 40px 0px 0px 0px;
        font-size: 30px;
        line-height: 50px;
        font-weight: bold;
        text-align: left;
        color: black;
}

/****************************************************************************************/
/* home pages (each language)                                                           */
/****************************************************************************************/

div#homepage {
        width: 770px;
        padding: 50px 100px;
}

