/* allgemeine Formatierungen */


html {
	height: inherit;
}

body {
	height: inherit;
	margin: 20px 20px 20px 20px;
	background-color:#646464;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: rgb(0, 0, 0);
	
	
}


img {
	vertical-align: bottom;
	line-height: 0px;
}

td,th {
	font-size: 1px;
	empty-cells: show; /* wird nur von IE und Netscape 6.2 interpretiert */
}

a:link {
   font-size   : 10pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
   font-weight :light;
   font-style : normal;
   color       :rgb(0, 0, 0); /* hier die entsprechenden Farben eintragen */
}
a:active {
   font-size   : 10pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
   font-weight :light; 
   font-style : normal;
   color       :rgb(0,0, 255); /* hier die entsprechenden Farben eintragen */
}
a:visited {
   font-size   : 10pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
   font-weight :light; 
   font-style : normal;
   color       :rgb(255,0, 0); /* hier die entsprechenden Farben eintragen */
}



/* normaler Text, schwarz */

.text  {
	font-size : 10pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(0, 0, 0);
}



.linkgr a:link {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	font-weight: normal;		
	color :rgb(0, 0, 0);
	text-decoration: none;
}

.linkgr a:visited {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	font-weight: normal;	
	color : rgb(0, 0, 0);
	text-decoration: none;
}









