* {
font-family: Arial;
}

body, html {
          background-color: #95A7EB;             /*   Farbangabe für den Hintergrund des Browserfensters */
                    padding:0;
                    margin: auto;
                     width: 100%;

                min-height: 100%;   /* Mindesthoehe fuer moderne Browser */
                   height: auto !important;         /* Important Regel fuer moderne Browser */
                   height: 100%;                    /* Mindesthoehe fuer den IE */
        background-image: url(../bilder/hintergrund_body.jpg); /* Hintergrundbild farbiger Balken*/
       background-repeat: repeat-x;               /* Bild wird in x-Richtung wiederholt  */

}

/* Box mit gleichen abgerundeten Ecken */
#inhalt {
         background-color: #000099;  /* Farbe für Box */

                    width: 1104px;     /* Breite für Box */
               min-height: 100%; /* Mindesthoehe fuer moderne Browser */
                   height: auto !important; /* Important Regel fuer moderne Browser */
                   height: 100%; /* Mindesthoehe fuer den IE */
                   margin: 10px auto;     /* Abstand der Box zum Außen-Rand */
                  padding: 20px;      /* innerer Abstand Inhalt zum Rand der Box */
                      top: 20px;

-webkit-border-radius: 20px;     /* Radius der Eckenrundung  */
     -khtml-border-radius: 20px;     /* Radius der Eckenrundung  */
       -moz-border-radius: 20px;     /* Radius der Eckenrundung  */
            border-radius: 20px;     /* Radius der Eckenrundung  */

             border-color:#FFFFFF;   /* Rahmenfarbe */
             border-style:groove;    /* Rahmenart */
             border-width:1px;     /* Rahmenbreite */
 }

/* Box mit gleichen abgerundeten Ecken */


#inhalt1 {
         background-color: #000099;  /* Farbe für Box */

                    width: 75%;     /* Breite für Box */
               min-height: 100%; /* Mindesthoehe fuer moderne Browser */
                   height: auto !important; /* Important Regel fuer moderne Browser */
                   height: 100%; /* Mindesthoehe fuer den IE */
                   margin: auto;     /* Abstand der Box zum Außen-Rand */
                  padding: 20px;      /* innerer Abstand Inhalt zum Rand der Box */
                      position: relative;
                      z-index:2;
                      top: 10px;


    -webkit-border-radius: 10px;     /* Radius der Eckenrundung  */
     -khtml-border-radius: 10px;     /* Radius der Eckenrundung  */
       -moz-border-radius: 10px;     /* Radius der Eckenrundung  */
            border-radius: 10px;     /* Radius der Eckenrundung  */

             border-color:#FFFFFF;   /* Rahmenfarbe */
             border-style:groove;    /* Rahmenart */
             border-width:0px;     /* Rahmenbreite */
 }

.navi1 {
         background-color: #000099;  /* Farbe für Box */
                    width: 170px;     /* Breite für Box */
               min-height: 2em; /* Mindesthoehe fuer moderne Browser */
                   height: auto !important; /* Important Regel fuer moderne Browser */
                   height: 2em; /* Mindesthoehe fuer den IE */
                   margin: auto;     /* Abstand der Box zum Außen-Rand */
                  padding: 6px;      /* innerer Abstand Inhalt zum Rand der Box */
                    text-align:center;
                        float:left;
                        top:30px;

    -webkit-border-radius: 10px;     /* Radius der Eckenrundung  */
     -khtml-border-radius: 10px;     /* Radius der Eckenrundung  */
       -moz-border-radius: 10px;     /* Radius der Eckenrundung  */
            border-radius: 10px;     /* Radius der Eckenrundung  */

             border-color:#DFC857;   /* Rahmenfarbe */
             border-style:groove;    /* Rahmenart */
             border-width:1px;     /* Rahmenbreite */
 }
.titel-bild {
         background-color: #000099;  /* Farbe für Box */
                    width: 25%;     /* Breite für Box */
               min-height: 7em; /* Mindesthoehe fuer moderne Browser */
                   height: auto !important; /* Important Regel fuer moderne Browser */
                   height: 7em; /* Mindesthoehe fuer den IE */
                   margin: auto;     /* Abstand der Box zum Außen-Rand */
                  padding: 11.5px;      /* innerer Abstand Inhalt zum Rand der Box */
                    float:left;
                        top:30px;
 }
.titel-beschreibung {
         background-color: #000099;  /* Farbe für Box */
                    width: 59%;     /* Breite für Box */
               min-height: 7em; /* Mindesthoehe fuer moderne Browser */
                   height: auto !important; /* Important Regel fuer moderne Browser */
                   height: 7em; /* Mindesthoehe fuer den IE */
                   margin: auto;     /* Abstand der Box zum Außen-Rand */
                  padding: 0px;      /* innerer Abstand Inhalt zum Rand der Box */
                    float:left;

    -webkit-border-radius: 10px;     /* Radius der Eckenrundung  */
     -khtml-border-radius: 10px;     /* Radius der Eckenrundung  */
       -moz-border-radius: 10px;     /* Radius der Eckenrundung  */
            border-radius: 10px;     /* Radius der Eckenrundung  */

             border-color:#DFC857;   /* Rahmenfarbe */
             border-style:groove;    /* Rahmenart */
             border-width:0px;     /* Rahmenbreite */
 }
.titel-rechts {
         background-color: #000099;  /* Farbe für Box */
                    width: 10%;     /* Breite für Box */
               min-height: 7em; /* Mindesthoehe fuer moderne Browser */
                   height: auto !important; /* Important Regel fuer moderne Browser */
                   height: 7em; /* Mindesthoehe fuer den IE */
                   margin: auto;     /* Abstand der Box zum Außen-Rand */
                  padding: 5px;      /* innerer Abstand Inhalt zum Rand der Box */
                    float:left;
               text-align:right;

    -webkit-border-radius: 10px;     /* Radius der Eckenrundung  */
     -khtml-border-radius: 10px;     /* Radius der Eckenrundung  */
       -moz-border-radius: 10px;     /* Radius der Eckenrundung  */
            border-radius: 10px;     /* Radius der Eckenrundung  */

             border-color:#DFC857;   /* Rahmenfarbe */
             border-style:groove;    /* Rahmenart */
             border-width:0px;     /* Rahmenbreite */
 }



 .clear {
clear: both;
}
