@charset "utf-8";
@import url("style_startseite_struktur_sommer.css");

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	font-size: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

#container {
	width: 930px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:100%;
}
#sprachen   {
	padding-top: 502px;
	margin-left: 560px;
	width: 250px;

}
#logoleiste {
	padding-top: 220px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 600px;

}
#foot_navigation {
	padding-top: 47px;
	margin: 0px;
	height: 30px;
	text-align: center;

}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}