body 					{
						background-color:#000000;
						}


#background 				{
						background-image: url(img/background.jpg);
						position: absolute;
						left: 50%;
						width: 834px;
						margin-left: -417px; /* negative Hälfte von width */
						top: 50%;
						height: 558px;
						margin-top: -279px; /* negative Hälfte von height */
						text-align:center;
						}
						
						
						
#text					{
						margin-top:100px;
						margin-left:205px;
						}
						
						
												
						
						
#background p				{
						margin-top:px;
						font-size:11pt;
						font-family:verdana;
						color:#000000;
						padding-bottom:10px;
						font-weight:bold;
						}
						
						
h1 						{
						font-family:verdana;
						font-size:15pt;
						font-weight:bold;
						padding-bottom:5px;
						}
						
						
						
h2						{
						font-family:verdana;
						font-weight:bold;
						font-size:13pt;
						margin-bottom:-10px;
						}
						
	
												
a:link						{
						color: #000000;
						text-decoration:none;
						}
						
a:visited					{
						color: #000000;
						text-decoration:none;
						}						
						
a:hover					{
						color: #000000;
						text-decoration:underline;
						}
						
						
						
						

					
					
					

