@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:600,300,400);
@import url(http://fonts.googleapis.com/css?family=Average);
#all {
	width: 100%;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: normal;
	font-size: 14pt;
}
#img {
	width: 100%;
	max-width: 200%;
	flaot: none;
}
.img_left {
	
	padding-top: 15px;
	width: 100%;
	height: auto;
}/* Schriften */ 
h1 {
	font-family: 'Average', serif;
	font-size: 30pt;
	font-weight: 400;
}

h2 {
	font-family: 'Average', serif;
	font-size: 24pt;
	font-weight: 400;
	padding-top: 3.0em;
}
h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 100%;
}
/* Allg */  

#logo {
	float: none;
	width: 100%;
	padding-top: 0.1em;
	font-size: 36px;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#slogan {
	float: none;
	width: 100%;
	display: none;
}
#slogan_mob {
	float: none;
	width: 100%;
	display: block;
}
#content_R {
	float: none;
	width: 90%;
	margin: 0;
	padding-bottom: 5em;
}
#fussbereich {
	font-size: 12px;
	height: 5em;
	line-height: 2em;
}
#foot_L {
	width: 100%;
	float: none;
}
#foot_R {
	width: 80%;
	float: none;
	text-align: left;
	margin-left: 55px;
}
