body, html 
	{
    font-size: 14pt;
    color: #006600;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: flex-start; /* Vertikale Ausrichtung oben */
	box-sizing: border-box; /* Einschließen von Padding und Border in die Gesamtbreite und -höhe des Elements */
	}
	
	button {
    border: none; 
    color: #FFFF00;
    font-size: 12pt; 
    width: 152px;
	height: 25px;
   	background-color: #008800;
	}
	
	#alles
		{ 
			position: absolute;
			width: 1280px; 
			height:auto;    
			border: none;
			text-align: left; 
		}
	
	.a2			{font-size: 14pt;color:#AA0000; font-family: Times New Roman; text-decoration: none;}
	.a2:hover	{font-size: 14pt;color:#008800; font-family: Times New Roman; text-decoration: none;}
	
	.a3			{font-size: 14pt;color:#000000; font-family: Times New Roman; text-decoration: none;}
	.a3:hover	{font-size: 14pt;color:#DDDDDD; font-family: Times New Roman; text-decoration: none;}

table 
	{
	background-color: #FFFFE5;
	table-layout: fixed;
	width: 1280px;
	height:auto;
	border: none;
	}
	
	.tab1 
	{
	background-color: #000000;
	table-layout: fixed;
	width: 700px;
	height: auto;
	border: none;
	margin-left: -1em;
	margin-top: -1em;
	}
	
	.div3
	{
		position:absolute; 
		MARGIN: 0cm 7.5pt 0pt 15pt;
		margin-top: 0px;
		padding: 0px;
		width:705px;
		height:830px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
		border-radius:10px;
	}
	
	.div4
	{
		position:absolute; 
		MARGIN: 0cm 7.5pt 0pt 15pt;
		margin-top: 0px;
		padding: 0px;
		width:700px;
		height:825px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
		border-radius:10px;
	}
		
	.table4
		{
		border: none;		
		width: 705px;
		height: 830px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
		border-radius:10px;
		background-color:#A9A9A9;
		}
		
	.table5
		{
		border: none;		
		width: 700px;
		height: 830px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
		border-radius:10px;
		background-color:#006600;
		}
	
			
	.table6
		{
		border: none;		
		width: 700px;
		height: 830px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;
		border-radius:10px;
		background-color: #0033CC;
		}
	
	.over1	
		{
		overflow:auto;
		}		
			
			