@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);


html {
	font-family: Source Sans Pro, sans-serif;
	color: #5e676e;
	font-weight: 500;

	width: 62em;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;

	background: #5e676e;
}

body {
	width: 62em;
	max-width: 100%;
	position: absolute;
	background: #ffffff;
	margin: 0;
	padding: 0;
	border: none;
}


#language {
	font-size: 85%;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	background: #5e676e;
	list-style-type: none;
	line-height: 2.23;
}

#language li {
	display: inline-block;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2em;
	padding-right: 2em;
	border: none;
	border-right: .17em solid #5e676e;
	list-style-type: none;
	background: #ffffff;
}

#address {
	width: 100%;
	line-height: 2.5;

	margin: 0;
	margin-top: 3.4em;
	margin-bottom: 1.43em;
	padding: 0;

	border-top: .08em solid #5e676e;
	border-bottom: .08em solid #5e676e;

	word-spacing: 0;
}

#address p {
	font-size: 94%;
	margin: 0;
	padding: 0;
	padding-left: 1.43em;
	padding-right: 1.43em;
	text-align: justify;
	margin-bottom: -2.5em;	/* compensate for p:after */
}

#address span {
	display: inline-block;
	background: white;
}

#address p:after {
	display: inline-block;
	content: "";
	width: 100%;
}


#head {
	background-image: url(../img/Headbild_01.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
	margin: 0;
	width: 60.6em;
	max-width: 100%;
}

#head img {
	height: 11.5em;
	width: auto;
	margin: 0;
	padding: 0;
	padding-left: 2.86em;
	padding-top: 1.766em;
	padding-bottom: 1.766em;
}


h1 {
	background: inherit;

	font-weight: inherit;
	font-size: 156%;
	letter-spacing: .38ex;
	text-transform: uppercase;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1.56em;
}

h2 {
	background: inherit;

	font-weight: bold;
	font-size: inherit;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1.56em;
}


#content {
	display: block;

	margin-top: 3.2em;
	padding: 0;
	margin-left: 33.5%;
}

#content p {/*, #content li {*/
	display: block;
	background: #ffffff;	/* without this Android Browser shrinks width! */

	line-height: 1.687;
	padding: 0;
	margin: 0;
	margin-right: 2.86em;
	margin-top: 0;
	margin-bottom: 1.687em;
	text-align: justify;
}

#content li {
	list-style-type: square;

	background: #ffffff;	/* without this Android Browser shrinks width! */

	line-height: 1.687;
	padding: 0;
	margin: 0;
	margin-right: 2.86em;
	text-align: justify;
}

#content .joined {
	margin-bottom: 0;
}



#news {
	margin: 0;
	padding: 1ex;
	padding-bottom: 1em;
	margin-left: 2.7em;
	position: absolute;
	top: 44.8em;
	left: 0;
	max-width: 14.12em;
	background: #a6b301;
	color: #ffffff;
	line-height: 1.687;
}

#news h1 {
	font-size: inherit;
	margin: 0;
	padding: 0;
	padding-bottom: .6ex;
}

#news dl, #news dt, #news dd {
	margin: 0;
	padding: 0;
}

#news dt {
	font-weight: bold;
}

#menu {
	margin: 0;
	padding: 0;
	margin-left: 2.86em;
	position: absolute;
	top: 31.7em;
	left: 0;
}

#menu ul, #menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	line-height: 2.86;
}

#language a:link,
#language a:visited,
#language a:hover,
#language a:active,
#language a:focus,
#address a:link,
#address a:visited,
#address a:hover,
#address a:active,
#address a:focus,
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active,
#menu a:focus,
#news a:link,
#news a:visited,
#news a:hover,
#news a:active,
#news a:focus {
	text-decoration: inherit;
	font-weight: inherit;
	color: inherit;
}

#language .current a:link,
#language .current a:visited,
#language .current a:hover,
#language .current a:active,
#language .current a:focus,
#menu .current a:link,
#menu .current a:visited,
#menu .current a:hover,
#menu .current a:active,
#menu .current a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #4a5156;
}


#foot {
	line-height: 1.687;
	margin: 0;
	margin-top: 3.2em;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1.43em;
	width: 100%;
	background: #a6b301;
	color: #ffffff;
}

#foot h1 {
	letter-spacing: inherit;
	text-transform: inherit;

	float: right;
	color: inherit;
	background: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	font-size: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	margin: 0;
	margin-left: 2.86em;
	margin-right: 2.86em;
	padding: 0;
}

#foot a:link,
#foot a:visited,
#foot a:hover,
#foot a:active,
#foot a:focus {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


#foot p {
	margin: 0;
	margin-left: 2.86em;
	margin-right: 2.86em;
	padding: 0;
	background: inherit;
}


