
	body {
		background-color: #fff;
		padding: 0px;
		font-size: 100%;
	}

	#rahmen {
		width: 500px;
		border: 2px gray solid;
		margin: 10px auto;
	}

	#head {
		height: 100px;
		background-color: #fff;
		text-align: center;
	}
	
	#head h1 {
		font-family: "Courier New", "Times New Roman", palatino;
		margin: 0px 20px;
		padding: 20px 0px 0px 0px;
		font-size: 225%;
		font-weight: bold;
		color: black;
	}
	
	#content {
	line-height: 140%;
	font-family: verdana, arial;
	font-size: 80%;
	color: #000000;
	padding: 20px;
	}
	
	#content h2 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0px;
	text-align: right;
	}

	#content h3 {
	margin-bottom: 5px;
	font-size: 120%;
	}
	
	#content h4 {
	margin: 50px 0px 5px 0px;
	font-size: 90%;
	}
	
	#content p.klein {
	font-size: 80%;
	}

	

	