/* CSS Stil für die Webseiten des
 *    Informatik-Vollmer
 *    http://www.informatik-vollmer.de
 * Zusätzlich Dinge, die Netscape 4.x nicht mehr "versteht"
 * Author: Dr. Jürgen Vollmer, Karlsruhe,
 *         <Juergen.Vollmer@informatik-vollmer.de>
 * 2005(C) Copyright: Dr. Jürgen Vollmer
 * $Id: vollmer.css,v 1.6 2009/02/08 20:04:58 vollmer Exp $
 */
img {
 border      : thin solid;
}

img.noborder {
 border      : none;
}

body {
 margin      : 0px;
 padding     : 0px;
}

#Kopf{
 position:    absolute;
 top:         0px;
 left:        0px;
 height:      120px; /* == #Navigation::top == #Text::margin-top */
 width:       100%;
 padding:     0px;
 margin:      0px;
 background:   #ffffaa;
 border:      none;
}

#Kopf div{
 padding:     0px;
 margin:      0px;
}

#Navigation{
 border:       none;
 position:     absolute;
 top:          121px;   /* == #Kopf::height == #Text::margin-top + 1 */
 left:         0px;
 width:        190px;
 height:       100%;
 background:   #ffffaa;
}

#Navigation a {
  margin-left:       5px;
  margin-top:        5px;
  width:             180px; /* == Navigation::width -10 */
  height:            20px;
  display:           block;
  text-decoration:   none;
  background:        #ffffcc;
  color:             green;
  font-weight:       bold;
  border:            1px solid black;
  border-left-color: white;
  border-top-color:  white;
}

#Certificate a {
  margin-left: 35px;
  width:100px;
}
#Weather {
  margin-left: 15px;
  width:120px;
}
#Weather a {
  margin: 0px;
  width:  0px;
  border: 0px;
}

#Text{
 margin-top:    120px; /* == #Navigation::top == #Kopf::height */
 margin-left:   190px; /* == Navigation::width */
 left:          0px;
 padding-left:  25px;
 padding-right: 5px;
}

#Text p {
 text-indent:  0em;
}

#Text .noindent {
 text-indent:  0em;
}

body {
 background:    #ffffcc;
}

body>#Kopf{position:fixed;}
body>#Navigation{position:fixed;}


/**************************** Style für Wohnung ****************************/
ul.wohnung {
 background:      #ffffaa;
 list-style-type: none;
 padding-top:     10px;
 padding-bottom:  10px;
 padding-left:    2cm;
}
ul.wohnung li {
 padding-left:    10px;
 padding-right:   10px;
 display:         inline;
}
ul.wohnung li a {
  width:             180px; /* == Navigation::width -10 */
  height:            20px;
  text-decoration:   none;
  background:        #ffffcc;
  color:             green;
  font-weight:       bold;
  border:            1px solid black;
  border-left-color: white;
  border-top-color:  white;
}

ul.wohnung li a:hover {
 background:   #ffffaa;
}
ul.wohnung li a:visited {
}

/*---------------------------------------------------------------------------*/
