   body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 100.01%;		/* Fehler im Internet Explorer umgehen	*/
    margin: 0;
    color: #030303;
    background-color: #FFFFFF;	/* f�r Kopf- und Fu�bereich		*/
   }
   div {
    padding: 1em;
   }
   img {
    border: 0;
   }
   div#Kopf a:link,	div#Navigation a:link,
   div#Kopf a:visited,	div#Navigation a:visited {
    color: #41799E;
    text-decoration: none;
   }
   div#Kopf a:hover,	div#Navigation a:hover,
   div#Kopf a:focus,	div#Navigation a:focus,
   div#Kopf a:active,	div#Navigation a:active {
    color: #FF020E;
    text-decoration: none;
   }

   div#Siegel, div#Navigation {	/* Siegel- und Navigationsbereich	*/
    font-size: 90%;		/* m�ssen gleich breit sein		*/
    float: left;
    width: 11em;
   }
   div#Siegel {
    text-align: center;
   }
   div#Logo {			/* F�r die Druckversion,		*/
    font-size: 90%;		/* spiegelbildlich zum Siegel		*/
    float: right;
    width: 11em;
    text-align: center;
   }
   div.Drucken {
    margin-right: 12em;
   }

   div#Kopf, div#Inhalt {	/* Kopf und Inhalt werden gleich weit	*/
    margin-left: 12em;		/* einger�ckt				*/
   }
   div#Kopf {
    background-image:
     url(http://www.uni-koeln.de/uni/design/2006/siegel_transp_oben.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 90px;			/* H�he des kleinen Uni-Siegels	*/
    color: #41799E;
   }
   div#Kopf div {		/* Hier hinein kommt das Ankermen�	*/
    margin: 0;
    padding: 0;
    font-size: 90%;
    font-weight: normal;
    text-align: right;
   }
   div#Kopf p {			/* Bezeichnungen: Uni, Fakult�t...	*/
    margin: 0;
    font-weight: bold;
   }
   div#Kopf hr {		/* Trennstrich in der Fakult�tsfarbe	*/
    color: #0099FF;
    background-color: #0099FF;
    width: 100%;
    height: 3px;
    border: none;
    margin: 0;
   }

   div#Bauch {			/* Umschlie�t Navigation und Inhalt	*/
    padding: 0;			/* ... und bleibt selbst unsichtbar	*/
    background-color: #DBE4ED;	/* Hintergrundfarbe der Navigation	*/
   }

   div#Navigation {		/* Rechtsb�ndiges Navigationsmen�	*/
    text-align: right;
   }
   ul#Hauptmenu {
    padding: 0.2em 0;		/* ganz links anfangen			*/
    margin: 0;			/* extra f�r den Internet-Explorer	*/
   }
   ul#Hauptmenu li {
    list-style: none;		/* keine Bullits vor den Links		*/
    padding: 0.2em 0;		/* Hauptmen� leicht auflockern		*/
   }
   ul#Hauptmenu * ul {		/* Untermen�s nur wenig einr�cken	*/
    padding: 0 0 0.2em 1em;
   }
   ul#Hauptmenu * li {
    font-size: 90%;		/* ... und etwas kleiner		*/
    padding: 0;
   }

   div#Inhalt {
    background-color: #EAEFF5;
    background-image:
     url(http://www.uni-koeln.de/uni/design/2006/siegel_transp_unten.gif);
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 28em;
   }
   div#Inhalt td {
	font-size: 13px;
   }
   div#Inhalt h1 {
	font-size: 100.01%;
   }   
   div#Inhalt a:link {		/* Farben der Links im Inhalt		*/
    color: #3A6E8E;
    text-decoration: none;
   }
   div#Inhalt a:visited {
    color: #699FC1;
    text-decoration: none;
   }
   div#Inhalt a:hover,
   div#Inhalt a:focus,
   div#Inhalt a:active {
    color: #FF020E;
    text-decoration: none;
   }

   div#Pfad {
    font-size: small;
   }
   div#Pfad a:link,	p.Fuss a:link,
   div#Pfad a:visited,	p.Fuss a:visited {
    color: #999999;
    text-decoration: none;
   }
   div#Pfad a:hover,	p.Fuss a:hover,
   div#Pfad a:focus,	p.Fuss a:focus,
   div#Pfad a:active,	p.Fuss a:active {
    color: #FF020E;
    text-decoration: none;
   }

   hr.Bauchtrenner {		/* Trennlinie zwischen Kopf und Bauch	*/
    clear: both;		/* sowie Bauch und Fu�			*/
    color: #457492;
    background-color: #457492;
    width: 100%;
    height: 1px;
    border: none;
    margin: 0;
   }

   p.Fuss {
    font-size: small;
    color: #999999;
   }

   dt {
    font-weight: bold;
    margin: 2em 0 0 0;
   }
