#wrapper {
	margin: 0 auto; /* Zentriert das Layout */
	background: rgb(60, 60, 60);
	width: 1000px; /* Definiert die maximale Gesamtbreite des Layouts */
	}
#header{
	background: linear-gradient(to bottom, #ffffff 30%, #e6e6e6 100%);
	height: 140px;
	float: left;
	width: 100%;
	margin-bottom: 35px;
	margin-left: 0px;
	}
#menu{
	background: #e6e6e6 /*rgb(180, 180, 180, 0.45)*/;
	height: 30px;
	float: right;
	width: 12%;
	/*margin-bottom: 0px;*/
	}
#nav{
	text-align: center;
	margin-bottom: 0px;
	}
#content1{
	background: rgb(106, 90, 205, 0.45);
	height: 200px;
	float: left;
	width: 90%;
	margin-bottom: 35px;
	}
#content2{
	background: rgb(106, 90, 205, 0.3);
	height: 200px;
	float: right;
	width: 90%;
	margin-bottom: 35px;
	}
#content3{
	background: rgb(106, 90, 205, 0.1);
	height: 200px;
	float: left;
	width: 90%;
	margin-bottom: 35px;
	}
#content4{
	background: #ffffff;
	height: 160px;
	float: left;
	width: 100%;
	margin-bottom: 35px;
	/*background-image: explore-rpi-4.jpg;*/
	}
#content_impr{
	background: #ffffff;
	height: 880px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}
#footer{
	background: linear-gradient(to top, #ffffff 84%, #8601af 100%);
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}

/* Text-Formatierungen */

#h1{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 22px;
	color: #000000;
	}
#logo{
	text-align: center;
	color: #cc0099;
	}
#content_footer{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #8601AF;
	text-decoration: none;
	}
#link_index{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 52px;
	/*font-weight: bold;*/
	color: #8601AF;
	text-decoration: none;
	}
#link_home_1{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 22px;
	/*font-weight: bold;*/
	color: #8601AF;
	text-decoration: underline;
	}
#link_mailto_1{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 22px;
	/*font-weight: bold;*/
	color: #8601AF;
	text-decoration: underline;
	}
#link_impressum{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 18px;
	color: #8601AF;
	text-decoration: none;
	}
#Titel_1{
	font-family: Verdana, sans-serif;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	}
#inhalt_1{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 20px;
	color: #000000;
	}
#inhalt_2{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 20px;
	color: #000000;
	}
#inhalt_3{
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 20px;
	color: #000000;
	}
#persAngaben{
	font-family: Verdana, sans-serif;
	text-align: left;
	font-size: 22px;
	color: #000000;
	}

