/* Definitionen für Komponente Top - Bild */

/* Definitionen für DIV-Block */
div.top_bild {
    position: relative;
    width: 100%;
	border-bottom: 20px solid rgb(147, 181, 116);
	background-color: rgb(100, 100, 100);
}

div.top_bild img {
    width: 100%;
	display: block;
}
div.top_bild img.breitbild {
	height: 579px;
}

div.top_bild .topbild_headline1 {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 80px;
	line-height: 80px;
	text-shadow: 2px 2px 6px rgb(40,40,40);
	margin-top: -40px;
}

.top_pic2 {
	margin: 0 20% 0 460px;
	height: 408px;
}

/*
    Auflösung bis 1300px
*/
@media only screen
	and (max-width: 1300px)
{
	div.top_bild img.breitbild {
		height: 456px;
	}

	.top_pic2 {
		margin-left: 360px;
		height: 323px;
	}

	div.top_bild .topbild_headline1 {
		font-size: 70px;
		line-height: 70px;
		margin-top: -35px;
	}
}