	html, body { 
		height: 100%;
		margin: 0;
		padding: 0;
	}

/*Formatierung der einzelnen Zellen*/
	#maintable {
		width: 1000px;
	}
	
	#celltop {
		height: 5px;
		background-color: #455799;
	}
	
	#cellbanner {
		height: 74px;
		width: 690px;
		background: url(images/layout/dkss.gif) no-repeat;
	}	
	
	#cellmainmenu {
		height: 20px;
		width: 690px;
		padding-left: 1px;
	}
	
	#cellright {
		width: 148px;
	}
	
	#celllogo {
		height: 141px;
		width: 690px;
		background: url(images/layout/logo.jpg) no-repeat;
	}
	
	#celllogoright {
		width: 302px;
		height: 133px;
		background: url(images/layout/bg.gif) repeat-x;
		vertical-align: bottom;
		padding-left: 8px;
		padding-bottom: 8px;
	}
	
	#cellrootline {
		height: 38px;
		padding-left: 135px;
		padding-top: 9px;
		background: url(images/layout/rootlineshadow.gif) repeat-x;
		vertical-align: top;
	}
	
	#cellrootlinetop {
		height: 20px;
		background: url(images/layout/rootlineshadow2.gif) repeat-x;
	}
	
	#cellleftmenu {
		width: 134px;
		vertical-align: top;
		padding-left: 10px;
	}
	
	#celllefttable {
		width: 123px;
		vertical-align: top;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	#contentcell {
		width: 508px;
		height: 400px;
		vertical-align: top;
	}
	
	#cellcontentright {
		width: 148px;
	}
	
	#contentcellspacer {
		width: 38px;
	}
	
	#cellnews {
		width: 162px;
		vertical-align: top;
		background: url(images/layout/newsbg.gif) repeat-y;
	}
	
	#cellnewstop {
		width: 162px;
		height: 38px;
		background: url(images/layout/newstop.gif) repeat-x;
	}
	
	#cellmenutop {
		width: 162px;
		height: 94px;
		background: url(images/layout/menutop.gif);
	}
	
	#cellbottom {
		padding-top: 20px;
		padding-bottom: 10px;
		padding-left: 10px;
	}