body    {
        background-color: #666666;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
        color: white;
	padding-right: 5px;
	padding-left: 5px;
        }

#kopf { 
        margin-top: 0px;
        color: White;        
	}

figure {margin-left:0;
        	} 

#Leiste {
        height: 29px;
        background: url(baden_mini.gif);
        }
        

#Links  {
        float: left;
        width: 267px;
        margin-top: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        margin-right: 20px;
        background-color: #FFB6C1;
        border: 1px solid red;
        }

a:link  {
        text-decoration: none;
        border: none;
        color: #FFFF00;
        }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear:right;
	clear: left;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
    
}

li a {
    display: block;
    
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


#fuss {
 	height: 25px;
        font-size: 10px;
        margin-top: 20px;
        border-top: 1px solid red;
        border-bottom: 1px solid white;
	background-color: black;
        clear: left;
        clear: right;
	}
	


div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}