body {  font-family:'Franklin Gothic Book',sans-serif;
	font-size:16px;
	background-image:url(../bilder/hintergrund.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top left;
	color:#000000;
}

table {
	vertical-align:top;
	table-layout:fixed;
	border-spacing:0px;
	border-width:3px;
	border-style:solid;
	border-color:#b0761f;
	//border-collapse:collapse
}

td {
	vertical-align:top; 
}

a {
	color:#000000;
	text-decoration:none;
}

a:link { color:#000000; text-decoration:none; }
a:focus { color:red; text-decoration:none; }
a:hover { color:green; text-decoration:none; }
a:active { color:lime; text-decoration:none; }


.navi, .head1 {
	margin-top:0px; 
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

.navi {
	font-size:20px;
	text-align:center;
	vertical-align:middle;
}

.head1 {
	font-size:24px;
	text-align:center;
	vertical-align:middle;
}
