body {
  /* Standard-Schriftart und -farbe setzen */
  font-family:arial,helvetica,sans-serif;
  color:#000000;
  /* Seiteneinzuege */  
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  margin-left:10px;
  margin-right:10px;
  margin-top:0px;
  margin-bottom:0px;
  /* Kleinere Schriftgroesse */
  font-size:0.7em;
}
/* Divs sollen keine Einzuege haben, Vorraussetzung fuer vorhersagbares Layout */
div {
  margin:0px;
  padding:0px;
}
/* Keine R&auml;nder an verlinkten Bildern */
img {
  border:0px;
  margin:0px;
}      
/* Anker am Anfang der Seite - wird ausserhalb des Normalen Layouts angezeigt*/
div#topanchor {
  position:absolute;
  top:0%;
  left:0%;
}  
/* Allgemeine Klasse fuer rechts umflossene Blockelemente */
.floatleft {
  float:left;
}  
/* Allgemeine Klasse fuer links umflossene Blockelemente */
.floatright {
  float:right;
}
/* Allgemeine Klasse fuer eine neue Zeile erzwingende Elemente */
.clear {
  clear:both;
}
/* Gesamter Header ohne Level-1-Menue, d.h. Unilogo und Einrichtungslogo */
@media screen, projection {
  #header {
    height:108px;
    overflow:hidden;
    background-image:url(http://www.zdv.uni-mainz.de/Bilder_zentral/headerbg.gif);
  }  

  #kopfdruck {
    display:none;
  }
}

@media print {
  #header {
    display:none;
  }  

  #kopfdruck h1 {
    display:inline;
  }
}

/* Linke Spalte auf einer Internetseite*/
#spaltelinks {
  float:left;
  margin-top:2em;
}
/* Mittlere Spalte auf einer Internetseite bei dreispaltigem Layout*/
#spaltemitte {
  margin-top:2em;
  /* Uebernommen aus allgemein.css */
  line-height:140%;  
}
/* Rechte Spalte bei dreispaltigem Layout */
#spalterechts {
  float:right;
  width:60%;
  margin-top:2em;
  /* Uebernommen aus allgemein.css */
  line-height:160%;  
}  
/* Seitenfuss */
#seitenfuss {
  padding:.5em;
  text-align:right;
  margin-top:2em;
}  
  
/* Zeilenabstand in Absaetzen auf 140%, uebernommen aus allgemein.css */
p { 
  line-height:140%;
}


.datenweiss {
  color:#000; 
  font-weight:normal; 
}
/* Headlines */
h1 {
  font-size:1.6em; 
  line-height:1.2em; 
  font-weight:bold; 
  margin-bottom:1em; 
  margin-top:0em;
}
h2 {
  font-size:1.4em; 
  line-height:1.2em; 
  font-weight:bold; 
  margin-bottom:1em;
}
h3 {
  font-size:1.2em; 
  line-height:1.2em;
  font-weight:bold; 
  margin-bottom:0.7em;
}
h4 {
  font-size:1em; 
  line-height:1.2em; 
  font-weight:bold; 
  margin:0em 0em 0em 0em;
}
h5 {
  font-size:1em; 
  line-height:1.2em; 
  font-style:italic; 
  font-weight:bold; 
  margin:0em 0em 0em 0em;
}


/* Links */
a:link {
  text-decoration:none; 
  color:#339; 
  font-weight:bold; 
}
a:visited {
  text-decoration:none; 
  color:#339; 
  font-weight:bold; 
}
a:hover {
  text-decoration:underline; 
  color:#339; 
  font-weight:bold; 
}
a.hauptfarbe:link {text-decoration:none; font-weight:normal; }
a.hauptfarbe:visited {text-decoration:none; font-weight:normal; }
a.hauptfarbe:hover {text-decoration:underline; font-weight:normal; }
a.hauptfarbefett:link {text-decoration:none; font-weight:bold; }
a.hauptfarbefett:visited {text-decoration:none; font-weight:bold; }
a.hauptfarbefett:hover {text-decoration:underline; font-weight:bold; }
a.schwarz:link {text-decoration:none; color:#000; font-weight:normal; }
a.schwarz:visited {text-decoration:none; color:#000; font-weight:normal; }
a.schwarz:hover {text-decoration :underline; color:#000; font-weight:normal; }
a.schwarzfett:link {text-decoration:none; color:#000; font-weight:bold; }
a.schwarzfett:visited {text-decoration:none; color:#000; font-weight:bold; }
a.schwarzfett:hover {text-decoration :underline; color:#000; font-weight:bold; }
a.nichtfett:link {text-decoration:none; color:#339; font-weight:normal; }
a.nichtfett:visited {text-decoration:none; color:#339; font-weight:normal; }
a.nichtfett:hover {text-decoration :underline; color:#339; font-weight:normal; }
a.fussfarbe:link {text-decoration:none; color:#003; font-weight:normal; }
a.fussfarbe:visited {text-decoration:none; color:#003; font-weight:normal; }
a.fussfarbe:hover {text-decoration :underline; color:#003; font-weight:normal; }
a.blau:link {text-decoration:none; color:#339; font-weight:normal;}
a.blau:visited {text-decoration:none; color:#339; font-weight:normal;}
a.blau:hover {text-decoration :underline; color:#339; font-weight:normal;}
/* Allgemeine Farb-Definitionen */
.hauptfarbe {font-weight:normal;}
.hauptfarbefett {font-weight:bold;}
.schwarz {color:#000; font-weight:normal;}
.schwarzfett {color:#000; font-weight:bold;}
.nichtfett {color:#339; font-weight:normal;}
.fussfarbe {color:#003; font-weight:normal;}
/* Tabellen allgemein */
table {
  border-collapse:collapse; 
}  
th {
  padding: 0.4em; 
   
}
td {
  padding: 0.4em; 
  
}
/* Layout-Tabellen */
/* TODO Das muss noch ueberarbeitet werden */
td.kopfguidedtour {
  border:none; 
  padding:0px; 
  padding-bottom:2px; 
  
}
td.ohneRand {
  border:none; 
  padding:0em; 
  
}
/* Formulargenerator */
table.formgen {
  border-collapse:collapse; 
  border:0px;
}
td.formgen { 
  border:0px; 
  padding:3px; 
  
}
/* Daten-Tabellen */
table.daten {
  border-collapse:collapse;
  margin-bottom:0.7em; 
}
table.formweiss {
  border-collapse:collapse; 
  border:none; 
  margin-bottom:0.7em;
}
table.datenweiss {
  border-collapse:collapse;  
  margin-bottom:0.7em; 
}
table.formhintergrund {
  border-collapse:collapse; 
  border:none; 
  margin-bottom:0.7em;
}
th.daten {
  padding-bottom:0.7em; 
  padding-top:0.7em; 
  
}
th.datenweiss {
  padding-bottom:0.7em; 
  padding-top:0.7em; 
  
}
th.formweiss {
  border:none; 
  
}
th.formhintergrund {
  border:none; 
  
}

th.ohneRand {
  padding:0.4em;
  border:none; 
  
}
td.datenhintergrunddunkel {
  
}
td.datenhintergrund {
  
}
td.daten { 
  
}
td.datenweiss {
  
}
td.formweiss {
  border:none; 
  
}
td.formhintergrund {
  border:none; 
  
}
caption.daten {
  text-align:left; 
  font-weight:bold; 
  padding-bottom:1em; 
}
/* Extrafenster */
.headline {
  color:#3466c9; 
  font-weight:bold; 
  display:block; 
  text-align:right; 
  height:18px; 
  font-size:1.2em; 
  padding-right:17px;
}
.guidedtour  {
  margin-left:126px; 
  margin-right:54px;
  margin-top:54px; 
  line-height:140%;
}

div {font-family:arial,helvetica,sans-serif; }
span {font-family:arial,helvetica,sans-serif; }*/    

