#vereine {
		
}
/* war vorher in html */
ul#vereine {
 padding:0;
 margin:0;
 list-style-type:none;
 font-family:Arial, Helvetica, sans-serif;
 /*background-color: #F4242B;  rot F4242B */
 /* NEU */
 height: 115px; 
 padding: 10px 0px 10px 0px; 
 border:0px solid black;
 
}
ul#vereine li{
 padding: 3px;
 /*background-color:#F4242B; rand um bild */
 border:0px solid #333;
 float:left;
 /* margin:0 30px 10px 0; */ /* zuvor aktiv */
}
ul#vereine li:hover{
 border: 0px solid #CCC;
}
ul#vereine li span{
	color: #AAA;
 display:block;
 text-align:center;
 font-size:11px;
 height: 15px; /* um text-balken schmaler zu machen */
 /*margin-top: -10px;*/
}
ul#vereine li a img{
 border:none; /*background-color:#F4242B;*/
}

/*
.varia_pic{
	border:0; width: 18%; max-height:60px; text-align: center;
}*/
.varia_pic2{
	border:0; width: 100%; max-height:82px; 
}
a.varia_pic:hover{
	background-color: black;
}

@media screen and (max-width: 552px) {
ul#vereine {
 height: 515px; 
}
}

@media screen and (max-width: 881px) and (min-width: 553px) {
ul#vereine {
 height: 315px; 
}
}

@media screen and (max-width: 1420px) and (min-width: 880px) {
ul#vereine {
 height: 215px; 
}
}





