	BODY {
		text-align:center;
		background-color:#F6F6F6;
		margin:0;
		padding:0;
	}
	
	a {
		color:black;
		text-decoration:underline;
	}
	
	h1 {
		font-weight:bold;
	}
	
	h2 {
		font-weight:normal;
		display:block;
		width:100%;
		background-color:#7DC40D;
	}
	
	.kostenloser_regger {
		float:left; 
		width:244px; 
		height:150px; 
		border: 1px dotted black; 
		display:inline-block; 
		padding:10px;
		margin:20px;
		text-align: justify;
		background-color:#7DC40D;
	}
	
	.kostenloser_regger a{
		display:block;
		width:234px; 
		font-weight:bold;
		background-color:#333333;
		color:white;
		padding:5px;
		margin:0px;
		text-align:center;
	}	
	
	#page
	{
		width: 700px;
		position: absolute;
		left: 50%;
		margin-left: -350px;
	}	
	
	.boxen {
		position: absolute;
		left: 50%;
		margin-left: -300px;	
	}

