body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	
	background-image: url(hintergrund.jpg);

	background-attachment: fixed;
	background-repeat: repeat-x;
}
a {
	color: Navy;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: Navy;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: Navy;
	text-decoration: none;
		font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #B8860B;
	font-size: 12px;
	text-decoration: none;
}

table#central {
	background-color: White;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #daa520;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color:#daa520;
	margin-left: 50px;
}

table#titel {
	  margin-left: 50px;
	  border-style: solid;
	border-width: thin;
	border-color: #daa520;
}
table#bottom {
	  margin-left: 50px;
}
table#oeffnung {
	  border: thin; border-style: solid; border-color: gray;
	  font-size: 10px;
}

td.titel {
  padding-right: 10px;
  background-color: White;

}
td.text {
padding-left: 0px;
	padding-right: 10px;

}
td.text2 {
padding-left: 20px;
	padding-right: 10px;

}
table#navi {
   width: 160px;
}

td.navi {
	
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: #e9cd83;
	border-right-color: #e9cd83;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
}
td.bild {
	background-color: #434262;
		border-right-color: #CC981E;
	border-right-style: solid;
	border-right-width: thin;
}

td.bild2 {
	background-color: #262F34;
		border-right-color: #CC981E;
	border-right-style: solid;
	border-right-width: thin;
}
td.bild3 {
	background-color: #f8f8ff;
	border-right-color: #CC981E;
	border-right-style: solid;
	border-right-width: thin;
}
td.bild4 {
	background-color: #d3be93;
	border-right-color: #CC981E;
	border-right-style: solid;
	border-right-width: thin;
	font-size: 10px;
}

div.bilder {
	 border: thin; border-style: solid; border-color: #e5c065;
}


.navi
a:link {
	background-image: url(navigation-09.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	display: block;
	height: 18px;
	padding-left: 10px;
}

.navi
a:visited {
	background-image: url(navigation-09.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	display: block;
	height: 18px;
	padding-left: 10px;
}

.navi
a:hover {
	color: red;
	background-image: url(navigation-09b.gif);
	font-size: 11px;
	text-decoration: none;
	display: block;
		height: 18px;
	padding-left: 10px;
}

