body {
        background-color:#013378;
}

body.B {
        background-color: #8099BC;
        background-image:url(pics/hintergrund_body.jpg);
        background-repeat:repeat-x;
        background-attachment:fixed;
}

/*absatz im text*/
p {}

/*überschrift*/
h1 {
        font-size: 12pt;
        color:#013378;
        font-family:Century Gothic;
        font-weight:bold;
}

h2 {
        font-size: 11pt;
        color:#013378;
        font-family:Century Gothic;
        font-weight:bold;
}

li {
         margin-bottom: 5px;
}

td {}

/*************** Schriftarten ************************************************************/
.typeA {
        font-size: 16pt; color:#FFFFFF;
        font-family:Century Gothic;
        font-weight:bold;
        margin-left: 5px;
}

 /*language text*/
.typeB {
        font-size: 10pt;
        color:#88CD1B;
        font-family:Century Gothic;
        font-weight:bold;
        margin-left: 3px;
}

/*language text2*/
.typeH {
        font-size: 10pt;
        color:#88CD1B;
        font-family:Century Gothic;
        font-weight:bold;
        margin-left: 5px;
}

/*werbung*/
.typeC {
        font-size: 18pt;
        color:#88CD1B;
        font-family:Century Gothic;
        font-weight: bold;
}

 /*nav text*/
.typeD {
        font-size: 11pt;
        color:#FFFFFF;
        font-family:Century Gothic;
        font-weight:bold;
}

 /*body text*/
.typeE {
        font-size: 8pt;
        color:#013378;
        font-family:Arial, Helvetica, Verdana, Sans-serif;
}

 /*unterNav text*/
.typeF  {
        font-size: 10pt;
        color:#CEEAA5;
        font-family:Century Gothic;
        font-weight:bold;
}

/*schriftzug dannemann*/
.typeG {
        font-size: 38pt;
        color:#FFFFFF;
        font-family: Century Gothic;
        font-weight: bold;
}

/*********************  abstände *******************************************************/
 div.body {
         margin-top:20px;
         margin-left:20px;
         margin-right:20px;
 }

 div.uNav {
         margin-top:10px;
         margin-left:5px;
 }

 div.top {
         margin-left:20px;
         margin-right: 20px;
 }

 div.nav {
         margin-top:20px;
         margin-left:20px;
 }



 /************************ verweise ************************************************/

/*sprache*/
a:link { text-decoration:none; font-weight:bold; color:#88CD1B; }
a:visited { text-decoration:none; font-weight:bold; color:#88CD1B; }
a:hover { text-decoration:none; font-weight:bold; color:#FFFFFF;}
a:active { text-decoration:none; font-weight:bold;}

/*unternavigation*/
a.uNav:link { text-decoration:none; font-weight:bold; color:#CEEAA5; font-family:Century Gothic; font-size: 10pt;}
a.uNav:visited { text-decoration:none; font-weight:bold; color:#CEEAA5; font-family:Century Gothic; font-size: 10pt;}
a.uNav:hover { text-decoration:underline; font-weight:bold; color:#CEEAA5; font-family:Century Gothic; font-size: 10pt;}
a.uNav:active { text-decoration:underline; font-weight:bold; font-family:Century Gothic; font-size: 10pt;}

/*unternavigation dynamisch*/
a.navDyn:link { text-decoration:none; font-weight:bold; color:#CEEAA5; font-family:Century Gothic; font-size: 10pt;}
a.navDyn:visited { text-decoration:none; font-weight:bold; color:#CEEAA5; font-family:Century Gothic; font-size: 10pt;}
a.navDyn:hover { text-decoration:none; font-weight:bold; color:#CEEAA5; font-family:Century Gothic; font-size: 10pt;}
a.navDyn:active { text-decoration:none; font-weight:bold; font-family:Century Gothic; font-size: 10pt;}

/*navigation*/
a.nav:link { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a.nav:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a.nav:hover { text-decoration:none; font-weight:bold; color:#013378;}
a.nav:active { text-decoration:none; font-weight:bold; clor:#FFFFFF;}

/*download*/
a.load:link { text-decoration:none; font-weight:bold; color:#013378; }
a.load:visited { text-decoration:none; font-weight:bold; color:#013378; }
a.load:hover { text-decoration:none; font-weight:bold; color:#FFFFFF;}
a.load:active { text-decoration:none; font-weight:bold;}


/****************************** input **********************************************/

.feld {
        border-width:2px;
        border-color:#ffffff;
}