#lsvHeader {
	width:100%;
	height:40px;
	background:linear-gradient(#d0d0d0,white);
	border:solid 1px CadetBlue;
	border-radius:10px;
	margin-bottom:10px;
	box-shadow:0px 4px 8px gray;
}

#lsvBlock_0, 
#lsvBlock_1, 
#lsvBlock_2, 
#lsvBlock_3, 
#lsvBlock_4, 
#lsvBlock_5, 
#lsvBlock_6, 
#lsvBlock_7, 
#lsvBlock_8, 
#lsvBlock_9, 
#lsvBlock_10, 
#lsvBlock_11, 
#lsvBlock_12, 
#lsvBlock_13,
#lsvBlock_14,
#lsvBlock_15 {
	background:linear-gradient(#f0f0f0,#f9f9f9);
	display:block;
	max-height:0px;
	transition: max-height 1.0s;
	border-radius:10px;
	overflow:hidden;
}

#listVerbaende {
	clear:both;
	font-size:1.2em;
	margin-bottom:20px;
	font-family:serif;
	padding-left:50px;
	padding-right:50px;
	line-height:1.8em;
	text-align:left;
}

#listLsvVorstand {
	width:50%;
	float:left;
}

#listLsvSparte {
	width:50%;
	float:right;
}

#boxesClubs {
	width:33.3%;
	float:left;
}

#boxesClub {
	width:100%;
	height:280px;
	margin-bottom:10px;
	background:linear-gradient(white,white);
	border-radius:5px;
	border:solid 1px #b0b0b0;
	overflow:hidden;
}

#SpartenBlock {
	clear:both;
	font-size:1.2em;
	margin-bottom:20px;
	font-family:serif;
	padding-left:50px;
	padding-right:50px;
	line-height:1.8em;
	text-align:left;
}

#SpartenBox {
	width:126px;
	height:126px;
	float:left;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:6px;
	border:solid 1px #909090;
	border-radius:10px;
	font-size:0.8em;
	overflow:hidden;
}

#listSparte {
	background:linear-gradient(#f0f0f0,#f9f9f9);
	display:block;
	max-height:20000px;
	transition: max-height 0.5s;
	border-radius:10px;
	overflow:hidden;
}

#SpartenBlock_0,
#SpartenBlock_1,
#SpartenBlock_2,
#SpartenBlock_3,
#SpartenBlock_4,
#SpartenBlock_5,
#SpartenBlock_6,
#SpartenBlock_7,
#SpartenBlock_8,
#SpartenBlock_9,
#SpartenBlock_10,
#SpartenBlock_11,
#SpartenBlock_12,
#SpartenBlock_13,
#SpartenBlock_14,
#SpartenBlock_15,
#SpartenBlock_16,
#SpartenBlock_17,
#SpartenBlock_18,
#SpartenBlock_19,
#SpartenBlock_20,
#SpartenBlock_21,
#SpartenBlock_22,
#SpartenBlock_23,
#SpartenBlock_24,
#SpartenBlock_25 {
	background:linear-gradient(#f0f0f0,#f9f9f9);
	display:block;
	max-height:0px;
	transition: max-height 0.5s;
	border-radius:10px;
	overflow:hidden;
}


/* Styles  Pad */
@media only screen and (max-width: 1024px) {
	#boxesClubs {
		width:50%;
		float:left;
	}
	
	#listVerbaende {
		clear:both;
		font-size:1.2em;
		margin-bottom:20px;
		font-family:serif;
		padding-left:5px;
		padding-right:5px;
		line-height:1.8em;
		text-align:left;
	}

	#SpartenBlock {
		clear:both;
		font-size:1.2em;
		margin-bottom:20px;
		font-family:serif;
		padding-left:0px;
		padding-right:0px;
		line-height:1.8em;
		text-align:left;
	}
	
}

/* Styles für Phone */
@media only screen and (max-width: 480px) {
	#boxesClubs {
		width:100%;
		float:none;
	}
	
	#boxesClub {
		width:100%;
		height:auto;
		margin-bottom:10px;
		background:linear-gradient(#d0d0d0,white);
		border-radius:5px;
		border:solid 1px #b0b0b0;
		overflow:hidden;
	}

	#listVerbaende {
		clear:both;
		font-size:1.2em;
		margin-bottom:20px;
		font-family:serif;
		padding-left:5px;
		padding-right:5px;
		line-height:1.8em;
		text-align:left;
	}

	#listLsvVorstand {
		width:100%;
	}

	#listLsvSparte {
		width:100%;
	}
}