table
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border-collapse:collapse;	
}

#links table
{
	height:auto;
}

td
{
	padding:0;
	margin:0;
	vertical-align:top;
}

td#mitte
{
	border:1px solid #f00;
	width:700px;
}

td#bildoben
{
	height:100px;
}

td#nav, 
td#navrest
{
	background:#000 url(../images/navhg.png) 0 0 repeat-x;
	height:40px;
}


td#rechts
{
	padding:30px 10px 50px 10px;
	background-color:#f0f0f0;
	border-left:1px solid #ccc;
	width:200px;
	height:auto;
}

td#links
{
	padding:30px 50px 50px 50px;
	height:auto;
}

td#fusszeile
{
	height:64px;
	background:#999 url(../images/fusszeile.jpg) 0 bottom no-repeat;
}

