

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* margin-left = Abstand zwischen Fensterrand und Inhalt links */
/* margin-right = Abstand zwischen Fensterrand und Inhalt rechts */
/* background-color = Hintergrundfarbe */
/* color = Farbe des Textes */
body {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:2px;
	margin-right:2px;
	background-color:white;
	color: #404040;
}

/* font-family = Schriftart fuer Textelemente */
a,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{ font-family:Tahoma; }

/* Eintraege fuer Sublinks in Seitenkopf */
/* font-size = Schriftgroesse */
/* font-weight = Schriftgewicht */
/* color = Farbe */
/* text-decoration = keine Unterstreichung etc. */
/* a.topic:link {font-size:8pt; font-weight:bold; text-decoration:none; color:black;} */
/* a.topic:visited {font-size:8pt; font-weight:bold; text-decoration:none; color:white;} */
/* a.topic:active {font-size:8pt; font-weight:bold; text-decoration:none; color:gold;} */
a.topic:link {font-size:small; 	font-weight: lighter; 	text-decoration:none; 	color:white;
}
a.topic:visited {
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	color: #C30033;
}
a.topic:active {font-size:small; font-weight:bold;	text-decoration:none;
	color: #C30033;
}


/* Links */
/* font-size = Schriftgroesse */
/* font-weight = Schriftgewicht */
/* color = Farbe */
/* text-decoration = keine Unterstreichung etc. */
a:link {
	font-weight: 300;
	text-decoration: none;
	color:#C30033;
}
a:visited {
	font-weight: normal;
	text-decoration:none;
	color: #C30033;
}
a:active {
	font-weight: normal;
	text-decoration:none;
	color: #C30033;
}

/* Groesste Ueberschrift */
/* font-size = Schriftgroesse */
/* h1 { font-size:14pt; } */
h1 { font-size:large; }


/* 2. groesste Ueberschrift */
/* font-size = Schriftgroesse */
/* h2 { font-size:18pt; } */
h2 { font-size:medium; }


/* 3. groesste Ueberschrift */
/* font-size = Schriftgroesse */
/* h3 { font-size:10pt; } */
h3 { font-size:small; }


/* 4. groesste Ueberschrift */
/* font-size = Schriftgroesse */
/* h4 { font-size:8pt; } */
h4 { font-size:small; }


/* normaler Text */
/* font-size = Schriftgroesse */
/* p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:8pt; } */
p,ul,ol,li,div,td,th,address,nobr,b,i {
	font-size: 10pt;
}


/* normale überschrift */
/* ueber {font-size:8pt; color:black;} */
u {
	font-size: 8pt;
	color: Gray;
	text-decoration: none;
}


/* Web Betreuer */
/* td.web {font-size:8pt; font-weight:bold; color:gold;} */
td.web {font-size:small; font-weight:bold; color:gold;}

/* Web Betreuer */
/* font-size = Schriftgroesse */
/* font-weight = Schriftgewicht */
/* color = Farbe */
/* text-decoration = keine Unterstreichung etc. */
/* a.web:link {font-size:8pt; font-weight:bold; text-decoration:none; color:gold;} */
/* a.web:visited {font-size:8pt; font-weight:bold; text-decoration:none; color:white;} */
/* a.web:active {font-size:8pt; font-weight:bold; text-decoration:none; color:gold;} */
a.web:link {font-size:small; font-weight:bold; text-decoration:none; color:gold;}
a.web:visited {font-size:small; font-weight:bold; text-decoration:none; color:black;}
a.web:active {font-size:small; font-weight:bold; text-decoration:none; color:gold;}













