@media (max-width: 1139px) {
	/* Beatenberg */
	#beatenberg_container {
	    width: 100%;
		
	    margin: 0 auto;
	}

	#beatenberg_text {
		width: 50%;
		margin-left: 5%;

		float: left;
	}

	#beatenberg_images {
		height: 750px;
		width: 35%;

		float: left;
	}

	#beatenberg_images img {
		height: 180px;
		width: 80%;

		margin: 20px 38px;;
	}

	#beatenberg_links {
	    width: 100%;
		height: 500px;
	    float: clear;

		clear: both;
		margin: 0 auto;
	}

	#beatenberg_table {
		height: 440px;
		width: 100%;
		margin-top: 20px;
		padding: 0;
		float: left;
	}

	#beatenberg_table td {
		height: 430px;
		width: 33.333%;
		padding: 0;

		border-style: solid;
		border-color: dimgray;
		border-width: thin;
	}

	#beatenberg_table td:hover {
		background-color: #B3CFEF;
		cursor: pointer;
	}

	.beatenberg_link_image {
		width: 100%;
		height: 200px;

		margin-top: -25px;
	}

	#beatenberg_table td h2 {
		margin: 0 auto;
		text-align: center;

		color: #FF884C
	}

	#beatenberg_table td p {
		width: 220px;
		height: 170px;

		text-align: center;

		margin: 0px auto;
	}
}
