@charset "UTF-8";
/* CSS Document */

#body {
	position: relative;
	height: 100%;
	width: 100%;
}
#aussen {
	background-color: #333;
	height: 100%;
	width: 1000px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#kopfzeile {
	background-color: #CCC;
	position: absolute;
	height: 100px;
	width: 1000px;
	left: 0px;
	top: 0px;
}
#logo {
	background-color: #CCC;
	position: absolute;
	height: 95px;
	width: 350px;
	left: 0px;
	top: 0px;
}
#inhalt {
	background-color: #CCC;
	position: absolute;
	height: 100%;
	width: 1000px;
	left: 0px;
	top: 110px;
}

