/* ---------------------------------------------------------------------- */
/* 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
{
background-color: #FFFFFF;
}

table
{
    border: 2px solid #ee9900;
}

/* ------------------------- */
/* �berschriften             */
/* ------------------------- */

H1
{
font-size: 18pt;
background-color: transparent;
}

H2
{
font-size: 16pt;
background-color: transparent;
font-weight: bold;
}

H3
{
font-size: 14pt;
background-color: transparent;
}

H4
{
font-size: 12pt;
background-color: transparent;
font-weight: bold;
}

H5
{
font-size: 12pt;
background-color: transparent;
}

H6
{
font-size: 10pt;
background-color: transparent;
font-weight: bold;
}


/* ------------------------- */
/* Verkn�fungen              */
/* ------------------------- */


a:link
{
background-color: transparent;
color: #bb1616;
font-weight: bold;
}

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

a:active
{
background: transparent;
color: #bb1616;
text-decoration: underline;
font-weight: bold;
}

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



#content
{
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
text-align: justify;
background-color: #FFFFFF;
color: #000000; /* Orangeton: #ee9900; */
margin-left: 10%;
margin-right: 10%;
}
