body {
	background-color: #aaa;
	background-attachment: fixed;
	font-family: 'corporateS', Arial, serif;
	font-weight: normal;
	letter-spacing:0.05em;
	font-size: 100%;
	background: #aaa;
	margin: 0;
	padding: 0;
}
div#navipunkte div{
	background-color: rgba(255,255,255,0.6);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	text-align: center;
}
div#navipunkte div div {
	width: 50px;
	height: 50px;
	background-color: white;
	top: 25px;
	left: 25px;
}
div#navipunkte div div:hover {
	width: 80px;
	height: 80px;
	top: 10px;
	left: 10px;
}
div#nav {
	position: fixed;
	top: 2%;
	text-align: center;
	width: 100%; 
	background-color: rgba(0,0,0,0.3);
	z-index: 600;
	font-size: 120%;
}
div#nav2 {
	position: fixed;
	bottom: 2%;
	text-align: center;
	width: 100%; 
	background-color: rgba(0,0,0,0.3);
	z-index: 600;
}
div#nav a, div#nav2 a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-left: 2%;
}
div#nav a:hover, div#nav2 a:hover, div#back a:hover, .quernavi a:hover{ 
	color: #8C0C66;
}
.quernavi a{
	position: fixed;
	top: 50%;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: rgba(0,0,0,0.3);
	padding: 0.5%;
}
div#quernavi_rechts a{
	right: 1%;
}
div#quernavi_links a{
	left: 1%;
}
div#back {
	position: fixed;
	top: 6%;
	text-align: center;
	width: 100%; 
	z-index: 100;
	background: rgba(0,0,0,0.3);
}
div#back a{
	padding: 0.7%;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
div#navipunkte div p{ 
	color: white;
	font-weight: bold;
	margin-top: -50px;
}
.box {
	display: none;
	background: #fff;
	width: 60%;
	height: auto;
	position: fixed;
	z-index: 50;
	left: 20%;
	top: 20%;
	padding: 15px;
}
a.closeBox {
	text-decoration: none;
	color: black;
	font-weight: bold;
	position: absolute;
	right: 15px;
	font-size: 130%;
}
h3 {
	font-family: 'corporateA', Arial, serif;
	font-weight: normal;
	font-size: 130%;
	text-transform: uppercase;
}
@media screen and (max-width: 600px){
	div#back {
		top: 8%;
	}
	.box {
		font-size: 60%;
	}
}	/* END @media (max-width: 600px) */

