/* CSS Document */

/* Anpassung für Tablets */
@media only screen and (min-width: 500px) and (max-width: 1020px) { 

body {
/* background-color: #ccc;*/
}

#kopf_wrap {
  margin-right:0;
}

#inhalt {
  margin-right:20px;
}

#bilderfries {    
    width: 700px;
}

#rechts {
display:none;
}

#banner_vertikal {
 margin-top:0;
}

#tablet {
display:block;
}

#tablet .rechts1{
background-color:#fff;
border: 1px solid #000;
margin-bottom:10px;
}

}