body
{
	color: black;
	background-color: #ff8f4d;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0; padding: 1em;
}

a
{
	color: #000000;
}
a:visited
{
	color: #000000;
}
a:hover
{
	color: #000000;
}
a:active
{
	color: #000000;
}

/* Text */

h2
{
	text-align:left;
}

/* Div - Struktur */

/* Zum Debuggen: */
div
{
	/*border:1px solid red;/**/
}

.banner
{
	padding: 0;
	margin:0;
}

.navi
{
	float:left;
	
	width:158px;
	margin:0;
	text-align:left;
	vertical-align:top;
}

.sidebar
{
	float:right;
	
	width:160px;
	margin: 0;
	text-align:left;
	vertical-align:top;
}

.inhalt
{
	margin:40px 180px;
	text-align:left;
	vertical-align:top;
}

.foot
{
	clear:both;
	
	text-align: center;
	background-color: #ffffff;
}
.fueller
{
	height:auto;
}

/* Tabellen - Listen (Neu) */

table.liste
{
	border-spacing:0;
	table-layout:auto;
	width:auto;
}

th.liste
{
	text-align:center;
	vertical-align:top;
	border-bottom:2px solid black;
	border-left: 1px solid black;
	padding-left:5px;
	padding-right:5px;
	_overflow:visible;
}
th.listl
{
	text-align:center;
	vertical-align:top;
	border-bottom:2px solid black;
	padding-left:5px;
	padding-right:5px;
	_overflow:visible;
}

td.liste
{
	vertical-align:top;
	border-left: 1px solid black;
	border-bottom:1px dotted black;
	padding-left:5px;
	padding-right:5px;
	_overflow:visible;
}
td.date
{
	text-align:right;
}
td.listl
{
	vertical-align:top;
	border-bottom:1px dotted black;
	padding-left:5px;
	padding-right:5px;
	_overflow:visible;
}

.probe td
{
	font-style:italic;
	color:grey;
}

/* Sonstiges */

div.liste
{}

img
{
	border:none;
}
img.logo
{
	padding-right:0.5em;
}

label
{
	text-align:right;
}

marquee
{
	font-size: 1.5em;
	margin: 0.1em;
	color: #7F0000;
}
