A:active	{ color: darkgreen; text-decoration: none; }
A:hover		{ color: green; text-decoration: none; }
A:visited 	{ color: green; text-decoration: none; }
A:link  	{ color: darkgreen; text-decoration: none; }
A			{ color: darkgreen ; text-decoration: none; }
A.hotlink { color: green; text-decoration: none; }

P		{  font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva;  }
LI		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva;  }
UL		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva;  }
TD		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva;  }
TR		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva;  }
DT		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva; }
H1		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva; font-size: larger; }
H2		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva; font-size: larger; }
H3		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva; font-size: larger; }
H4		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva; font-size: larger; }
H5		{ font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva; font-size: larger; }

input, select, option { 
                font-family:  Geneva, Arial, Helvetica, sans-serif; 
                font-size:8pt; 
                    }

body   {font-family:  Geneva, Arial, Helvetica, sans-serif; 
        font-size: 8pt;
        background-color: green;
        background="../images/seiten_hg.jpg"; 
}

.smallerfont {font-size: 0.5vh}

.td-headline {
	font-family: Tahoma, Verdana, Arial, Helv, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	padding-top: 12px;	
	padding-bottom: 12px;		
}

.infoindication {
//	color: #009933;
    color: blue;
//	font-size: small;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva;
}
.redindication {
	color: yellow;
//	font-size: small;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva;
}
.redindication:active	{ color: red; text-decoration: none; }
.redindication:hover		{ color: darkred; text-decoration: none; }
.redindication:visited 	{ color: darkblue; text-decoration: none; }
.redindication:link  	{ color: orange; text-decoration: none; }
.redindication.hotlink { color: darkred; text-decoration: none; }


.blueindication {
	color: blue;
    font-size: small;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helv, Helvetica, Geneva;
}
.linetop {
    border-style: solid;
    border-top-color: lightgrey;
    border-left-color: white;
	border-bottom-color: white;    
	border-right-color: white;        
}
.linebottom {
    border-style: solid;
    border-top-color: white;
    border-left-color: white;
	border-bottom-color: lightgrey;    
	border-right-color: white;        
}

.row-striped:nth-of-type(odd){
  background-color: whitesmoke;
}

.row-striped:nth-of-type(even){
  background-color: white;
}
