/*  StyleSheet fuer Alexander */

/*  Links  */

		A:link{
			color : blue;
			text-decoration : none;
			font-family : Verdana,Arial,sans-serif;
			font-size : 11pt;	
		}
		A:visited{
			color : blue;
			text-decoration : none;
			font-family : Verdana,Arial,sans-serif;
			font-size : 11pt;	
		}
		A:active{
			color : #917365;
			text-decoration : blink;
			font-family : Verdana,Arial,sans-serif;
			font-size : 11pt;		
		}
		A:hover{
			color : #9D52A7;
			font-size : 11pt;	
		}





/*  Tabellen */
	
	table{
		border-collapse:collapse;
		empty-cells:show;
		margin-left: auto; 
		margin-right: auto;
	}
	th { 
		color:#000000; 
		vertical-align: top;
	  font-family : Verdana,Arial,sans-serif;
		font-size: 10pt; 			
	}
	td { 
		color:#000000; 
		vertical-align: top;
	  font-family : Verdana,Arial,sans-serif;
		font-size: 9pt; 			
	}
	
	
/*  Ueberschriften */

		h4 {
			color : #000000;
			text-decoration : none;
			text-align: center;
			font-weight: normal;
			font-family : Verdana,Arial,sans-serif;
			font-size : 10pt;	
			line-height:0.90;
		}
		h3 {
			color : #000000;
			text-decoration : none;
			text-align: center;
			font-weight: normal;
			font-family : Verdana,Arial,sans-serif;
			font-size : 16pt;	
			line-height:0.15;
		}
		h2 {
			color : #987654;
			text-decoration : none;
			font-weight: normal;
			font-family : Verdana,Arial,sans-serif;
			font-size : 14pt;	
		}



	body{
		background-image:url(images/background.gif);
		font-family : Verdana,Arial,sans-serif;
		font-size : 15pt;
	}

