BASEFONT    /* "Der" Standardfont. Wird für alles Folgende ebenfalls verwendet, sofern nicht überschrieben */
{
	font-family:Verdana;
	font-size:13pt;
	color:#5f5f5f;
	text-align:center;
}

BODY    /* Die Seite selbst */
{
	font-family:Verdana;    /* Font-Einstellungen müssen hier auch nochmal stehen (wie oben) */
	font-size:13pt;
	color:#5f5f5f;
	text-align:center;
   background-color:#FFDEAD;     /* Hintergrundfarbe der Seiten */
   background-image:url(bilder/hintergrund.jpg);    /* Hintergrundbild */
}

P    /* Für Absätze. Bitte in <p> und </p> einschließen (oder gar nicht verwenden, sondern <br> stattdessen). */
{
	font-family:Verdana;
	font-size:13pt;
	color:#5f5f5f;
	text-align:center;
}

H1    /* Überschrift 1 */
{
	font-family:Verdana;
	font-size:18pt;
	color:#4a60a8;
	font-weight:normal;
	text-align:center;
}

H2    /* Überschrift 2 */
{
	font-family:Verdana;
	font-size:13pt;
	color:#4a60a8;
	font-weight:bold;
	text-align:center;
}

H3    /* Überschrift 3 */
{
	font-family:Verdana;
	font-size:12pt;
	color:#4a60a8;
	font-weight:bold;
	text-align:center;
}

/*------- Interne Links ------*/
A    /* Der Link an sich */
{
	font-style:italic;
	color:#4a60a8;
	text-decoration:none;
}

A:link    /* Ebenfalls der Link an sich */
{
	font-style:italic;
	color:#4a60a8;
	text-decoration:none;
}

A:visited    /* Bereits besuchte Links */
{
	font-style:italic;
	color:#8f8f8f;
	text-decoration:none;
}

A:hover    /* Links, die der Mauszeiger gerade berührt */
{
	font-style:italic;
	color:#ff8040;
	text-decoration:underline;
}

/*------- Interne Links fuer Auswahlmenues ------*/
/* .menue bedeutet: gilt für Links, die ein class="menue"-Attribut besitzen. */
/* Der Attributname (menue, extern etc.) kann frei gewählt werden. */
A.menue
{
   font-size:13pt;
 	font-style:italic;
	color:#4a60a8;
	text-decoration:none;
}

A.menue:link
{
   font-size:13pt;
 	font-style:italic;
	color:#4a60a8;
	text-decoration:none;
}

A.menue:visited
{
   font-size:13pt;
	font-style:italic;
	color:#8f8f8f;
	text-decoration:none;
}

A.menue:hover
{
   font-size:13pt;
	font-style:italic;
	color:#ff8040;
	text-decoration:underline;
}

/*------- Externe Links ------*/
A.extern
{
   font-style:normal;
	color:#8080ff;
	text-decoration:underline;
}

A.extern:link
{
   font-style:normal;
	color:#8080ff;
	text-decoration:underline;
}

A.extern:visited
{
   font-style:normal;
	color:#8080ff;
	text-decoration:underline;
}

A.extern:hover
{
   font-style:normal;
	color:#ff8040;
	text-decoration:underline;
}


/*------- Navigations-Links ------*/
A.navi
{
   border-width:thin;
   border-style:outset;
   border-color:#ffffff;
   padding:3px;
	line-height:1.8em;
   background-color:#8080ff;
   font-style:normal;
	color:#ffffff;
	text-decoration:none;
}

A.navi:link
{
   border-width:thin;
   border-style:outset;
   border-color:#ffffff;
   padding:3px;
	line-height:1.8em;
   background-color:#8080ff;
   font-style:normal;
	color:#ffffff;
	text-decoration:none;
}

A.navi:visited
{
   border-width:thin;
   border-style:outset;
   border-color:#ffffff;
   padding:3px;
	line-height:1.8em;
   background-color:#8080ff;
   font-style:normal;
	color:#ffffff;
	text-decoration:none;
}

A.navi:hover
{
   border-width:thin;
   border-style:outset;
   border-color:#ffffff;
   padding:3px;
 	line-height:1.8em;
   background-color:#8080ff;
   font-style:normal;
	color:#ffffff;
	text-decoration:underline;
}

A.navi:active
{
   border-width:thin;
   border-style:inset;
   border-color:#ffffff;
   padding:3px;
	line-height:1.8em;
   background-color:#5f5f5f;
   font-style:normal;
	color:#8080ff;
	text-decoration:underline;
}

TABLE    /* Die Tabelle als ganze. */
{
   padding-top:10px;       /* Padding und Spacing kann auch richtungsabhängig gesetzt werden */
   padding-bottom:10px;
}

TABLE.auswahl     /* Tabelle mit class="auswahl" */
{
   /* background-image:url(bilder/hintergrund.jpg); */
}

TABLE.liste
{
   /* background-image:url(bilder/hintergrund.jpg); */
}

TABLE.navi
{
   padding:0px;
   border-style:none;
}

TD    /* Das Tabellenelement */
{
   padding:0px;
	font-size:13pt;
	vertical-align:middle;
	text-align:center;
}

IMG    /* Das Bild an sich */
{
   border-width:medium;
   border-style:double;
   border-color:#aaaaaa;
}

IMG.auswahl
{
   border-width:thin;
   border-style:outset;
   border-color:#ffffff;
}

IMG.navi
{
   border-style:none;
   padding:0px;
   vertical-align:middle;
}
