/*
Übersicht:

 - Elemente
 - header

Farben (Beispiel):

Blau : #123456
Schwarz: #000000 #333333

*/

/* Elemente allgemein */
html, body {
	font-family: Arial, sans-serif;
}

p {
	font-size: 20px;
	margin: 0 0 0 0;
	
}
b {
	margin: 0 0 20px 20px;
	font-size:16px;
}
li {
	margin: 0 0 5px 0;
	list-style: disc inside none;
	font-size:16px;
}
h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 52px;
	}
h3 {
	margin: 200px 0 20px 20px;
	font-size:28px;
	font-weight: bold;
}
h4 {
	margin: 550px 0 20px 350px;
	font-size:28px;
	font-weight: bold;
}
h5 {
	margin: 240px 0 20px 420px;
	font-size:28px;
	font-weight: bold;
}
a:focus,
a:hover,
a:active {
	text-decoration: none;
	background: #eee;
}
/* ENDE: Elemente allgemein */

/* ANFANG Container */
#container {
	
}
#header {
	background: url(images/Selbsthilfetag2.jpg) no-repeat -228px 141px;
	height: 1778px; /* 777 + 141 */
}
#content {
	padding: 0 100px 0 200px;
	width: 1200px;
}
#footer {
	background: #eeeeee;
	padding: 30px 30px 30px 30px;
	margin: 150px 0 0 0
}
/* ENDE Container */

/* ANFANG header */
.logo {
	position: absolute;
	top: 10px;
	left: 200px;
}
.AN {
	position: absolute;
	top: 65px;
	left: 1280px;
}
.AN_link {
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}
.AN__link:focus,
.AN__link:hover,
.AN__link:active {
	text-decoration: none;
}
.TW {
	position: absolute;
	top: 65px;
	left: 780px;
}
.TW__link {
	display: block;
	text-align: center;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}
.TW__link:focus,
.TW__link:hover,
.TW__link:active {
	text-decoration: none;
}
.grlink {
	position: absolute;
	top: 430px;
	left: 510px;
	font-size: 60px;
	font-weight: bold;
	white-space: nowrap;
}
.grlink__link {
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}
.grlink__link:focus,
.grlink__link:hover,
.grlink__link:active {
	background: none;
	text-decoration: underline;
}
.grlinkT {
	position: absolute;
	top: 670px;
	left: 780px;
	font-size: 130px;
	font-weight: bold;
}
.grlinkT__link {
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}
.grlinkT__link:focus,
.grlinkT__link:hover,
.grlinkT__link:active {
	background: none;
	text-decoration: underline;
}
/* ENDE header */

/* ANFANG Modul "text" */
.text {
	margin-top: 150px;
	line-height: 175%;
}
h2.text__headline {
	padding: 30px 0 30px 0;
	margin: 0 0 0 0;
	text-align:center;
}	
.Bildlinks {
	float:left;
	margin-right: 20px
}	
.Bildrechts {
	float: right;
	margin-left: 20px;
}
.BildganzeBreite {
	margin: 0 550px 0 -250px;
}
/* ENDE Modul "text" */


/* ANFANG footer */
p.footer__links {
	text-align: center;
}
a.footer__links__link {
	color: #778899;
	
}
/* ENDE footer */
