/*
23.10.2003: 3-Spalten-Layout-Idee von http://bluerobot.com/web/layouts/layout3.html
*/
html, body {
	height: 100%;
}
body { /* Grundeinstellungen des Dokumentes */
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
table {
	width: 100%;
	border: none;
}
img {
	border: none;
}
a:link, a:visited{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active{
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}
/* =========================================== */
/* Kopfzeile über der ganzen Seite */
#header {
	background-color: #a5ba8c;
	height: 110px; /* Height fuer IE5/win */

	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;

	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
/*
BUGFIX 1
In den nächsten Zeilen folgt der schaurig-schöne Boxmodellhack für IE5-Win.
Detaillierte Erklärung bei:
- http://glish.com/css/hacks.asp
- http://www.tantek.com/CSS/Examples/boxmodelhack.html
*/
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 80px; /* Height für alle anderen Browser */
}
/*
BUGFIX 2
Be nice to Opera5 rule
*/
body > #randlinks {
	height: 80px;
}

#header h1 {
	display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: 900;
	color: #4a5a4a;

	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 20;
}
#header p {
	position: absolute;
	width: 75%;
	text-align: center;
	top: 20px;
	font-size: 230%;
	font-weight: 600;
	color: #4a5a4a;

	padding-top: 0px;
	padding-bottom: 0px; /* MSIE addiert bottom */

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 20;
}
#headerbilder {
	position: absolute;
	top: 20px; /* vom oberen Rand */
	right: 40px; /* vom rechten Rand */

	text-align: right;
	width: 144px;
	height: 80px;
	color: white; /* für ALT-Text, falls Bilder nicht erscheinen */

	padding:0px;
	margin:0px;
	z-index: 10;
}

/* ================================*/
/* Positionierung und Inhalt für mittlere Spalte */
#content {
	/*position: relative;*/
	width: auto;
	min-width: 120px;

	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;

	margin-top: 7px;
	margin-right: 190px;
	margin-bottom: 20px;
	margin-left: 160px;
	z-index:3;
	top: -1px;
}
#content p.contentheader { /* Zeile über dem Inhalt der Seite */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #d7e0cc; /* helles Grün */
	padding: 5px;
	border-top: 5px solid #a5ba8c;
	margin: 0 0 20px 0; /* t r b l */
}
#content p.contentfooter { /* Fusszeile */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #d7e0cc; /* helles Grün */
	padding: 5px;
	border-bottom: 5px solid #a5ba8c;
	border-top: 0px;
	margin: 20px 0 0 0; /* t r b l */
}
#content h2 { /* Thema über jedem Artikel */
	font-size: 90%;
	font-weight: normal;
	border-bottom: 1px dotted #a5ba8c;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}
#content h3 { /* Überschrift eines Artikel */
	font-size: 120%;
	margin-top: 5px;
	padding-top: 0px;
}
#content h4 { /* Überschriften im Artikel */
  font-size: 100%;
  margin-bottom: 3px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 4px; /* Abstände für Fliesstextabsätze */
	padding-top: 0px;
	padding-bottom: 0px;
}
#content p:first-letter { /* Der erste Buchstabe im Absatz */
	font-size: 130%;
	font-weight: 600;
	font-family: "Times New Roman", Times, serif;
}
#content ul {
  list-style: square;
  margin-top: 10px;
}
#content li {
  margin-bottom: 10px;
}


#content .kalender td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 14%;
	font-size: 9px;
	font-weight: normal;
}
#content .kalender tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d7e0cc;
	color: #4a5a4a;
	height: 60px
}


#content a:link {
	color: #646646;
	background-color: transparent;
	text-decoration: underline;
}
#content a:visited {
	color: #454;
	background-color: transparent;
	text-decoration: underline;
}
#content a:hover, #content a:active{
	color: white;
	background-color: #484;
	text-decoration: none;
}
#content h2 a:link, #content h2 a:visited {
  text-decoration: none;
}
#content .course a:link {
	color: #009;
	font-size: 10px;
	background-color: transparent;
	text-decoration: none;
}
#content .course a:visited {
	color: #66c;
	font-size: 10px;
	background-color: transparent;
	text-decoration: none;
}
#content .course a:active {
	color: #000099;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
}
#content .course a:hover {
	color: #000099;
	font-size: 10px
	background-color: #484;
	text-decoration: underline;
}


/*===============================================================*/
/* Positionierung und Inhalt für linke und rechte Spalte */

/*Positionierung linke Spalte */
#randlinks {
	position: absolute;
	width: 185px; /* Breite für IE5-Win */
	top: 81px;
	left: 20px;

	padding: 0px;

	margin: 0px;
	margin-top: 20px; /* 20px Abstand zu #header */
	z-index: 2;

	voice-family: "\"}\""; /* Tantek-Hack, s.o. */
	voice-family: inherit;
	width: 165px; /* Breite für alle anderen Browser */
}

body > #randlinks { /* Be nice to Opera5 */
	width: 145px;
}
/*
BUGFIX 3
http://rooster.stanford.edu/~ben/notes/authoring/cssie.php
- IE6.x doesn't know html>body and ignores it
- Opera und Mozilla verstehen die Anweisung.

Langsam aber sicher verstehe ich Peter Paul Kochs "Keep CSS simple"
http://www.digital-web.com/columns/keepitsimple/keepitsimple_2003-11.shtml
*/
html>body #randlinks {
  position: fixed;
}

/*Positionierung rechte Spalte */
#randrechts {
	position: absolute;
	width: 220px;
	top: 81px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px; /* Abstand zu #header, siehe auch #content */
	margin-right: 0px;
	z-index: 2;
	voice-family: "\"}\""; /* Tantek-Hack, s.o. */
	voice-family: inherit;
	width: 200px;
}
body > #randrechts {
	width: 200px;
}

/* Inhalt  von #randlinks und #randrechts */
/* Die Lesetipps */
#randrechts a:hover {
	background-color: #484;
	color: #fff;
	text-decoration: none;
}
#randrechts h1 {
	font-size: 120%;
	font-weight: 600;
	color: #000;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	border-bottom: 1px dashed #a5ba8c;
	margin: 0px;
	margin-left: 10px;
}
#randrechts h2 {
	font-size: 100%;
	font-weight: 600;
	color: #000000;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#randrechts ul {
  font-size: 90%;
	padding-top: 3px;
	/*padding-bottom: 0px; */
	padding-left: 28px;
	margin-left: 0px;
/* padding-left zum Einrücken in Mozilla, IE _und_ Opera,
zusammen mit margin-left: 0px scheint's zu funktionieren */
	margin-top: 0px;
	margin-bottom: 0px;
}
#randrechts li {
  list-style: none;
}
#randrechts p {
	font-size: 90%;
  padding-left: 20px;
	}

/* Das Aussehen der Box in #randlinks _und_ #randrechts */
.randbox {
	background-color: #d7e0cc;
	border-top: 5px solid #a5ba8c;
	border-bottom: 5px solid #a5ba8c;
	margin: 20px;
	margin-left: 0px;
	padding: 10px;
	padding-left: 0px;
}

/* Allgemeine Klassen und HTML-Elemente */

.above { /* Infozeile über einem Artikel */
	text-align: center;
	font-size: 80% ;
	padding-top: 2px;
	margin-bottom: 30px;
}
.below { /* Infozeile unter einem Artikel */
	font-size: 80% ;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #a5ba8c;
	padding-top: 2px;
	margin-bottom: 10px;
}
.highlight { /* kennzeichnet Suchbegriffe und bei Artikeln das "neu" */
	color: white;
	background-color: #ffa500;
}


/* Alle Tabellenzellen automatisch mit Ausrichtung OBEN */
td {
	vertical-align: top;
}
/* Horizontal Ruler dünn und gestrichelt */
hr {
	border: 1px dotted #a5ba8c;
}


/* ******************************** */
/*  31 maart 2005 */
/*  Navigation links als eine Liste mit orangenen Rollovers */
/*  Quelle: http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp */

#navcontainer {
  width: 100px;
  background-color: #d7e0cc;
  padding-left: 15px;
}

#navcontainer ul {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  list-style-type: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a {
  display: block;
  padding: 1px;
  padding-left: 15px;
  width: 88px;
  background-color: #d7e0cc;
  /*border-top: 1px solid #a5ba8c;*/
}

#navcontainer a:link, #navlist a:visited {
  color: black;
  text-decoration: none;
}

#navcontainer a:hover {
  background-color: #484;
  color: #fff;
}

/* End of Stylesheet */