@media all
{
  /* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0; }
  /* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em; }
 /**
  * Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  */
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }
  /* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100%; margin-bottom: 1px; }
  body {
  /* Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
  font-size: 100.01%;
  /* Vorgabe der Standardfarben und Textausrichtung */
  color: #000;
  background: #fff;
  text-align: left;
  }
  /* Rahmen für <fieldset> und <img> Elemente löschen */
  fieldset, img { border: 0 solid; }
  /* Standardwerte für Listen & Zitate */
  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }
  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }
  blockquote { margin: 0 0 1em 1.5em; }
  /* Absicherung korrekte Positionierung */
  #header, #nav, #main, #footer { clear:both; }
 /*------------------------------------------------------------------------------------------------------*/
}
@media screen, projection
{
  h3 { font-size: 19px; }
  body { background-color: #ffffcc; width: 1000px; margin: 0px auto; }
  #page { margin-top: 30px; }
  #nav { float: left; width: 250px; text-align: center; margin-left: 40px;}
  #navoben { background-image: url(bilder/navoben.gif); background-repeat: norepeat; }
  #navmitte { background-image: url(bilder/navmitte.gif); background-repeat: repeat-y; }
  #navmitte a { color: #cccc00; text-decoration: none; font-size: 15px; line-height: 35px; }
  #navunten { background-image: url(bilder/navunten.gif); background-repeat: norepeat; }
  #mitte { width: 650px; float: left; margin-left: 20px; }
  #mitteoben { background-image: url(bilder/mitteoben.gif); background-repeat: norepeat; }
  #mittemitte { background-image: url(bilder/mittemitte.gif); background-repeat: repeat-y; padding-left: 20px;
				color: #bb0000; text-align: left;  min-height: 570px; }
	.gelb { color: #cc8800; }
	.blau { color: #0000aa; }
	.blaukurs { color: #0000aa; font-style:italic; }
	.blaukurs1 { color: #0000aa; font-style:italic; }
	.center {text-align: left; }
	a:link { color: #000000; text-decoration: none; }
	a.titel:link, a.titel:active, a.titel:visited, a.titel:hover { color: #000000; }
	a:visited {	 color: #000000; text-decoration: none; }
	a:hover {	color: #000033; text-decoration: none; }
  #mittemitte1 { background-image: url(bilder/mittemitte.gif); background-repeat: repeat-y; padding-left: 15px;
				color: #bb0000; min-height: 570px; }
  #mittemitte1 li { color: #cc8800; font-size: 15px; }
  #mittemitte1 a { color: #ff0000; }
  #mittemiite1 table, tr, td { border: 0; }
  #mitteunten { background-image: url(bilder/mitteunten.gif); background-repeat: norepeat; }
}
