/*Copyright: Michael Morth - August 2001*/
/*--------------------------------------------------*/
/*Die folgenden CSS-Formatierungen beziehen sich auf die */
/*Layer-Bereiche auf jeder einzelnen Webseite: */

#aussen { 
position:absolute; 
width: 750px; 
height: 620px; 
padding: 0px; 
text-align: left; 
background: #FFFFF3;
}

#links { 
position:absolute; 
width: 124px; 
left: 6px; 
padding: 2px; 
background: #FFFFF3;
}

#rechts { 
position:absolute; 
width: 550px; 
padding: 10px; 
font-family: Verdana; 
font-size: 10pt; 
background: #FFFFF3; 
left: 142px; 
}

#mitte { 
position:absolute; 
width: 6px; 
padding: 0px; 
background: #FFFFF3;
}

#oben { 
text-align: center; 
color: #000000; 
background: #FFFFF3;
} 

#liste { 
height: 20px; 
font-family: Verdana; 
font-size: 10pt; 
text-align: right; 
color: #000000; 
background: #FFFFF3; 
margin-left: 6px; 
margin-right: 6px;
}

#namen { 
height: 30px; 
font-family: Arial,Helvetica,Univers,Zurich BT; 
font-size: 10pt; 
text-align: right; 
color: #000000; 
background: #FFFFF3;
}

/*------------------------------------------------------*/
/*Die folgende Formatierung vereinheitlicht die Schrift */
/*in den Tabellen, -kopfzeilen und -zellen: */

table,th,td {
font-family:Arial,Helvetica,Univers,Zurich BT;
font-size:10pt;
}

/*------------------------------------------------------*/
/*Die folgenden Formatierungen beziehen sich auf die Links */
/*in den Layern "links" und "rechts": */

a.links:link {
text-decoration: none; 
color: #FFCC00;
}

a.links:visited {
text-decoration: none; 
color: red;
}

a.links:hover {
text-decoration: underline; 
color: #00FF00;
}

a.links:active {
text-decoration: none; 
color: #FF3300;
}

a.rechts:link {
text-decoration: none; 
color: #000066;
}

a.rechts:visited {
text-decoration: none; 
color: #000066;
}

a.rechts:hover {
text-decoration: underline; 
color: red;
}

a.rechts:active {
text-decoration: none; 
color: blue;
}

a.mitte:link {
text-decoration: none; 
color: #F2FFC9;
}

a.mitte:visited {
text-decoration: none; 
color: #F2FFC9;
}

a.mitte:hover {
text-decoration: underline; 
color: #00FF00;
}

a.mitte:active {
text-decoration: none; 
color: #FF3300;
}

/*------------------------------------------------------*/
/*Die folgenden Formatierungen beziehen sich auf den Menübaum */
/*im Layer "links": */

a.folder:hover{color:red}
a{text-decoration:none; color: #000000;}
.look{font:bold 8pt Arial,Helvetica,Univers,Zurich BT;}
.look2{font:bold 7pt Arial,Helvetica,Univers,Zurich BT;}
.folding{cursor:hand; text-decoration:none;}
a.folder:hover{color:red}

a.folder:link {
text-decoration: none; 
color: #007F7F;
}

/*------------------------------------------------------*/
/*Die folgenden Formatierungen beziehen sich auf die News */
/*im Layer "rechts": */

.fma {font-size:12px;font-family:Verdana,Arial,Helvetica,sans-serif;}
.fmb {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px;font-weight:bold;}
.fmc {font-size:11px;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:bold;}
.newstext {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;} 
.newshead {font-size:12px;font-weight:bold;font-family:Verdana,Arial,Helvetica,sans-serif;line-height:150%;letter-spacing:4px;color:FFCC00;}

a.news:active {  text-decoration: none}
a.news:link {  color: #333399; text-decoration: none}
a.news:visited {  color: #333399; text-decoration: none}
a.news:hover {  color: red; text-decoration: underline} 

a.news1:active {  color: #FFCC00; text-decoration: none}
a.news1:link {  color: #FFCC00; text-decoration: none}
a.news1:visited {  color: #FFCC00; text-decoration: none}
a.news1:hover {  color: red; text-decoration: underline} 
