body {
	margin:0 auto 0 auto;
	background-color: #fff;
	width: 950px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}



a { font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff; text-decoration: underline;}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff; text-decoration: underline;}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #C2CDDE; text-decoration: underline;}
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; color: #C2CDDE; text-decoration: underline;}

td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-align: justify;
	line-height: 1.6;
	
}
.txt {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	
}

.txtbold {
	font-weight: bold;
}

.headline {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	
}

.txtklein {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
}

.navi {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
}

.navi a {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

.navi a:visited {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

.navi a:hover {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	color: #C2CDDE;
}

.navi a:active {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	color: #C2CDDE;
}

.naviaktiv {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	color: #C2CDDE;
}

#wrapper {
	width: 950px;
	height: 100%;
	background-color:#4d7aa6;
}

#oben {
	height: 212px;
	width: 950px;
}

#inhalt {
	width: 950px;
	min-height:300px;
	background-color:#4d7aa6;
}

#navigation {
	position: absolute;
	left: 50%;
	top: 236px;
	width: 216px;
	margin-left: -414px;
	
}

#mitte {
	margin-left: 277px;
	width: 622px;
}

#unten {
	display: contents;
	position: fixed;
	bottom: 0px;
}

.bild-schatten {
	-webkit-box-shadow: 0px 3px 5px #ccc; -moz-box-shadow:0px 3px 5px #ccc; box-shadow:0px 3px 5px #ccc;
}


.all-browsers {
  margin: 0;
  padding: 5px;
  background-color: lightgray;
}

.all-browsers > h1, .browser {
  margin: 10px;
  padding: 5px;
}

.browser {
  background: white;
}

.browser > h2, p {
  margin: 4px;
  font-size: 90%;
}


main {
  flex: 1;
}
			