header, nav, footer, section, aside, article, dialog, figure
{  display: block; }


*{    padding: 0;
      margin: 0;
  }

background-image: url(struktur.jpg);

body{
        font-family: Arial, sans-serif;
       /* text-align: center; */
          background-image: url(bilder/franz_zatschkowitsch.png);         
          background-color: #E1E1E1;
        background-attachment: fixed;
    }

#wrapper_bilder{
       width: 733px;
   margin: 0 auto;
  
}



.text_rechts, #wrapper_4 p {
   color: white;
   margin: 1em;
}
#wrapper_1 a{
padding-left: 1em;
 color: white;
 background-image: ;
}

#wrapper_links{
    width: 400px;
    float: left;
}

#wrapper_1, #wrapper_2, #wrapper_3{
    height: 154px;
    line-height: 1.5em;
}

.bildlinks{
     background-color: white;
     float: left;
}

#wrapper_4{
    display: block;
    background-color: blue;
    margin-left: 400px;
    width:  333px;
    height: 462px;
}



#wrapper_1{   background-color: #A40000; }
#wrapper_2{   background-color: #FFCC00; }
#wrapper_3{   background-color: #128100; }




@media only screen and ( min-width: 26em ) and ( max-width: 50em) {
         #struktur{      width:  400px;}
         #wrapper_bilder{  width:  100%;}
                  #wrapper_bilder{  border: solid red 3px; }
         #wrapper_4{  margin-left:  0;}
         #wrapper_4{  width: 400px;}
         #wrapper_4{  display:  inline-block;}
         .bildrechts{ width: 100%; } 
         .bildrechts{ height: auto; }
}  /* @media only screen and ( min-width: 26em ) and ( max-width: 50em) */

@media only screen and ( max-width: 26em ){
#wrapper_1, #wrapper_2, #wrapper_3, #struktur{
    width: 205px;
    display: block;
    height: 308px;
}




         #wrapper_bilder{   width:  204px;}
         #wrapper_4     {   width:  204px;}
         #wrapper_4     {   height:  250px;}
         #wrapper_4     {   margin-left:  0;}
         #wrapper_4     {   display:  inline-block;}
         .bildrechts    {   width: 205px; }
         .bildrechts    {   height: 125px; }
         
} /* @media only screen and ( max-width: 26em ) */
