body {
	background-color: #69B2A2;
	color: #000000;
	padding-left: 10;
	padding-right: 10;
	padding-top: 30;
	padding-bottom: 30;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
}

h1 { font-family: Arial,Helvetica,sans-serif; color: #cccccc; text-align: center; }

/* Seiten-Überschrift: Was ist Frame in Green? */
h3 {
	font-family: Arial,Helvetica,sans-serif; font-size: 12pt; font-weight: normal; font-style: italic;
	color: #ffffff;
	text-align: left;
	margin-top: 0; margin-bottom: 0; padding-top: 0; border: 0;
	}

/* Seiten-Untertitel: Idee & Konzept */
h4 {
	font-family: Arial,Helvetica,sans-serif; font-size: 12pt; font-weight: bold;
	color: #cccc99;
	text-align: center;
	} 

h5 { font-family: Arial,Helvetica,sans-serif; font-size: 11pt; font-weight: bold; text-align: left; } 

p  { font-family: Arial,Helvetica,sans-serif; font-size: 10pt; color: #ffffff; }

.normal { font-family: Arial,Helvetica,sans-serif; font-size: 10pt; color: #ffffff; }

/* Der linke Rand unter dem Logo, neben der Content-Zelle
.sidebar {
	background-color: #000000;
	color: #ffffff;
	padding: 0;
}

/* Haupt-Zelle mit dem Content (wenn es ein Frameset wäre, würde man "main" oder so sagen */
.content {
	background-color: #000000;
	color: #ffffff;
	padding: 20;
}

/* Normale Links im Content */
a { font-weight: bold; }
a:link    { color: #cc99cc; }
a:visited { color: #9999cc; }
a:hover   { color: #ffffff; }

/* Links in der Top-Navigation */
.menu {
	font-family: Arial,Helvetica,sans-serif; /* Netscape sucks -- font-family wie body */
	font-size: 10pt; font-weight: bold;
	color: #990000; }
a.menu {
	text-decoration: none; font-weight: bold; 
	color: #006600; } /* Netscape sucks -- farbe wie .menu */
a.menu:link    { color: #336633; }
a.menu:visited { color: #336633; }
a.menu:hover   { text-decoration: underline; }


.topmenu {
	/* Tabellenzeile, in der sich die Menus befinden */
	background-image: url(notensystem_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
	}

.fussmenu {
	/* Tabellenzeile, in der sich die Menus am Fuss befinden */
	background-image: url(notensystem_bg_unten.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
	}

	
.inner {
	/* Innerhalb des grünen Rahmens, i.e. body ohne padding */
	background-color: #000000;
}

.firma {
	/* Wo immer der Begriff "Frame in Green" auf schwarzem Hintergrund auftaucht */
	color: #69B2A2;
	font-family: Technical,"Comic Sans MS",Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

/* Bisher nur in "Kontakte / Dank" */
.klein { font-size: 8pt; }