body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.1vw;
	color: black;
	position: relative;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #009AED;
}

div#wrapper {
	width: 75%;
	height: auto;
	margin-top: 4%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

div#header {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

div#menue {
	float: left;
	width: 100%;
	height: 20%;
}

div#content {
	width: 88%;
	margin: 12% 6% 5% 6%;
}

div#footer {
	width: 94%;
	float: left;
	background-color: #363636;
	font-size: 0.9vw;
	color: #FFFFFF;
	text-align: center;
	padding: 1% 3% 2% 3%;
	margin: 3% 0 0 0;
	border-bottom: 40px solid #171717;
}


h1 {
	font-size: 1.7vw;
	color: #009AED;
	margin-top: 5%;
}

h2 {
	font-size: 1.4vw;
	color: #363636;
}

h3 {
	font-size: 1.2vw;
	color: #363636;
	text-decoration: underline;
}

.line {
	color: #363636;
	width: auto;
	background-color: #363636;
	margin: 0% -10% 0% -10%;
}

.right {
	float: right;
	text-align: right;
}

.left {
	float: left;
	text-align: left;
}

.titlebar {
	color: #363636;
	font-weight: bold;
	font-size: 1.8vw;
	max-width: 50%;
	float: right;
	text-align: right;
	margin: auto;
	padding: auto;
	margin-top: 1%;
}

.menueelement {
	width: 20%;
	height: 100%;
	float: left;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	line-height: 100%;
	font-size: 1.1vw;
	position: relative;
}

.nodecore {
	text-decoration: none;
	color: #363636;
}

.nodecorefooter {
	text-decoration: none;
	color: #FFFFFF;
}

.menueelement:hover {
	background-color: #363636;
	color: #FFFFFF;
	font-weight: bold;
}

.nohover{
    pointer-events: none;
}

.menueactive {
	font-weight: bold;
	background-image: linear-gradient(to top, white 0%, #FFA73B 80%);
	color: #363636;
}

.topspace {
	margin-top: 7%;
}

.bottomspace {
	margin-bottom: 7%;
}

.privacyhint {
	font-style: italic;
	font-size: 0.8vw;
}