body {
  background-color: white;
}

.navbar
{
	font-size: small;
	position: fixed;
	top: 165px;
/*	top: 0px;*/
	left: 0px;
	width: 200px;
	border: solid black 1px;
	margin-left: 5px;
	padding-left: 5px;
	background-color: #ffeeb4;
}

.body
{
	padding: 10px;
	position: absolute;
	top: 165px;
	left: 220px;
	right: 228px;
	border: solid black 1px;
}

.news
{
	position: absolute;
	top: 165px;
	right: 0px;
	width: 200px;
	border: solid black 1px;
	padding: 10px;
	background-color: #ffeeb4;
}

.left
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #a9a9a9;
	height:155px;
}

.bannerf
{
	position: absolute;
	top: 0px;
/*	width: 100%;*/
	right: 187px;
	left: 151px;
	height: 155px;
	background-color: #a9a9a9;
/* Width von topleft.jpg */ 
}

.right
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #a9a9a9;
	height: 155px;
}

