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;
	
	
}






.ul {
    background-color: #df0000;
    padding: 1em;
	margin-top: 0em;
	list-style-type: none;
	
}

.li {
    background-color: white;
    padding: 1em;
	margin-top: 3px;
	display: inline-block;
	padding: .2em 1em;
	width: 7em;
	text-align: center;
}

a {
	display: inline-block;
	padding: 0em;
}

a:hover{
	background-color:pink;
	
}