BODY{
	margin: 0px;
	background-color: #08088A;
}

/*Ausrichtung der div-Elemente*/
#head{
  overflow: visible;
  min-width: 700px;
}

#inhalt
{
	height: 560px;
	margin-top: -560;
	margin-left: 201px;
	position: relative;
	overflow: auto;
}
/*wird nur bei der Starseite Angezeigt*/
.inhalt_startseite { background-color: black; }
.inhalt_allgemein  { background-color: #E6E6E6; }

/*Menue*/
#menue{
	width: 200px;
	height: 560px;
	position: relative;
}

/*Fuss-Zeile*/
#foot{
	overflow: visible;
	height: 92px;
	position: relative;
}

/* andere Formatierung */
.head_image{
	height: 100px;
	text-align: right;
	margin-top: -100px;
}

.head_text {
	margin-left: 200px;
	margin-top: 40px;
	margin-right: 130px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
/*verschidene Teile der Überschrift */
/*im Seitekopf*/
.head_text_1{ font-size: 25px;}
.head_text_2{ font-size: 30px;}

#inhalt_text {
	top: 5px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	position: absolute;
}
/*wir vom IE Ignoriert*/
/*abstand zum oberen Rand*/
/*15px unterschied müssen es sein*/
html>body #inhalt_text { top: 0px; }

p{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

img{
	vertical-align: middle;
	margin-right: 15px;
}
/*Formatierungen MBC-Logo*/
.imge_mbc-logo_klein { border: 3px solid black; }
.imge_mbc-logo_gross { border: 5px solid black; }
.techno_logo_klein { margin-left: 15px; }

.imge_startseite{
	margin-top: 20px;
	/* margin-left: 20%; */
	margin-left: 320px;
	text-align: center;
}
.text_feld_startseite {
	margin-top: 60px;
	width: 300px;
	position: absolute;
	border: 0px solid red;
	text-align: center;
	font-size: 50px;


}

.image_techno_platform { margin-left: 320px; }

.text_techno_platform{
	width: 300px;
	height: 450px;
	position: absolute;
}

.kontakt { list-style: none; }
/* ausrichtung der Logos an der Unterseite*/
.foot_logo {
	margin-top: 5px;
	margin-left: 199px;
}
.foot_logo_bmbf{
	text-align: right;
	width: 599px;
}


