/*************************
* 
*  FARBSCHEMA
*
*  Menue off:	#B8C7CD
*  Menue on:   	#718C8D
*
*  Menue off:	#9E5200
*  Menue on:	#BB9005
*  Text:		#9E5200
*  Hintergrund:	#F8F8F4
*  Link:		#9E5200
*
*************************/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 70.1%;
	vertical-align: top;
	color: #9E5200;
	font-family: "Times New Roman", Times, serif;
	background: #fff;
}

a {
	color: #BB9005;
	text-decoration: none;
}

a:visited {
	color: #BB9005;
}

a:hover {
	text-decoration: none;
}

#inhalt a:hover {
	text-decoration: underline;
}

a:active {
	color: #344E55;
}

p {
	line-height: 22px;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}


/** LAYOUT **/
#kopf {
	position: relative;
	width: 100%;
}

/* clear 21st century ;-) */
#kopf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#kopf {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #kopf {
	height: 1%;
}

#kopf {
	display: block;
}
/* End hide from IE-mac */
#menue_oben {
	position: relative;
	margin: 70px 0 0 320px;
}

/* clear 21st century ;-) */
#menue_oben:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menue_oben {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #menue_oben {
	height: 1%;
}

#menue_oben {
	display: block;
}
/* End hide from IE-mac */
#logo {
	width: 300px;
	margin: 30px 0 30px 0;
}

#container {
	position: relative;
	width: 100%;
}

/* clear 21st century ;-) */
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html #container {
	height: 1%;
}

#container {
	display: block;
}
/* End hide from IE-mac */

#menue_aussen {
	float: left;
	width: 296px;
	/*border: 1px dotted red;*/
	text-align: right;
	margin-top: 5px;
}

#hintergrund {
	position: relative;
	margin: 0 0 0 320px;
	text-align: left;
	background: #F8F8F4;
}

#breit {
	padding-top: 28px;
	position: relative;
	/*border: 1px dotted red;*/
}

/* clear 21st century ;-) */
#breit:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#breit {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html #breit {
	height: 1%;
}

/* End hide from IE-mac */

#menue_innen {
	width: 220px;
	float: left;
	margin-top: 5px;
}

div#inhalt	 {
	font: normal normal 14px/16px Verdana, Arial, sans-serif;
	float: none;
		/*border:  1px dashed;*/
	min-width: 300px;
	max-width: 500px;
	margin-left: 220px;
	margin-top: 3px;
}

div#inhaltindex	ul li,
div#inhalt ul li {
	list-style-type: square;
	margin-left: 15px;
	line-height: 1.5em;
	
}

div#inhaltindex	 {
	font: normal normal 14px/16px Verdana, Arial, sans-serif;
	float: none;
	min-width: 400px;
	max-width: 600px;
	margin-left: 100px;
	margin-top: 3px;
}


/* TOP-MENU SETTINGS */
ul#mainlevel-nav, ul#mainlevel-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

/* this styling is for the MAIN items in the menu */
a.mainlevel-nav {
	display: block;
	text-align: left;
	color: #B8C7CD;
	font: normal bold 11px/16px Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 2.5em;
	float: left;
}
/* IE-5-Mac-Hack \*/
a.mainlevel-nav {
	float: none;
}
/* End IE-5-Mac-Hack */

a.mainlevel-nav:visited {
	color: #B8C7CD;
}

a.mainlevel-nav:hover {
	color: #718C8D;
}

a.mainlevel-nav:active, a.mainlevel-nav:focus {
	border: none;
}

#active_menu-nav {
	color: #9E5200;
}

a.mainlevel-index {
	display: block;
	color: #B8C7CD;
	font: normal bold 11px/13px Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin-bottom: 16px;
	text-align: right;
}

/* NAVIGATION/MENU SETTINGS */
a.mainlevel {
	display: block;
	color: #B8C7CD;
	font: normal bold 11px/13px Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin-bottom: 16px;
}

/* this styling is for the MAIN items in the menu */

a.mainlevel:visited {
	color: #BB9005;
}

a.mainlevel:hover {
	color: #718C8D;
}

a.mainlevel:active {
	color: #9E5200;
}

#active_menu {
	color: #9E5200;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#mainlevel-nav li {
	border: none;
}

.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
}

.map {
	display: inline-block;
	min-width: 99%;
	margin-top: 20px;
}

