/* Einstellungen fuer den Kopf */

#topzone {
	background-image: url('/top-logo-klein.png');
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#topueber {
	text-align: center;
	position: relative;
	font-weight: bolder;
	color: #444;
	text-shadow: 1px 1px;
}

#toptext {
	text-align: center;
	font-weight: bolder;
	position: relative;
	color: #555;
}

#topimgrechts{
	top: 10px;
	left: 1100px;
	position: absolute;
}

@media screen and ( min-width: 40px ) {
	#top {
		max-width: 480px;
	}
	#topzone {
		width: 480px;
		height: 57px;
		background-size: 52px 54px;
	}
	#topueber, #toptext {
		width: 400px;
		left: 26px;
	}
	#topueber {
		font-size: 15px;
		top: 8px;
	}
	#toptext {
		font-size: 13px;
		top: 10px;
	}
}

@media screen and ( min-width: 601px ) and ( max-width: 992px ) {
	#top {
		max-width: 960px;
	}
	#topzone {
		width: 960px;
		height: 97px;
		background-size: 92px 94px;
	}
	#topueber, #toptext {
		width: 660px;
		left: 120px;
	}
	#topueber {
		font-size: 20px;
		top: 22px;
	}
	#toptext {
		font-size: 16px;
		top: 25px;
	}
}

@media screen and ( min-width: 993px ) {
	#top {
		max-width: 1400px;
	}
	#topzone {
		width: 1400px;
		height: 97px;
		background-size: 92px 94px;
	}
	#topueber, #toptext {
		width: 960px;
		left: 120px;
	}
	#topueber {
		font-size: 20px;
		top: 22px;
	}
	#toptext {
		font-size: 16px;
		top: 25px;
	}
}
