/*   Frühling 2018: Facelifting wegen Aufgabe der Vermietung  */
/*   WS18.css   für die neue Webseite 2018   */

body {
   font-family:sans-serif;
   font-size:100%;
   color:#000044;
   text-align:center;
   margin:0px auto;
/*   padding:0px; */
/*   background-color:#ffee66; */
   background-color:#ffff99;
   width:880px;
}

/* Schriftgr�ssen */
h1    { font-size:1.7em; }
h2    { font-size:1.4em; }
h3    { font-size:l.2em; }
h4    { font-size:1.0em; }
kl    { font-size:0.9em; }
no    { font-size:0.9em;
        font-weight:normal; }

/* Farben */
rt    { color:red; }
gn    { color:green; }
bl    { color:blue; }
aq    { color:aqua; }

/*** Begrüssungs-Seite:  index.html ****************/
#ganz   {
   width:880px;
   height:950px;
   margin-top:20;
   text-align:left;
   padding-left:0px;
   background-color:#ffe73d;
/*   border:1px solid;  */
}
#logo   {
/*   position:fixed; */
   width:250;
   height:120;
   margin-top:40px;
   margin-left:570px;
/*   border:1px solid; */
}
#links   {
   float:left;
/*   margin-top:0; 
   margin-left:0; */
   width:500px;
   height:140;
   padding-top:0;
   padding-left:20px;
   font-size:1.05em;
/*   border:1px solid;  */
}
#rechts   {
   float:right;
   margin-top:0;
/*   margin-left:540px; */
   height:140;
   width:320px;
   padding-left:20px;
   font-size:1.05em;
/*   border:1px solid; */
}

/* --------------------
#streifen   {
   text-align:center;
   float:left;
} */
