@font-face { font-family: 'rawengulk'; src: url('RawengulkBold.otf') format('opentype'); }

body {
	text-align: center;
	background: url("baum.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white;
	padding: 0;
	margin: 0;
	font-family: rawengulk, Helvetica;
	font-size: 12pt;
	line-height: 1.3;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 26pt;
	font-weight: bold;
	line-height: 1.3;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 20pt;
	font-weight: bold;
	line-height: 1.2;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.2;
}

#header {
	width: 100%;
	height: auto;
	background-color: black;
	opacity: 0.4;
	text-align: left;
	z-index: 100;
	padding: 0 0 10px 0;
}

#header .textBlock {
	color: white;
	padding: 18px 0 0 20px;
}

#navi {
	background-color: gray;
	opacity: 0.7;
	width: 100%;
	height: auto;
	text-align: left;
	z-index: 101;
}

.item {
	float: left;
	height: 26px;
	background-color: gray;
	margin: 4px 80px 0 20px;
}

#content {
	padding: 20px 20px 20px 20px;
	z-index: 1000;
}

#content .box {
	padding: 20px;
	margin: 20px 0 20px 10px;
	color: black;
	background-color: white;
	opacity: 0.7;
	text-align: left;
}

.navi-left {
	float: left;
	color: black;
	background-color: white;
	opacity: 0.8;
	width: 250px;
	height: 380px;
	padding-top: 20px;
	margin: 0 150px 20px 0;
	/*position: fixed;*/
}

.right-area {
	float: left;
	color: black;
	background-color: white;
	opacity: 0.9;
	width: 66%;/*800px;*/
	min-width: 600px;
	height: auto;
	padding: 20px 20px 20px 20px;
	text-align: left;
	/*max-height: 600px;*/
	overflow: auto;
}

.welcome {
	margin: 93px 0 0 100px;
}

.imprint {
	margin: 93px 0 0 200px;
}

a {
	color: black;
}

.right-area a:link, .right-area a:visited, .right-area a:hover, .right-area a:active .right-area a:focus {
	color: black !important;
	text-decoration: underline !important;
}

/*
a:hover {
	color: black;
	text-decoration: underline;
}

a:focus{
	color: black;
	text-decoration: underline;
}
*/

#navi a:link, a:visited, a:hover, a:active {
	color: white !important;
	text-decoration: none !important;
}

.map {
	float: left;
	color: black;
	background-color: white;
	/*opacity: 1.0;*/
	background: rgba(255, 255, 255, 0.8);
	width: 800px;
	height: auto;
	padding: 20px 20px 20px 20px;
	text-align: left;
	overflow: auto;
}

.mapbox {
	margin: 10px 0 10px 0;
}