

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	font-size: 11px
}

p {
	font-size: 11px;
}

H1 {
	
	font-weight: bolder;
	font-size: 18px
}
H2 {
	
	font-weight: bolder;
	font-size: 14px
}


#box {
	width: 480px;
	font-size: 11px;
	background : White;
	border: 1px solid Black;
	position: absolute; left: 140px; top: 130px;

	

}
#box p {
	padding: 10px;
}

.Kurzinfo { 
background-color: #0000cd;
font-weight: bold;
color: White;
}
.footer {
font-weight: bold;
color: #0000CD;
}