body {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	margin-top: 30px;
	color: #444444;
	font-size: 12px;
	
}

#wrapper {
	max-width: 650px;
	margin: auto;

}

#wrapper h1{
	font-size: 24px;
	color: #cc0000;
	text-transform: uppercase;
	margin-bottom: 10px;
    margin-top: 40px;
}

#wrapper h2{
	font-size: 1rem;
	color: #333333;
	margin-bottom: 10px;
    margin-top: 40px;
	font-size: 16px;
}

#wrapper .text,a {
    color: #cc0000;
	text-decoration:none;
	line-height: 1.4rem;
}

#wrapper .grafik img{
	max-width: 80%;
}





#footer {
	text-align: center;
	margin-top: 50px;
}