
/* */

a:link    { color: #009; font-style: normal; text-decoration: none }
a:visited { color: #009; text-decoration: none }
a:hover   { color: #603; text-decoration: none }
a:active  { color: green; text-decoration: none }

html {
/* background-color: #FFFFCD; */
   background-color: #FFFFF6;
	 font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
body {
/*  margin: 0; padding: 0;  */
}

.comic {
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
    position: relative;
    left: 1px;
    width: 700px;
}

#header {
    margin: 0; padding:0.5em 1em;
/*  background: #ccc; */
    float: left;
}
#head {  /* die Kopfzeile - das Bild:  --rot-- Fachbereich Biologie/Chmie ---rot--- */
}
#footer {
    margin: 0; padding:0.0em 1em;
/*  background: #ccc; */
    font-size: 10px;
    text-align: right;
    color: #A68217;
    width: 920px;
    line-height: 10pt;
}
#footer a:link    { color: #A68217 }
#footer a:active  { color: #A68217 }
#footer a:visited { color: #A68217 }
#footer a:hover   { color: black   }

.left {
    width: 180px;
    margin:  0; padding: 10px 5px 0 2px;
    color: #009; 
/*  float: left; */
    font-style: normal; 
    font-weight: lighter; 
    font-family: Arial, Tahoma, Verdana; 
    text-decoration: none;
    vertical-align:top;
    white-space: nowrap;
/*  background: #EEEEEE; */
}

.textwidth {
    width: 680px;
}

.cleaner {
    clear: both;
    height: 1px;
    font-size: 1px;
    border: 0px none;
    margin: 0; padding: 0;
    background: transparent;
}

#headline {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    color: maroon;
    text-align: center;
/*  padding: 50px;  */
    vertical-align: top;
}

#inhlt {
    margin: 20px;
    padding: 20px;
/*  background: #FFCC99; */
    font-size: 16px;
}

/* die Navigations-Links  FFFF9C */
.linkg { font-size: 12px; line-height: 13pt; background: #EEEEEE; width: 160px; height:17px; white-space:nowrap;} /* link gross */
.linkk { font-size: 10px; line-height: 12pt; background: #EEEEEE; width: 160px; height:17px; white-space:nowrap;} /* link klein */
.linkl {                  line-height:  6pt; background: #FFFFF6; width: 160px; height:17px} /* leere Linkzeile */

