html{
	margin: 0;
	padding: 0;
}
body{
}
#blocker{
	clear:both;
}
#links img{
	width: 100%;
}
#links{
	position: absolute;
	float: left;
	width: 15% ;
}
#rechts{
	margin-left: 20%;
	width: 80%;
}
/* Duplizieren der Klassen für Frideen Aktion START */
.links img{
	width: 100% !important;
}
.links{
	position: absolute !important;
	float: left !important;
	width: 15% !important;
}
.rechts{
	margin-left: 20% !important;
	width: 80% !important;
}
.smallImages br{
		display: none;
	}

.video{
	width: 540px;
	height: 303px;
}
/* MAX WIDTH 780 */
@media screen and (max-width: 780px) {
	
	.rechts .frideen{
		width: 100%;
	}
}
/* Duplizieren der Klassen für Frideen Aktion ENDE */

/* MAX WIDTH 580 */
@media screen and (max-width: 580px) {
	#links{
		width: 100%;
		text-align: center;
	}
	#links img{
		width: 71px;
	}
	#rechts{
		padding-top: 80px;
		margin: 5%;
		width: 90%;
	}
	.tallMargin{
		padding-top: 190px !important;
	}
	#rechts img{
		width: 100%;
	}
	.smallImages br{
		display: inline;
	}
	.smallImages img{		
		width: 100px !important;
	}
	.video{
		width: 100%;
	}
	/* Duplizieren der Klassen für Frideen Aktion START */
	.links{
		width: 100% !important;
		text-align: center !important;
	}
	.links img{
		width: 71px !important;
	}
	.rechts{
		padding-top: 80px !important;
		margin: 5% !important;
		width: 90% !important;
	}

	/* Duplizieren der Klassen für Frideen Aktion ENDE */

}