#seite {
	position: absolute;
	width: 996px; 			/* Breite des Layers abzueglich 2x border px Angabe */
	height: 596px;			/* Hoehe des Layers anzueglich 2x border px Angabe*/
	margin-top: -300px;		/* halbe Hoehe des Layers ohne Border px Angabe*/
	margin-left: -500px;	/* halbe Breite des Layers ohne Border px Angabe*/
	top: 50%;
	left: 50%;
	border: 2px solid #495139;
			border-radius: 20px;
			box-shadow: 5px 5px 7px #ffffff80;
	background-color: #f6ffe0;
	}

#box_header {
	width: 100%;
	height: 150px;
	background-color: transparent;
	border: 0px solid red;
	position: absolute;
	}

.box_header_logo {
	margin-left: 10px;
	margin-top: 15px;
	position: absolute;
	z-index: 10;
	}

.box_header_logo_rechts {
	margin-left: 895px;
	margin-top: 25px;
	position: absolute;
	z-index: 10;
	}


img {
  object-fit:cover;
}

.box_slider > img {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	/*! border: 0px solid red; */
	border-top-right-radius: 18px;
	border-top-left-radius: 18px;
	object-fit: cover;
	}

/**
 * Jirka Meyer, sysWare
 * Definitionen für CSS-Slider
 * 
**/
#gallery {
	position: absolute;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 81%;
	background: none;
	border: none;
}

#gallery div:last-of-type {
	position: relative;
	width: 100%;
	height: 100%;
}
			
#gallery > div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: auto;
	color: white;
}
			
#gallery > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**
 * /CSS-Slider
 * 
**/

#box_navi {
	position: absolute;
	width: 996px;
	height: 25px;
	background-color: #495139;
	font-family: Tahoma;
     font-size: 12px;
	border-bottom: 2px solid #495139;
	margin-top: 0px;
	border-top: 2px solid #495139;
	float: left;
	bottom: 0;
	}

#box_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#box_navi ul li {
	 float: left;
     text-align: center;
     /*! border-bottom: 1px solid #fff; */
	 /*! background-color: #555; */
	}

#box_navi ul li a {
	padding: 5px 15px;
	display: block;
	color: #FFF;
	text-decoration: none;
	}

#box_navi ul li a:hover {
	color: #FF0000;
	}
	
#box_navi ul li:last-child {
	border-bottom: none;
	}

#box_navi ul li.close {
	display:none;
	}

.nav-open {
	display:none;
	}

#box_content {
	width: 100%;
	height: 410px;
	background-color: #f6ffe0;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, sans-serif;
	color: grey;
	font-size: 12px;
	overflow-y: auto;
	-webkit-scroll-base-color: red;
	position: relative;
	}
	
#box_fuss {
	width: 100%;
	height: 29px;
	background-color: #495139;
	/*margin-left: 30%; */
	/*margin-right: 10%; */
	margin: 0 auto;
	margin-top: 2px;
	border: 0px solid grey;
		border-bottom-left-radius: 18px;
	    border-bottom-right-radius:18px; 
	position: absolute;
	bottom: 0;
	}

#box_navi_unten {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	}

#linie {
	width: 100%;
	height: 2px;
	background-color: #495139;
	position: absolute;
	bottom: 30px;
	}


/* Boxen fuer Impressum */
	.box_impressum {
		position: relative;
		float: left;
		width: 32%;
		height: 32%;
		padding: 5px 0px 5px 0px;
		border: 1px solid gray;
		box-sizing: border-box;
		text-align: center;
		line-height: 20px;
		margin-left: 10px;
		margin-bottom: 5px;
	}
	.box_impressum: last-child {
		margin-right: 0;
	}
/* Ende Boxen fuer Impressum */




/* Beginn CSS fuer Menuestructur */
/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a
{
TEXT-DECORATION: none;
FLOAT: left;
FONT-FAMILY: Tahoma;
FONT-SIZE: 12px;
FONT-WEIGHT: normal;
COLOR: #FFFFFF;
PADDING: 6px;
BACKGROUND-COLOR: transparent;
}

/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
COLOR: #FF0000;
font-weight: normal;
}

/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
TEXT-DECORATION: none;
FLOAT: left;
FONT-FAMILY: Tahoma;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
COLOR: #FFFFFF;
PADDING: 6px;
BACKGROUND-COLOR: transparent;
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
{
TEXT-DECORATION: none;
DISPLAY: table-cell;
WIDTH: 150;
HEIGHT: 20;
BORDER: 0px solid #000000;
PADDING: 3px;
MARGIN: 0px;
FONT-FAMILY: verdana;
FONT-SIZE: 12px;
FONT-WEIGHT: normal;
VERTICAL-ALIGN: middle;
TEXT-ALIGN: center;
COLOR: #FFFFFF;
BACKGROUND-COLOR: transparent;
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
COLOR: #667a8a;
FONT-WEIGHT: bold;
/*BACKGROUND-COLOR: #FFFFCC;*/
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
TEXT-DECORATION: none;
DISPLAY: table-cell;
WIDTH: 150;
HEIGHT: 20;
BORDER: 0px solid #000000;
PADDING: 3px;
MARGIN: 0px;
FONT-FAMILY: verdana;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: center;
VERTICAL-ALIGN: middle;
COLOR: #3D84D2;
BACKGROUND-COLOR: transparent;
}
