table.main
{
top:0px;
}

body
{
/* legt die allgemeine Schriftgröße, -farbe und Hintergrundfarbe fest */

color: #008A8A;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
background-color: #CCCCFF;
}

td {
/* Schriftgröße innerhalb Tabellen - die "generelle" Schriftgröße */

        font-family: Verdana, Helvetica, sans-serif;

        font-size: 12px; color: #006666;

}

.textfeld

{

/* ist mit der Zelle verknüpft, die den eigentlichen content enthält */

background-color: #DCFBD5;

font-size:12px;

}



ul

/* definiert ein Bild als Aufzählungspunkt für alle Listen */

{

list-style-image:url(liste.gif)

}



/* große Überschrift */

h1 { font-size:14pt;

     color:#000000;

     font-style:bold; }



/* mittlere Überschrift */

h2 { font-size:13pt;

     color:#003333;

     font-style:bold;
     text-decoration:underline;
     }



/* kleine Überschrift */

h3 { font-size:11pt;

     color:#006666;

     font-style:bold;

     margin-bottom:0px;}



/* oberste Leiste (Menü, etc.) */

.titelleiste

{

font-family: Verdana,  Helvetica, sans-serif;

font-size: 11px; 
color: #FFFFFF; 
background-color: #00696B;

}

/* Navigation links, äußere Tabelle */

.menu2

{
font-family: Verdana,  Helvetica, sans-serif;

font-size: 10px; 
color: #FFFFFF; 
background-color: #81AA81;

}



.menu2links

{

/* Navigation Links, Tabelle mit den Links */

font-family: Verdana,  Helvetica, sans-serif;

font-size: 12px; 
color: #FFFFFF; 
font-weight: bold; 
letter-spacing:1pt; 
background-color: #81AA81; 
text-decoration:none;

}



/* Sie befinden sich...

... und die Suche */

.whereami

{

font-family: Verdana,  Helvetica, sans-serif; 
font-size: 10px; 
color: #FFFFFF; 
font-weight: normal;

}

/* wird auf Abschnittsüberschriften in der linken Navigation angewendet */

div.nav_headline
{
font-size:10pt;

font-weight:bolder;

color:#FFFFFF;

background:#00696B;

}



/* siehe Name */

.fussnote

{

font-size: 10px; 
color: #000000; 
background-color: #CCCCFF;

}



/* Anfang, normale Links */

A:Link{

text-decoration: none;

font-weight:bold;

color: #009ACE;

background: none;

background-color: ;

}



A:Visited, A:Active {

text-decoration: none;

font-weight:bold;

color: #0099CC;

background: none;

background-color: ;

}



A:Hover {

background: none;

font-weight:bold;

text-decoration:underline;

}



/* Ende normale Links */



A.special:Link{

text-decoration: none;

color: #BF0000;

background: none;

}



/* hintergründige Links im Hauptmenü */



A.menu1hg:Link{

text-decoration: none;

font-weight:normal;

color: #CCFFCC;

background: none;

}



A.menu1hg:Visited, A.menu2links:Active {

text-decoration: none;

font-weight:normal;

color: #CCFFCC;

background: none;

}



A.menu1hg:hover {

font-weight:normal;
text-decoration:underline;

}



/* vordergründige Links im Hauptmenü */



A.menu1vg:Link{

text-decoration: none;

font-weight:normal;

color: #CCFFCC;

background: none;

}



A.menu1vg:Visited, A.menu2links:Active {

text-decoration: none;

font-weight:normal;

color: #CCFFCC;

background: none;

}



A.menu1vg:hover {

font-weight:normal;

text-decoration:underline

}



/* Anfang Links Navigation links */



A.menu2links:Link{

text-decoration: none;

font-weight:none;

color: #E3FFE2;

background: none;

}



A.menu2links:Visited, A.menu2links:Active {

text-decoration: none;

font-weight:bold;

color: #E3FFE2;

background: none;

}



A.menu2links:Hover {

letter-spacing: 1pt; 
font-weight:bold;
color: #E3FFE2;

text-decoration:underline;

}



/* Ende Links Navigation links */



A.textfeld:Link{

text-decoration: none;

font-weight:normal;

color: #000000;

background: none;

}



A.textfeld:Visited, A.menu2links:Active {

text-decoration: none;

color: #000000;

background: none;

}



A.textfeld:Hover {

background: none;

}



/* Diverse CSS-Rudimente */



.back

{

font-size:9px;
font-weight:bold;

}



.linktext

{

color: #FFFFFF; font.size: 12px;

}



.whitefont

{

/* wird z.B. bei WhereAmI verwendet */

color: #FFFFFF;

}



.headline

{

}