﻿<!-- Aufteilung der Seite in einen Top-Bereich (oben) und einen Contentbereich (unten, eigentliche Anzeige der Inhalte) -->

<!-- Festlegung der Seitenschriftart und Größe -->

font         { font-family: Verdana; font-size: 10pt; color: #666666 }
neu.font         { font-family: Verdana; font-size: 24pt; color: #666666 }

<!-- Festlegung der Navigationsschaltflächen und der Effekte -->

A.startseitelink {

text-align: left;
text-decoration: none;
font-family:verdana;
font-size:16;
color: #666666;
}

A.startseitesprachelink {

text-align: left;
text-decoration: none;
font-family:verdana;
font-size:26;
color: #666666;
}


A.menulink {

text-align: right;
text-decoration: none;
font-family:verdana;
font-size:10px;
color: #000000;
}

#menutitle {
display: block;
width: 120px;
text-align: left;
text-decoration: none;
font-family:verdana;
font-size:10px;
color: #000000;
background-color:#eeeeee;
border: solid 1px #888888;
}

A.menulink:hover {
background-color:#FFBFBF;

}


<!-- Beschreibung des Content-Bereiches -->
<!-- Festlegung der Formate für die äußere Tabelle -->

table.seitenbreite   { width=975 }
td.links  { width=125 }
td.mitte  {
}
td.rechts  { width=850 }

<!-- Festlegung der Formate für die innere Tabelle -->

<!-- Festlegung der Formate für den Textbereich -->

td.textbereich { width=610 }

td.abstand { width=62 }

td.navigationsbereich { width=220 }
<!-- Festlegung der Formate für die Subnavigation -->

table.subnavigation { width=292 }

<!-- Festlegung der Formate zwischen Menü und Text -->

table.menu_text_abstand { width=10 }

<!-- Festlegung der Formate zwischen Menü und Text -->

table.menu_text_trennung { width=1 }


ul :active {
	
text-align: left;
text-decoration: none;
color: #000;
}

ul :hover {

text-align: left;
text-decoration: none;
color: #000;
}

ul:after {
text-align: left;
text-decoration: none;
color: #000;
}

ul:before {
text-align: left;
text-decoration: none;
color: #000;
}

ul li {
	list-style-type:square;
}
.fliesstext_rot{
	color:red;
	font-weight:normal;
	text-decoration:none;
}


