/* Stand: 24.12.19 */

/* Allgemein */

* {
	margin: 0;
	padding: 0;
	font-family: Levenim MT;
}

body {

	background-image: url(bilder/Jutegewebe_Ballenk.JPG);
	width: 100%;

}

header {
	background-image: url(bilder/hintergrund901.jpg);
		background-image: url(bilder/LDPE/IMG_2334.JPG);
	height: 151px;
	width: 100%;
	background-repeat: repeat-x;
	margin: 0 auto;
}

header p {
	color: black;
	text-align: center;
	font-family: monospace;

}

#logotext {
	padding-top: 50px;
	font-size: 27pt;
	font-family: script;
	line-height: 1.5;
}

#steuerungoben {
	background-color: #605f5f ;
	height: 24px;
	display: flex;
	flex-flow: row;
	margin: auto;
}

.item {
	width: 33.3333%;
	text-align: center;
	line-height: 24px;
}

.item a {
	text-decoration: none;
	color: white;
}

.item:hover {
	background-image: url(bilder/grau-50.png);
}


#steuerungoben a:hover {
	background-image: url(bilder/grau-50.png);
}
#container {
	background-image: url(bilder/durchsichtig9.png);
	width: auto;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;

}



#steuerunglinks {
	flex: 1 auto;
	display: flex;
	flex-flow: column;
	align-content: space-between;

}

/* Children of Navleft */

.item_L {
	margin: 20px;
}

.item_L a {
	text-align: center;
	text-decoration: none;
	color: black;
}

.item_L a:hover {
	color: yellow;
	/*   background-image: url(bilder/grau-50.png); */
}

.item_M {
	margin: 20px;
}

#galerie {
	flex: 1 auto;
	text-align: center;
	font-weight: bold;
	position: relative;
}

section {
	/*	margin-right: 245px; */
}

section h1 {
	padding-top: 20px;
	padding-bottom: 0.4em;
	color: black;
}

section h2 {
	padding-top: 1em;
	padding-bottom: 0.6em;
	color: #dd9661;
}

section p {
	padding-bottom: 0.6em;
}

section ul {
	padding-left: 3em;
}

section li {
	padding-bottom: 0.5em;
}

section table {
	font-size: relative 
}

#aside {

	flex: 1 auto;
	display: flex;
	flex-flow: column;
	align-content: space-between;
}

#aside a {
	color: black;
	text-decoration: none;
}

#aside a:hover {

	color: yellow;
}

.item_R {
	padding-top: 3px;
}

footer {
	/* background-color: brown; */
	background-image: url(bilder/grau-50.png);
	color: white;
	text-align: center;
	clear: both;
}

footer_im {
	background-image: url(bilder/grau-50.png);
	color: white;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 900px;
}

#nav li {

	background-color: silver;
	/* Hintergrundfarbe   */
	border-top: 1px black solid;
	/* Rahmenfarbe Auflistungpunkt oben */
	border-left: 25px orange solid;
	/* Rahmenfarbe Auflistungpunkt oben */
	border-bottom: 1px red solid;
	/* Rahmenfarbe unten  */
	border-right: 2px blue solid;
	/* Rahmenfarbe unten  */
	margin-top: 10px;
	/* Außenabstand oben  */
	padding-top: 8px;
	/* Innenabstand oben  */
	padding-bottom: 8px;
	/* Innenabstand unten */
	padding-left: 8px;
	/* Innenabstand unten */
	padding-right: 8px;
	/* Innenabstand unten */
}

tbody tr:hover {
	background: #FE9A2E;
	color: black;
}

td#baufolie:target {
	background: yellow;
	color: black;
}

td#baendchen:target {
	background: yellow;
	color: black;
}

th#bigbag:target {
	background: yellow;
	color: black;
}

td#blenden:target {
	background: yellow;
	color: black;
}

td#flach:target {
	background: yellow;
	color: black;
}

th#folie:target {
	background: yellow;
	color: black;
}

td#holz:target {
	background: yellow;
	color: black;
}

th#jute:target {
	background: yellow;
	color: black;
}

td#luft:target {
	background: yellow;
	color: black;
}

td#muell:target {
	background: yellow;
	color: black;
}

td#paletten:target {
	background: yellow;
	color: black;
}

td#papier:target {
	background: yellow;
	color: black;
}

th#putz:target {
	background: yellow;
	color: black;
}

th#raschel:target {
	background: yellow;
	color: black;
}

th#sand:target {
	background: yellow;
	color: black;
}

td#schaum:target {
	background: yellow;
	color: black;
}

td#silo:target {
	background: yellow;
	color: black;
}

td#stretch:target {
	background: yellow;
	color: black;
}

td#trage:target {
	background: yellow;
	color: black;
}
td#tuecher:target {
	background: yellow;
	color: black;
}
td#vlies:target {
	background: yellow;
	color: black;
}

#inhalte {
	margin-left: 14em;
	background-color: lightblue;
}
