/* Stylesheet */

/* Farben:
 Orange (Überschriften, Linien)		: #c73900
 Hintergrund-Grau					: #2e2e2e
 Banner-Hintergrundfarbe (braun)	: #1f1310
 heller Text						: #f0f0f0
 dunkler Text						: #a18f85
*/

.link_left {
	max-width: 920px;
	height: 380px;
	background-color: grey;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}

.link_right {
	max-width: 920px;
	height: 380px;
	background-color: grey;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: right;
}

.link_banner {
	max-width: 920px;
	height: 380px;
	background-color: grey;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.link_left img {
	height: 280px;
	width: 300px;
	float: left;
	margin-right: 20px;
	padding: 2px;
	border: solid black 1px;
	box-sizing: border-box;
}

.link_right img {
	height: 280px;
	width: 300px;
	float: right;
	margin-left: 20px;
	padding: 2px;
	border: solid black 1px;
	box-sizing: border-box;
}

.link_banner img {
	height: 80px;
/*	width: 300px;
	float: right;
	margin-left: 20px; */
	padding: 2px;
	border: solid black 1px;
	box-sizing: border-box;
}

.link_left h2 {
	font-family: 'Open Sans', Sans-Serif;
	color: #f0f0f0;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	padding-left: 0px;
	padding-right: 24px;
	padding-top: 6px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	line-height: 140%;
}

.link_right h2 {
	font-family: 'Open Sans', Sans-Serif;
	color: #f0f0f0;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	padding-left: 24px;
	padding-right: 0px;
	padding-top: 6px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	line-height: 140%;
}

.link_banner h2 {
	font-family: 'Open Sans', Sans-Serif;
	color: #f0f0f0;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 6px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	line-height: 140%;
}