/* Dies ist eine Formatierungssteuerung im css-Format für die VGoeD-homepage in html 4 */

/* erstellt von Till Bachmann am 12.1.00 */

/* letzte Änderung vom 15.4.00 TB */

/* heller Hintergrund */



/*---------Grundschrift---------*/

BODY.index

{

background-color: rgb(9, 44, 183);               /* dunkleres Blau */

font-family: Verdana, Arial;

color: rgb(255, 255, 255)

}

BODY.detail

{

/*background-color: rgb(159, 230, 255);*//*himmelblau*/

/* background-color: rgb(251, 246, 23); *//*gelb*/

/* background-color: rgb(148, 235, 21); *//*grün*/

/* background-color: rgb(0, 50, 101);    */ /*dunkelblau*/

background-color: rgb(255, 255, 255);

font-family: Verdana, Arial;

line-height:150%;

color: rgb(0, 0, 0)

}

basefont {size= 11pt}



/*---------Ueberschrift---------*/

H1

{

text-align: center;

font-size: 16pt;

/* background-color: rgb(9, 44, 183); */               /* siehe body.index background color */

/* color: rgb(255, 255, 255); */

font-family: Verdana, Arial;

}

H2

{

text-align: center;

font-size: 20pt;

color: rgb(9,44,183);

font-family: Verdana, Arial;

}

H3

{

text-align: center;

font-size: 14pt;

color: rgb(9,44,183);

font-family: Verdana, Arial;

}



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

/* TABLE.indexg {background-color: rgb(102, 153, 255); color: rgb(255, 255, 255); font-size="30pt"} */          /* helleres Blau mit weißer Schrift body.index color*/

/* TABLE.indexk {background-color: rgb(102, 153, 255)); color: rgb(255, 255, 255); font-size="8pt"} */        /* helleres Blau mit weißer Schrift body.index color*/

/* TABLE.detail {background-color: rgb(9, 44, 183); color: rgb(0, 0, 0)}  */                                          /* siehe body.index background color bzw. body.detail color  */



/*-------- Links ---------------*/

/* Die besuchten Links sehen genauso aus, wie die unbesuchten */

a.index:link {color: rgb(255, 255, 0)}                /* gelb */

a.index:visited {color: rgb(255, 255, 0)}                /* gelb */

/* a.index:visited {color: rgb(150, 255, 50)} */        /* grün */

/* a.index:active {color: rgb(255, 255, 0); font-weight: bold} */



a.detail:link {color: rgb(9, 44, 183)}                        /* siehe body.index background color */

a.detail:visited {color: rgb(9, 44, 183)}                /* siehe body.index background color */

/* a.detail:active {color: rgb(9, 44, 183); font-weight: bold} */



/*-------- Listen --------------*/

UL

{

CELLSPACING="6";

CELLPADDING="2"

}

LI

{

CELLSPACING="6";

CELLPADDING="2"

}