/* Stand: 29.10.2019 */
/* Allgemein */
* {
    margin: 0;
    padding: 0;
    font-family: Levenim MT ;
}
body {
    background-image: url(bilder/Jutegewebe_Ballenk.JPG);
    width: 100%;
}

header {
    background-image: url(bilder/Paletten/102.jpg);     
    height: 151px;
    width: 100%;
    background-repeat: no-repeat, repeat-x;
    margin: 0 auto;
}
header p {
    color: navajowhite;
    text-align: center;
    font-family: monospace ;
}
#logotext {
    padding-top: 50px;
    font-size: 17pt;
    font-family: script;
    line-height: 1.5 ;
}
#steuerungoben {
    background-color: #605f5f ;
    width: 100%;
    height: 24px;

    display: flex ;
    flex-flow: row ;
	margin: auto;
}

.item {

    width: 33.33333% ;
    text-align: center;
    line-height: 24px;

}
.item a {
    text-decoration: none ;
    color: white;
}
.item:hover {
    background-image: url(bilder/grau-50.png);
}
#container {
    background-image: url(bilder/durchsichtig9.png);
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-flow: wrap;

}


/* Navigation links */
#steuerunglinks {
    width: 160 px;
	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;
}
/* End of Children Navleft */
/* Ende Navigation links */

#galerie {
 margin: auto;
 width: 480 px;
 text-align: center;
 font-weight: bold;
 position: relative;   
}

aside {
    margin: 20px;
	flex: 1 auto;
    display: flex ;
    flex-flow: column ;
    align-content: space-between ;
	text-align: center;
}
aside a {
    color: black;
	text-decoration: none ;
}
aside p {
    color: black;
	text-align:left ;
}
aside a:hover {

	color: yellow ;
}
.item_R {
      padding-top: 3px;
}
.item_R p {
	width: 190px;
	text-align: left;
    text-decoration: none ;
	color: black ;
}
footer_im {
    background-image: url(bilder/grau-50.png);
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 900px;   
}