
	body {
	
	
	
		margin: 0em 0em 0em 0em; font-family:Arial,sans-serif;
		background-image: url(Hintergrund.gif);
	}
	#menu {
		
		position: absolute;
		width: 175px;
		height: 360px;
		left: 50%;
		margin-left: -400px;
		text-align: left;
		top: 240px;
	}
	/* ... um zu sehen, was passiert, füge Farbe ein ... */

	#page {

		position: absolute; 
		width: 600px;
		height: 1000px;
		left: 50%;
		margin-left: -200px;
		top: 210px;
		text-align: center;
	color:brown; text-align: left;
	}
	
	#left {
		background-image:url(Logo_klein2.gif);
		background-repeat:no-repeat;
		position: absolute;
		width: 207px;
		height: 196px;
		left: 50%;
		margin-left: -420px;
		top: 10px;
	}
	
	#right {
		background-image:url(Logo_Buchstaben.gif);
		background-repeat:no-repeat;
		position: absolute;
		width: 600px;
		height: 140px;
		left: 50%;
		margin-left: -210px;
		top: 30px;
	}


a:link { color:#A00F00; text-decoration:none; font-weight:bold; }
 a:visited { color:#771300; text-decoration:none; font-weight:bold; }
 
 a:hover { color:#FF1900; text-decoration:none; font-weight:bold; }
 
table { color:brown; }
span { color:red; }






	
