/*** global body ***/
body{
	background: none;
	color: black;
	text-align: center;
	margin: auto;
	}


table{
	table-layout: fixed;
	border-collapse: collapse;
	margin: auto;
	border-spacing: 0px;
	border-width: 0px;
	text-align: left;
	}


table td{
	border-collapse: collapse;
	padding: 0px;
	}

.divcenter{
	text-align: center;
	}


/*** copyright ***/
.OF-ende{
	width: 300px;
	font-size: 10px;
	font-family: tahoma,sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 40px auto 25px auto;
	}
.OF-ende A{
	color: rgb(141,122,73);
	text-decoration: none;
	background: none;
	cursor: pointer;
	}

.OF-ende A:hover{
	text-decoration: underline;
	}