/*  Der Standard is weisser Hintergrund und eine Navy-farbige, 12px Sans-Serif font
    Insgesamt verwenden wir nur drei Farben: Navy, Blau und Rot
   */
body,td,th,p,div,form,h1,h2,h3,h4,h5,h6,h7blockquote,ul,ol{
color:Navy;
font-weight:normal;
font-style:normal;
font-size:12px;
font-family:'Maiandra GD',Arial,Helvetica,sans-serif;
}
/* Das muss extra stehen, damit es von .navigation üerschrieben werden kann.
   */
body{
background:white;
}
/* Der Navigationsbereich links ist grau (#EAEAEA)anders als der normale body
   */
.navigation{
background:#EAEAEA;
}
.hanging {
	text-indent : -60px;
	padding-left : 60px;
}
.semtable {
	margin-top: 20px;
	vertical-align : top;
}
.datecell {
	vertical-align : top;
	width : 60px;
}
.textcell {
	vertical-align : top;
	padding-bottom : 10px;
}
/* Links sind in (hellem) Blau (nicht unterstrichen!) 
   Besuchte  Links haben die selbe Farbe wie normale Links
   Aktive Links sind Rot
   */
a:link{
	color:#333399;
	text-decoration:none;
	font-weight: bold;
}
a:visited{
	color:#333399;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#6666FF;
	font-weight: bold;
}
a:active{
	color:Blue;
	text-decoration:none;
	font-weight: bold;
}
a:focus{
	color:Blue;
	text-decoration:none;
}
/* Der Kopfbereich oben im externen Bereich ist Rot und grösser
   */
.oben_extern{
color:Red;
	font-size:24px;
	text-align : center;
}
/* Der Kopfbereich oben im internen Bereich ist Navy und grösser
   */
.oben_intern{
color:Navy;
font-size:18px;
 text-align : center;
}
/* Tabellen Überschriften sind fett
   */
th{
font-weight:bold;
}
/* Die Überschriften sind abwechselnd Navy und Rot und werden immer kleiner.
   */
h1{
font-size:18px;
font-weight:bold;
color:Navy;
}
h2{
font-size:16px;
font-weight:bold;
color:Red;
}
h3{
font-size:14px;
font-weight:bold;
color:Navy;
}
h4{
font-size:12px;
font-weight:bold;
color:Red;
}
h5{
font-size:12px;
font-weight:normal;
font-style:oblique;
color:Navy;
}
h6{
font-size:12px;
font-weight:lighter;
font-style:italic;
color:Red;
}
h7{
font-size:14px;
font-weight:bold;
text-decoration:underline;
color:Navy;
}

