/* Styles für Dateisuche.de */

/* Unterschiede im Design der MHouben-Seiten liegen nur
   in den Farben, die mit Bearbeiten-Ersetzen ausgetauscht
   werden können
                   Seitenhintergrunde        #EBECFE                (Hell)
                   Kasten-Hintergrund        #DCDEFD                (Mittel)
                   Menü-Hintergrund    #7E6FD5            (Dunkel)
                Menü-Kasten                        #113399                (Klarere Dunkle Farbe)        */

body {  background-color: #EBECFE; font-family: Arial, Helvetica, sans-serif;}

/* Link-Styles */

A:link                {color:#5466D6; text-decoration:none; }
A:visited         {color:#5466D6; text-decoration:none; }
A:active         {color:#888888; text-decoration:none; }
A:hover          {color:#888888; letter-spacing:1px; }

/* Vorgefertigte Formatierungen von Text-Absätzen */

P                 {        font-size: 90%;
                        text-align: JUSTIFY; }
P.Intro         {        font-weight: bold; }
P.center {        text-align: center; }
P.indiv  {  text-align: center;
                margin-top: 10px;
                  margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
                font-size: 90%;}

/* Bilderrahmen */

img.rand { border:1pt solid #113399;}

DIV.BildL {        float: left;
                text-align:left;
                     margin-bottom: 20px;
                margin-right: 20px;
                margin-top: 0px;
                     font-size: 90%;
                  border:  0px;}

DIV.BildR {        float: right;
                text-align:center;
                     margin-bottom: 20px;
                margin-left: 20px;
                margin-top: 0px;
                     font-size: 90%;
                  border:  0px ;}

DIV.BildM { text-align:center;
                     margin-bottom: 20px;
                margin-left: 20px;
                margin-right: 20px;
                margin-top: 0px;
                     font-size: 90%;
                  border:  0px;}

/* Die beiden Haupt-Spalten einer Seite */

DIV.SpalteLinks
         {        position: absolute;
                top: -10px;
                float: left;
                width: 225px;
                text-align:center;
                     margin-bottom: 0px;
                margin-right: 20px;
                margin-top: 20px;
                     font-size: 90%;
                  border:  0px;}

DIV.SpalteRechts {
                position: absolute;
                top: 100px;
                left: 250px;
                text-align:left;
                     margin: 15px;
                  padding: 0px;
                  border: 0px ;
                min-width:575px;
                max-width: 1000px}

/* Head-Kasten, am oberen Bildrand */

DIV.Head {margin-bottom: 15px;
                     margin-right: 15px;
                     font-size: 90%;
                text-align:center;
                     position: absolute;
                     top: 20px;
                left: 250px;
                padding-left: 10px;
                padding-bottom: 0px;
                padding-top: 10px;
                padding-right: 0px;
                background-color: white;
                border:3px double #7E6FD5;
                min-width:575px;
                max-width: 1000px;
                height:70px;}

DIV.Headerbild {float: right;
                text-align:right;
                     margin-bottom: 7px;
                margin-left: 7px;
                margin-right: 7px;
                margin-top: 0px;
                     font-size: 90%;
                  border:  0px;}

/* Divbox mit Rand die immer links am Rand des Hauptfeldes klebt */

DIV.BoxL {        font-size: 80%;
                     color: #333399; margin-top: 5px;
                margin-bottom: 5px; margin-right: 10px;
                     text-align: center;
                    float: left;
                     width: 200px;
                  padding-top: 10px; padding-left: 10px;
                  padding-right: 10px; padding-bottom: 10px;
                  background-color: #FFFFFF;
                border:3px double #7E6FD5;
                 border-top: 3px #113399 double;
                  border-right: 3px #113399 double;
                  border-bottom: 3px #113399 double;
                  border-left: 3px #113399 double;}

/* Divbox mit Rand, die immer Rechts am Bildrand klebt */

DIV.BoxR {color:#333399;
                     text-align: center;
                 margin-left: 10px;
                width: 200px;
                float: right;
                padding: 10px;
                background-color: #FFFFFF;
                 border: 3px #113399 double;}

/* Divbox die in der linken Menüspalte sitzt */

DIV.Links {        top: 15px;
                text-align:center;
                     margin-bottom: 20px;
                     font-size: 90%;
                  padding-top: 10px;
                padding-left: 10px;
                  padding-right: 10px;
                padding-bottom: 10px;
                  background-color: white;
                border:3px double #7E6FD5;}

/* Und  D A S  M E N U E

/* IconMenü, in Form gehalten durch DIV ohne Rahme */
Div.menhead {position: absolute;
         top: 20px;
                 left: 0px;
               height: 10px;
               width: 220px;
               border: 0px;}


/* Der Rahmen, der um das Menü herum liegt */
/* Der Rahmen, der um das Menü herum liegt */
DIV.menue {                 background-color: #DCDEFD;
                margin-top: 10px;
              margin-bottom: 20px;
              text-align: center;
             font-size: 90%;
              padding-top: 0px;
                padding-left: 10px;
                  padding-right: 10px;
                padding-bottom: 10px;
                border:3px double #7E6FD5;}

/* Der eigentliche Menükasten */
DIV.menuebox { background-color: #113399;
                line-height: 1.7;
              text-align: center;
              font-size: 110%;
              padding: 10px;}

/* Und die Steuerung der Link-Texte darin */
A.menue:link         { color: white; font-weight: bold;text-decoration:none;}
A.menue:visited { color: white; font-weight: bold;text-decoration:none;}
A.menue:hover   { color: white; font-weight: bold;text-decoration:none;letter-spacing: 2px;}
A.menue:active  { color: white; font-weight: bold;text-decoration:none;}
A.sel { color: #66FFFF; font-weight: bold;text-decoration:none;letter-spacing: 2px;}
