html {
  height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
  background-color: #d0d3ac;
	text-align:center;
}

body.inhalt {
  background-color: #ede1d7;
}

div#abstand {
  height: 50%;
	margin-bottom: -307px;
}

div#top {
  margin: auto;
  width: 1020px;
	border: 5px solid white;
	height: 170px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
}

div#bottom {
  margin: auto;
  width: 1020px;
	border: 5px solid white;
	height: 280px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
	margin-top: -5px;
}

div#sprachen {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  margin: auto;
  width: 1020px;
	height: 180px;
	border: 5px solid white;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-top: -5px;
	text-align: left;
	background-color: white;
}

div#menue1 {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  width: 750px;
	height: 160px;
	float: left;
	background-color: #ccd77f;
	padding-top: 5px;
}

div#bild1 {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  width: 260px;
	height: 160px;
	float: left;
	background-color: #d8e2c9;
	text-align: center;
}

div#logo {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  width: 750px;
	height: 270px;
	float: left;
	background-color: #d1d3ae;
	text-align: center;
}

div#bild2 {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  width: 260px;
	height: 270px;
	float: left;
	background-color: #d8e2c9;
	text-align: center;
}

a.sprache {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  width: 92px;
	height: 92px;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	background-color: #b3be9c;
	text-align: center;
	padding-top: 8px;
	margin-top: 10px;
	margin-left: 8px;
	float: left;
	text-decoration: none;
}

a.sprache2 {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  width: 92px;
	height: 92px;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	background-color: #b3be9c;
	text-align: center;
	padding-top: 25px;
	margin-top: 10px;
	margin-left: 8px;
	float: left;
	text-decoration: none;
}

a.sprache3 {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  width: 92px;
	height: 92px;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	background-color: #b3be9c;
	text-align: center;
	padding-top: 28px;
	margin-top: 10px;
	margin-left: 8px;
	float: left;
	text-decoration: none;
}

div#willkommen {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
  font-family: Arial;
	font-weight: normal;
	font-size: 30pt;
	margin-left: 8px;
	margin-top: 70px;
	letter-spacing: 2px;
	color: #efe4dc;
}
