/* Stand: 19.11.2018 */
/* Allgemein */
* {
    margin: 0;
    padding: 0;
}
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 ;
}

#container {
 
    width: 100%;
    /* border: 2px solid red; */
	margin: 0 auto;
   
    text-align: center;
    background-image: url(bilder/durchsichtig9.png);
}
#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);
}
#steuerunglinks {
    /* background-color: green; */
    width: 220px;
    float: left;
}
#steuerunglinks ul {
    padding-left: 2em ;
    padding-top: 20px;
    list-style-type: none;
}
#steuerunglinks li {
    padding-bottom: 0.5em;
}

#galerie li
{
list-style-type: none; 
float: left;   

	 padding-left: 30px;
text-align: center;
font-weight: bold;
position: auto;
}
#galerie img
{
   display: flow-root;
     
}
#galerie a .gross
{
 display: none;
}
#galerie a:hover .gross
{
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 1;
    background: #fff;  
}
dl.bildunterschrift {
	float: left; 
	
	
}
dl.bildunterschrift dd {
	margin:0; 
	font-size:90%;

}



aside {

    width: 175px;
    float: right;
}

aside img {
    /* margin-left: 10px; */
    border: 1px solid silver;
}

aside p {
    margin-left: 10px;
}
section {

}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color: #000000;
    text-align: center;
}



section dd {
    text-align: center;
}

section h2 {
    color: #dd9661;
    padding-top: 1em;
    padding-bottom: 0.6em;
}
section p {
    padding-bottom: 0.6em;
}

section ul {
   padding-left: 3em; 
}

section li {
    padding-bottom: 0.5em;
	 
}

section table {
    font-size: x-small;
}

footer_im {

    background-image: url(bilder/grau-50.png);
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;   
}