/* Darstellung der Links */
A:link { text-decoration : none; color: #D2D6FF; }
A:visited { text-decoration : none; color: #D2D6FF; }
A:active { text-decoration : none; color: #D2D6FF; }
A:hover {text-decoration: underline; color: #FF00FF;}


/* Überschriften */
h1 { font-size:24pt; line-high:24pt; font-weight:bold; color:#D2D6FF; font-family:Trebuchet MS,Arial,Helvetica, Sans-Serif; }

/* Hauptschriftart (Verdana in Größe 10 Pt) */
p, ul, ol, li, div  { font-size: 10pt; font-family:Verdana,Arial,Helvetica,sans-serif; text-align:left; }

/*Hauptrubriken*/
.inh1 {font-weight: 600; }

/*Unterrubriken*/
.inh3 {font-weight: 600; font-size: 9pt; }

/*Unterseiten */
.inh2 {font-size: 9pt; }

/*Copyright und Seitenende */
.co { font-size: 9px; font-weight: 400; letter-spacing: 0px; line-height: 15px; color: #D2D6FF; text-align:center; }

/* Hintergrundformat für den Inhaltsbereich, hier Farbe */
.inhalt { background-color:#272750 ; }


/* Alte Inhalte (noch nicht gelöscht */
.fett {font-weight: 900; color: #000080; }
.medium {font-weight: 600; color: #0000E0; }

