/* Definitionen der Links*/

TD {
	Text-Align: center;
}


a:LINK
{
Color:  #333366;
}

a:Visited
{
Color: #333366;
}

a:ACTIVE
{
Color:  #9B3369;
Background-Color: #CCFF66;
Text-Decoration: underline;
}

a:HOVER
{
Color:  #9B3369;
Background-Color: #CCFF66;
Text-Decoration: underline;
}



/*Schriftype der Navigation*/

.navi
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-style: normal; 
font-weight:bold ; 
color:#333366  ; 
}


/*Zustand bei gewältem Kapitel, i.P. activ_zustand background-color: #CCFF66;*/

.activ
{
Background-Color: #CCFF66;
Color:  #9B3369;
Text-Decoration: ;
}

