/* Style Sheet HU */
/* letzte Aenderung 09.08.02, K. Lanyi */

/* Seiten-Hintergrund */
body {
    background-color: #ffffff; 
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 10pt; 
}

/* Ueberschriften */
h1,h2,h3,h4,h5,h6 { 
    font-family: verdana, helvetica, arial, sans-serif; 
    color: #003366; }
h1 { font-size: 20pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 10pt; }


/* Tabellen */
table,td,th,tr { font-family: verdana, helvetica, arial, sans-serif; font-size: 10pt; }

/* Listen */
ul { list-style-type : square}
ul ul { list-style-type : circle; }
dl,dd,dt,ul,ol,li { font-family: verdana, helvetica, arial, sans-serif; font-size: 10pt; }

/* Text */
p,br,span,blockquote,div,nobr,input,center {font-family: verdana, helvetica, arial, sans-serif; font-size: 10pt; }

/* dicktengleicher Text */
tt,pre { font-familiy: monospace; font-size: 10pt; }

/* Links */
a:link {color : #0000cc; font-family: verdana, helvetica, arial, sans-serif; }
a:visited {color : #666666; font-family: verdana, helvetica, arial, sans-serif; }

/* Linien */
hr { height : 1; }

/* Hervorhebungen */
strong {font-family: verdana, helvetica, arial, sans-serif; }

/* Adressangaben */
address, em {font-style: normal; font-size: x-small; font-family: verdana, helvetica, arial, sans-serif; }

/* eigene Klassen */
.kopf {text-align: right; font-size: x-small; font-family: verdana, helvetica, arial, sans-serif;}
.fuss {text-align: left; font-size: x-small; font-family: verdana, helvetica, arial, sans-serif;}
.wichtig {color: green; font-family: verdana, helvetica, arial, sans-serif; font-weight: bold}
/* nur rz.css ???*/
/*.leiste {font-family: helvetica, arial, sans-serif; font-size: x-small; text-decoration: none; font-color: #999999; }
 */
.klein {font-size: x-small; font-family: verdana, helvetica, arial, sans-serif;}
.mittel {font-size: small; font-family: verdana, helvetica, arial, sans-serif;}

.bordertable { 
    background-color: #FFFFFF; 
    border: #999999 solid; 
    border-width: 0px thin 0px 0px 

	}

/* TABLE TITLES */
TH, TD.tabletitle, FONT.tabletitle, .tabletitle, A:link.tabletitle, A:visited.tabletitle, A:active.tabletitle
{  
    font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
    font-size: 10pt; 
    background-color: #e9e9d3;
    /* text-decoration: none; */
    font-weight: bold
	}

/* SHADED TABLE CELL */
TD.shaded, TR.shaded, FONT.shaded, .shaded, A:link.shaded, A:visited.shaded, A:active.shaded
{  
    font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
    font-size: 10pt; 
    color: #000000;
    font-weight: normal;
    background-color: whitesmoke
	}

