body {
	background-image: url(/assets/css/images/bg.jpg);
}

a {
	border-bottom: dotted 1px;
	color: black;
	outline: 0;
	text-decoration: none;
}
	
a:hover {
	border-color: transparent;
}

.header {
	background-color: white;
	width: 50%;
	margin: 25px 25% 25px 25%;
	padding: 25px 25px 25px 25px;
	opacity: 0.85;       /* Transparenz */
	font-family: "Open Sans", Helvetica, sans-serif;
	color: #717171;
	font-size: 150%;
}	

.box {
	background-color: white;
	width: 50%;
	margin: 25px 25% 25px 25%;
	padding: 25px 25px 25px 25px;
	opacity: 0.85;
	font-family: "Open Sans", Helvetica, sans-serif;
	color: #717171;
	line-height: 1.5;
}	

.footer {
	background-color: white;
	width: 50%;
	margin: 25px 25% 25px 25%;
	padding: 25px 25px 25px 25px;
	opacity: 0.85;
	font-family: "Open Sans", Helvetica, sans-serif;
	color: #717171;
	text-align: center;
}