/*CSS*/
body{
	font-family:arial,helvetica,sans-serif;
	color:000000;
}

a{
	color:#000000;
}
	
a:hover, a:active, a:focus{
	color:#006F3B;	
}	

#rahmen{
	width:auto;
	max-width:800px;
	margin:5rem auto 2rem auto;
	text-align:center;
}

main{
	padding:0 0 1rem 0;
	border-bottom:1px solid #000000;
	margin:0 0 1rem 0;
	font-size:1.8rem;
	line-height:1.5em;
}

footer{

}
