.header {
	height: 150px;
	background-color: #6699CC;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
}
#headerDiv {
	height: 150px;
	background-color: #6699CC;
	background-attachment: scroll;
	background-position: right top
	}
.content {
	width: 100%;
	vertical-align: top;
} 
.leftSide{
	width: 200px;
	height: 100%;
	vertical-align: top;
}
.centerGutter{
	width: auto;
	vertical-align: top;
	padding: 22px 10px 10px 10px;
}
.rightSide{
	width: 200px;
	vertical-align: top;
}

.footer_neu {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentTable, #contentTable{
	width: 100%;
	height:100%;
}

#sidebarZielgebiete{
	background-image: url(../images/bg_sidebar_zielgebiete.gif);
	background-repeat: repeat-y;
	height: auto;
	padding:3px;
}
#sidebarNews{
	background-image: url(../images/bg_sidebar_news.gif);
	background-repeat: repeat-y;
	height: 100%;
	padding: 5px;
	margin: 0px 1px 1px 1px;
}