@charset "utf-8";
#header {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
max-height:100%;
}
.HeaderSmall {

	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
max-height:100%;
}


.TopLine {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c92025+0,c4161c+50,73262b+100 */
background: #c92025; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MjAyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M0MTYxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzI2MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c92025 0%, #c4161c 50%, #73262b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92025), color-stop(50%,#c4161c), color-stop(100%,#73262b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c92025 0%,#c4161c 50%,#73262b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c92025 0%,#c4161c 50%,#73262b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c92025 0%,#c4161c 50%,#73262b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c92025 0%,#c4161c 50%,#73262b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92025', endColorstr='#73262b',GradientType=0 ); /* IE6-8 */
	
	height:10px;
}
#Logo {
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height: 120px;
	margin-top: -12%;
	margin-left: 70px;
	position: absolute;
	float:left;
}

.Facebook img {
	max-width: 100%;
	max-height: 100%;
	width:32px;
	height: 32px;
	margin-top: -45px;
	margin-left: 77%;
	position: absolute;
	float:right;
}
.Twitter img {
	max-width: 100%;
	max-height: 100%;
	width:32px;
	height: 32px;
	margin-top: -45px;
	margin-left: 80%;
	position: absolute;
	float:right;
}
#HeaderKontakt {
	max-width: 100%;
	width:450px;
	height: auto;
	margin-top: -15%;
	margin-left: 350px;
	position: absolute;
	float:right;
}
#HeaderKontakt .ContactImg {
	margin-right: 10px;
	margin-left: 15px;
	width:17px;
	height: auto;
		max-width: 100%;
	max-height: 100%;
}
@media only screen and (min-width: 900px) {
	.HeaderSmall {
	display: none;
}
}
@media only screen and (max-width: 1020px) {
#Logo {
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height: 17%;
	margin-top: -14%;
	margin-left: 70px;
	position: absolute;
	float:left;
}
#HeaderKontakt {
display:none;	
}
.Twitter img {
	display:none;	
}
.Facebook img {
	display:none;	
}
}
@media only screen and (max-width: 900px) {
.HeaderSmall {
	display: block;
}
#Logo {
display:none;	
}
#HeaderBackground {
display:none;	
}

}
@media only screen and (max-width: 1200px) {
.Facebook img {
	max-width: 100%;
	max-height: 100%;
	width:32px;
	height: 32px;
	margin-top: -45px;
	margin-left: 76%;
	position: absolute;
	float:right;
}
.Twitter img {
	max-width: 100%;
	max-height: 100%;
	width:32px;
	height: 32px;
	margin-top: -45px;
	margin-left: 80%;
	position: absolute;
	float:right;
}

}