*
{
	padding: 0;
	margin: 0;
}


a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a, #navi
{
 color: #FFF;
}


#page {
	background-color:#FFFFFF;
	height:534px;
	left:50%;
	margin-left:-400px;
	margin-top:-267px;
	position:absolute;
	top:50%;
	width:800px;
	
	font: 10pt arial, verdana, helvetica;
	
	color: #787878;
	
	background: #FFF url('bg.jpg');
}

#content
{
	position: absolute;
	top: 200px;
	left: 63px;
}

#content span
{
 color: #C4201E;
}

#content h1
{
 font-size: 18pt/20pt;
}

#navi
{
	font-size: 8pt;

	position: absolute;
	bottom: 40px;
	left: 63px;
}


#liste table
{
	float:left;
}

.links
{
  	margin-right: 40px;
}

#home h1
{
	margin-bottom: 20px;
}

#liste h1
{
	font-size: 12pt;
	margin-bottom: 10px;
}


#box
{
	background: #FFF url('tabelle.gif') top left repeat-y;
	overflow: scroll;
 	overflow-x:hidden;
	width: 650px;
	height: 170px;
}

td
{
	height: 25px;
}

.td1
{
width: 15px;
}

.td2
{
 width: 180px;
}

.td3
{
	width: 80px;
}