/*Formatierungen für das Navigationsmenü*/
DIV.menu a
{
FONT-FAMILY:Tahoma, Arial;
FONT-SIZE:13px;
FONT-WEIGHT:bold;
WIDTH:100;
COLOR:black;
text-decoration:none;
}
DIV.menu a:hover
{
color:white;
}
DIV.menu table td
{
Background-color:lightblue;
}
DIV.menu table td:hover /*Menüanimation :-)*/
{
Background-color:darkblue;
}

/*Formatierungen des Textes der einzelnen Seiten*/
DIV.text
{
FONT-FAMILY:Tahoma, Arial;
FONT-SIZE:12px;
}
DIV.text h1
{
FONT-SIZE:16px;
}
DIV.text table
{
FONT-FAMILY:Tahoma, Arial;
FONT-SIZE:12px;
}

/*Allgemeine Styleformatierungen*/
body
{
background-color:white;
}
form textarea, input, submit, reset, select
{
FONT-FAMILY:Tahoma, Arial;
FONT-SIZE:12px;
}
DIV.text h2 /*Für Warnhinweise*/
{
FONT-WEIGHT:bold;
FONT-SIZE:12px;
COLOR:red;
}