h1, a 	{
	color:#df0000;
	font-weight:bold;
		
	}

body 	{
		font-family:Arial, Tahoma,sans-serif;
		color:#000000;
		
	}
	
.bg_red {
		background-color:#df0000;
	
}

a:link, a:visited {
 text-decoration: none;
}
a:hover{
 text-decoration: underline;

}
a:active, a:focus {background-color:yellow;}

h2 {text-shadow:10px 11px 5px green;}

#rundung{
	background-color:#cccccc;
	height:15em;
	width:20em;
	border-radius:30px;
	padding:10px;
	text-align:center;
}

#rundung_bild{
	border-radius:30px;
	
	
}