﻿/* Allgemeines */
body {
  /* Standard-Schriftart und -farbe setzen */
  font-family:verdana,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.8em;
}
/* 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-top:0px;
  margin-bottom:0px;}   
  
/* Bilder, die einen Rahmenabstand benötigen */
img.lefthand {
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
    overflow: hidden;
}  
 
/* 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;
}
/* Allgemeine Klasse fuer Elemente die ein clear:left benoetigen */
.clearleft {
  clear:left;
}
/* IE Bug "Expanding Box Problem" */
* html .iebugkiller { 
    overflow:hidden; width:92%; 
}
* html .iebugkiller2 {
    overflow:hidden; width:100%;
}
/* Gesamter Header ohne Level-1-Menue, d.h. Unilogo und Einrichtungslogo */
@media screen, projection {
  #header {
    height:108px;
    overflow:hidden;
    background-image:url(Bilder_zentral/headerbg.gif);
  }  
  #kopfdruck {
    display:none;
  }
}
@media print {
  #header {
    display:none;
  }  
  #kopfdruck h1 {
    display:inline;
  }
}
/* Einrichtungslogo und Metamenue */
#seitenkopf {
  text-align:right;
  height:108px;
  background-repeat:repeat-y;
  background-position:top right;
  background-image:url(Bilder_zentral/headerverlauf.gif);
}  
/* Einrichtungslogo */
#seitenkopfbild {
  display:block; /* Sorgt dafuer, dass das Meta-Menue in neuer Zeile dargestellt wird */
  margin:0px;
}
/* Metamenue als Text-Elemente statt als Bilder, eingefuegt 20.4.2006 */
#metamenue {
  background-image:url(Bilder_zentral/headerverlauf.gif);
  background-repeat:repeat-y;
  background-position:top right;
  height:20px;
  color:#ffffff !important;
  padding-top:0px;
  padding-right:15px;
  clear:both;
}
/* Links im Metamenue als Text-Elemente statt als Bilder, eingefuegt 20.4.2006 */
#metamenue a {
  color:#ffffff !important;
  font-weight:normal !important;
  padding-right:6px;
}
/* Linke Spalte auf einer Internetseite*/
#spaltelinks {
  float:left;
  margin-top:2em;
}
/* Mittlere Spalte auf einer Internetseite bei dreispaltigem Layout*/
#spaltemitte {
  margin-top:2em;
  /* Unnoetigen Umbruch in IE bei zu geringer Bildschirmbreite vermeiden: */  
  max-width: 10000px;
  /* Uebernommen aus allgemein.css */
  line-height:140%;  
}
/* Rechte Spalte bei dreispaltigem Layout */
#spalterechts {
  float:right;
  width:20%;
  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%;
}
font {
  font-family:verdana,arial,helvetica,sans-serif;
  color:#000000;
  /* Schriftgroesse */
  font-size:1em;
  line-height:140%;
}
/* Texte im SmartEdit-Modus bekommen das RedDot-typische Rot */
.rd {color:#CC0000; text-decoration:none;}
/* Logo in der rechten Spalte */
.logo {text-align:right; margin-bottom:1em;}
/* Diverse "Boxen" */
.boxaktuell { 
  padding:0.4em; 
  margin-bottom:0.2em;
  font-weight: bold;
}
.boxstoerung {
  border:1px solid #6983b2; 
  padding:0.8em; 
  margin-bottom:0.0em;
}
.boxsuche {
  white-space:nowrap; 
  border:1px solid #6983b2; 
  padding:0.8em; 
  margin-bottom:0.0em; 
  vertical-align:top;
}
.boxaktuellestoerung {
  border:1px solid #6983b2; 
  padding:0.1em; 
  background-image: url(Bilder_zentral/aktuelle_stoerung.gif); 
  background-repeat: no-repeat; 
  padding-left:2.0em;
}
.boxbehobenestoerung {
  border:1px solid #6983b2; 
  padding:0.1em; 
  background-image: url(Bilder_zentral/behobene_stoerung.gif); 
  background-repeat: no-repeat; 
  padding-left:2.0em;
}
.boxwartung {
  border:1px solid #6983b2;  
  background-image: url(Bilder_zentral/geplante_wartungsarbeiten.gif); 
  background-repeat: no-repeat; 
  padding-left:2.2em;
}
.textboxaktuell {
  display:block; 
  line-height:140%; 
  color:#000; 
  padding:0.4em; 
  margin-bottom:0.2em;
}
.separator {
  display:block; 
  line-height:140%; 
  color:#000; 
  padding:0.4em; 
  margin-top:0.5em; 
  margin-bottom:0.2em;
}
.headlineboxneutral {
  margin-bottom:0.2em;
}
.suchbox {
  display:inline
}
.boxrahmenweiss { 
  border:1px solid #6c7381; 
  padding:0.3em; 
}
.boxrahmenfarbig { 
  border:1px solid #6c7381; 
  padding:0.3em; 
}
/* Link-Listen */
.linkliste {
  line-height:160%; 
  color:#339; 
  padding-left:0.8em; 
  background-image: url(Bilder_zentral/linkliste.gif); 
  background-repeat:no-repeat; 
  background-position: 0% 2px;
}
.linkliste_rechts {
  line-height:130%; 
  color:#339; 
  padding-left:0.8em; 
  background-image: url(Bilder_zentral/linkliste.gif); 
  background-repeat:no-repeat; 
}
/* Code-Abschnitte */
pre {
font-family:"Courier New", Courier, mono; font-size:1em; 
}
.zdvcode {
  font-family:"Courier New", Courier, mono;   
  font-style:normal; 
  font-weight:normal;
}
.code {
  font-family:"Courier New", Courier, mono;   
  font-style:normal; 
  font-weight:normal;
}
/* Diverse, ueberall gueltige Elemente */
.einrueckung {
  padding-left:1.1em;
}
.dummy {
  display:none;
}
img.textbild {
  margin-bottom:1em;
}
img.banner {
    margin-bottom:0px;
}
div.banner {
    text-align:right;
}
hr.hauptfarbe {
  height:1px; 
  border:none;
}
b.hauptfarbe {
  font-weight:bold;
}
.datenhintergrund {
  color:#000; 
  font-weight:normal;
}
.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.3em;
  font-weight:bold; 
  margin-bottom:1em;
}
h4 {
  font-size:1em; 
  line-height:1.4em; 
  font-weight:bold; 
  margin:0em 0em 0.5em 0em;
}
h5 {
  font-size:1em; 
  line-height:1.2em; 
  font-style:italic; 
  font-weight:bold; 
  padding-bottom: 1em;
  margin:0em 0em 0.5em 0em;
}
.heading {
  font-size:1.2em; 
  font-weight:bold;  
  margin-bottom:1em;
}
/* 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;}
/*  RedDot SmartEdit Links */
a.rd:link {text-decoration:none; color:#CC0000; font-weight:normal;}
a.rd:visited {text-decoration:none; color:#CC0000; font-weight:normal;}
a.rd:hover {text-decoration :underline; color:#CC0000; font-weight:normal;}

/* Div für Tagclouds */
.tagcloud {line-height: 3em; padding: 1em;}
/* 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:20px; 
  font-size:1.2em; 
  padding-right:17px;
}
.guidedtour  {
  margin-left:126px; 
  margin-right:54px;
  margin-top:54px; 
  line-height:140%;
}
span.key {
  padding:3px;
  margin:2px;
  background-color:#e0e0e0;
  border:3px outset #e0e0e0;
  color:#000000;
  font-weight:bold;
  font-family:'Courier New',Courier,monospace;
}
img.mailadresse {
  position:relative;
  top:3px;
  left:0px;
}
/* Schlagwortsuche Google */
div.boxgoogle {
  border:1px solid #6983b2; 
  padding:0.8em; 
  margin-bottom:0.0em; 
  vertical-align:top;
}
div.boxgoogle label {
  background:transparent !important;
  display:block;
  margin:0px;
  padding:0px;
  
}
div.boxgoogle label.dummy {
  display:none;
}
div.boxgoogle select {
  display:block;
  width:100%;
}

div.boxgoogle input.submit {
  display:block;
  margin:auto;
  margin-top:5px;
}

/* Downloadcenter */
div.downloadcenter {
    font-weight:bold;
    margin-bottom:.5em;
    padding-bottom:.2em;
    border-bottom:1px solid #000000;
}

ul.downloadcenter, ul.downloadcenter * {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

ul.downloadcenter li {
  margin-bottom:.2em; 
}

ul.downloadcenter a {
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:22px;
  padding-top:2px;
  height:14px;
}

ul.downloadcenter li.file a {
  background-image:url();
}

ul.downloadcenter li.up a {
  background-image:url(Bilder_zentral/up.gif);
}

ul.downloadcenter li.folder a {
  background-image:url();
}

/*
Freitag, 26. September 2008 09:18
*/