

/* aktive Links   */



/* Verweise zu noch nicht besuchten Seiten   rot */ 
A:link {TEXT-DECORATION: none; Color:#BF0000;font-size: 6pt; font-weight:bold;}

/* Maus über den Verweistext    */ 
A:hover {TEXT-DECORATION: none; Color:#2F4F4F; font-size: 12pt;}

/* Klick auf den Verweistext    */ 
A:active {TEXT-DECORATION: none;Color:#E0E0E0;font-size: 14pt; Font-weight: bold;}

/* Verweise zu bereits besuchten Seiten    */
/* A:visited {TEXT-DECORATION: none;Color:#2F4F4F ;font-size: 10pt; }   */
/* A:visited {TEXT-DECORATION: none;Color:#BF0000 ;font-size: 10pt; }   */
A:visited {TEXT-DECORATION: none; Color:#BF0000;font-size: 10pt; font-weight:bold;}

/* Rahmen um Bilder #CFCFCF */

img {border-style:ridge; border-width:4px; border-color:#CFCFCF}


body {
font-family: Book Antiqua,Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;

background-image: url(../pics/back1.jpg);
/* background-image: url(../pics/bluebuch.jpg); */



/*  Basisfarbe der Scroll-Leiste   */
SCROLLBAR-BASE-COLOR:#E0E0E0;
/*  Farbe für Oberfläche   */
SCROLLBAR-FACE-COLOR:#BFBFBF;
/*  Farbe für oberen und linken Rand   */
SCROLLBAR-HIGHLIGHT-COLOR:#E0E0E0; 
/*  Farbe für unteren und rechten Rand   */
SCROLLBAR-SHADOW-COLOR:#CFCFCF;
/*  Farbe für 3D-Effekte   */
SCROLLBAR-3DLIGHT-COLOR:#CFCFCF;
/*  Pfeile   */
/* SCROLLBAR-ARROW-COLOR:#FF00FF;    */
/* Farbe für freibleibenden Verschiebeweg */
SCROLLBAR-TRACK-COLOR:#E0E0E0; 
}


/* Titel_Ueberschriften  */

h2 {


font-style: italic;
font-weight: bold;
text-decoration: underline;
text-align: center;

}


h3 {

font-style: italic;
font-weight: bold;
text-decoration: none;
text-align: center;

}




#thumb {
position: absolute;
top: 1;
left: 20;
align: center;
}








table.inhalt tr{

width: 700px; 
text-align: left;
border-style: solid;


}



.mit_knopf {
url(../pics/a2.jpg)
}






/* Tabellen */


/* Tabellen Titelzeile */

.titel {
background-color: #DF0000;
font-size: 14pt;
width: 19%;
height: 20pt;

}


/* Tabellen rote Zellen */


.rot{
/* background-color: #FF8000; */
background-color: #DF0000;
font-size: 11pt;


}


/* Tabellen graue Zellen  */

.grau {
background-color: #E0E0E0; 
font-size: 11pt;

}


/* Tabellen Zellen ohne Bgcolor  */

.klar {
font-size: 11pt;

}




