/* ---------------------------------------------------------------------- */
/* Copyright (c) 1998-2004 by Christian Marker.                           */
/* Permission is granted to copy, distribute and/or modify this document  */
/* under the terms of the GNU Free Documentation License, Version 1.2     */
/* or any later version published by the Free Software Foundation;        */
/* There are no Invariant Sections. A copy of the license is available    */
/* on the Website or straight from http://www.gnu.org.                    */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* Diese Datei soll den kleinsten gemeinsamen Nenner darstellen.          */
/* Es soll hier nur das grobe Format der Standard-Tags festgelegt werden. */
/* Alles andere geschieht direkt über CSS-Anweisungen im jeweiligen       */
/* Dokument - dies gilt vor allem für Ausrichtung/Positionierung.         */
/*                                                                        */
/* Werte, die eine sinnvolle Voreinstellung besitzen, sollen ebenfalls    */
/* nicht geändert werden.                                                 */
/* ---------------------------------------------------------------------- */

/* ------------------------- */
/* Grundlegendes             */
/* ------------------------- */

body
{
font-family: verdana,geneva,helvetica,sans-serif,arial;
background-color: #000064;
color: #000064;
text-align: justify;
margin: 0px;
padding: 0px;
}

hr
{
color: #0066CC;
}

tbody
{
font-family: verdana,geneva,helvetica,sans-serif,arial;
font-size: 11pt;
color: #000064;
background-color: #FFFFFF;
}

/* ------------------------- */
/* Überschriften             */
/* ------------------------- */


H1
{
font-size: 16pt;
font-family: verdana,geneva,helvetica,sans-serif,arial;
font-weight: bold;
text-align: center;

padding: 4px;
/*margin: 4px;*/

background-color: #99CCFF;

border-style: solid;
border-color: #0066CC;
border-width: 2px;
}

H2
{
font-size: 14pt;
font-family: verdana,geneva,helvetica,sans-serif,arial;
font-weight: bold;
text-align: center;
padding: 4px;
background-color: #99CCFF;

border-style: solid;
border-color: #0066CC;
border-width: 2px;
}

H3
{
font-size: 12pt;
font-family: verdana,geneva,helvetica,sans-serif,arial;
font-weight: bold;
text-align: center;
padding: 2px;
background-color: #99CCFF;

border-style: solid;
border-color: #0066CC;
border-width: 2px;
}

H4
{
font-size: 12pt;
font-family: verdana,geneva,helvetica,sans-serif,arial;
font-weight: normal;
text-align: center;
padding: 2px;
background-color: #99CCFF;

border-style: solid;
border-color: #0066CC;
border-width: 2px;
}

H5
{
font-size: 12pt;
font-family: verdana,geneva,helvetica,sans-serif,arial;
font-weight: normal;
text-align: center;
padding: 2px;
background-color: #99CCFF;

border-style: solid;
border-color: #0066CC;
border-width: 2px;
}

H6
{
font-size: 12pt;
font-family: verdana,geneva,helvetica,sans-serif,arial;
font-weight: normal;
text-align: center;
padding: 2px;
background-color: #99CCFF;

border-style: solid;
border-color: #0066CC;
border-width: 2px;
}


/* ------------------------- */
/* Tabellen                  */
/* ------------------------- */

/* td
{
font-family: verdana,geneva,helvetica,sans-serif,arial;
}

*/

/* ------------------------- */
/* Verknüfungen              */
/* ------------------------- */


a:link
{
background-color: transparent;
/*color: #3D9BF8;*/
color: #0066CC;
font-weight: bold;
}

a:visited
{
background-color: transparent;
color: #0066CC;
font-weight: bold;
}

a:active
{
background: #3D9BF8;
color: #0066CC;
text-decoration: underline;
font-weight: bold;
}

a:hover
{
background-color: transparent;
color: #0066CC;
text-decoration: underline;
font-weight: bold;
}

/************************/
/* Classes              */
/************************/

.whiteBody
{
background: #FFFFFF;
font-family: verdana,geneva,helvetica,sans-serif,arial;
}

.navTitle
{
padding: 4px;

color: #FFFFFF;
font-size: 12pt;
font-weight: bold;
font-family: verdana,geneva,helvetica,sans-serif,arial;

}

.go_to_top
{
font-size: 10pt;
background-color: transparent;
font-weight: bold;
color: #FFFFFF;
text-align: right;
}


