
* {
	font-family: 'Open Sans', sans-serif;
}

#container {
	width: 80%;
	margin:auto;
	top: 50px;
	border: 0px solid red;
}


.item {
	width:100px;
	height:100px;
	float: left;
	margin:2px;
}

.item .cover {
	overflow: hidden;
	margin: 10px;
	padding:0px;
	
}

h3, h4, h5, h6 {
	font-size: 1.25em;
	font-weight: normal;
	color: white;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}


.farbe1 {
	background: rgba( 58,100,150,1);
}

.farbe2 {
	background: rgba( 54,165, 99,1);
}

.farbe3 {
	background: rgba(230,105, 76,1);
}

.farbe4 {
	background: rgba( 184,138, 0,1);
}

.farbe5 {
	background: rgba( 104,143,190,1);
}

.farbe6 {
	background: rgba( 184,46,0,1);
}

.farbe7 {
	background: rgba(138,184,0,1);
}

.farbe8 {
	background: rgba( 245,184,0,1);
}



