
/* Beispiel-CSS-Datei fuer JS-Menue © Rhein@Net */

/* Beispiel-Angaben fuer Randabstand und Hintergrundfarbe */
body
{
margin:0px;
background-color: #EEEEFF;
}

/* Beispiel-Angaben fuer Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <hr> und nach <p> */
hr,p
{
font-size:8pt;
font-family:Helvetica,Verdana,Arial;
font-weight: normal;
color: #0000AA;
}


/* Beispiel-Angaben fuer Schriftstil und Schriftfarbe nach <center> */
center
{
font-style:italic;
color:#008000;
}

/* Beispiel-Angabe fuer Links ohne Unterstreichung */
A
{
text-decoration: none;
}

/* Beispiel-Angabe fuer Link-Farbe von Links */
A:link
{
color: #0000AA;
}

/* Beispiel-Angabe fuer Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover
{
color:#FF0000;
}

/* Beispiel-Angabe fuer Link-Farbe von besuchten Links */
A:visited
{
color:#800000;
}
A.fett:link  {
        font-size : 12px;
        font-weight : bold;
        text-transform : none;
        text-decoration : underline;
}
A.fett:visited  {
        font-size : 12px;
        font-weight : bold;
        text-transform : none;
        text-decoration : underline;
        color : #A0522D;
}
H1.a {
	    width: 100%;
        text-align:center;
        font-size: 22px;
        font-weight: bold;
        background: #000099;
        font-family: serif; 
        font-style : italic;
}
TABLE.a {
	 
        background : #DDDDFF;
        border : 3px outset Blue;        
	}
TABLE.c {
	     width: 85%;       
        border : 3px outset Blue;
	    background : #000098;
}

TABLE.q {
	    background : #DDDDFF;
        border : 3px outset Blue;
	
}
TH.a {	
        border :1px inset;
        vertical-align: top;	
	    padding : 3px;
	    font-size : 12px;
	    text-align : center;
	    background-color : #CCCCFF;
}
TD.a {
    	border : 1px inset;
        vertical-align: top;	
        padding : 3px;       
	    font-size : 11px;
	    text-align : justify;
}
TD.c {
	    border :1px inset;
        vertical-align: top;     
         padding : 5px; 		  
    	font-size : 11px;
    	text-align : center;        
}
TD.q {border : 1px inset;
        vertical-align: middle;	  
        text-align: center;     
	    font-size : 11px;	   
	    padding : 15px 15px 15px 15px;
}

TD.ueber {
	    border : 3px outset Blue;
	    background : #000098;
        
}
/* Angabe fuer Tabelle Startseite */
TABLE.re {
	border : inset;
	border-style : inset;
}
