/*Formatierungen für das Navigationsmenü*/
DIV.menu a
{
FONT-FAMILY:Tahoma, Arial;

FONT-SIZE:13px;
WIDTH:100;
COLOR:white;
FONT-WEIGHT:bold;
text-decoration:none;
}
DIV.menu a:hover
{
color:black;
}
DIV.menu table td
{
Background-color:darkgreen;
}
DIV.menu table td:hover
{
Background-color:lightgreen;
}
/*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;
}
