body {
	text-align: center;
	color: black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	}

a:link { color: #000000; text-decoration: none }
a:visited {	color: #000000;	text-decoration: none }
a:hover { color: #F56F35; text-decoration: none	}
a:active { color: #F56F35; text-decoration: none }

a.active:link {	color: #F56F35;	text-decoration: none }
a.active:visited { color: #F56F35; text-decoration: none }
a.active:hover { color: #F56F35; text-decoration: none }
a.active:active { color: #F56F35; text-decoration: none }

a.link:hover { color: #F56F35; text-decoration: underline }
a.link:active { color: #F56F35; text-decoration: underline }

table {
	text-align: center;
	margin-left: auto;
    	margin-right: auto;
	}

table.page {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	width: 900px;
	height: 500px;
	}

table.left {
	text-align: left;
	}

tr.top {
	height: 100px;
	vertical-align: top;
	}

tr.main {
	height: 380px;
	}

td.index {
	width:	50px;
	}

td.top {
	vertical-align: top;
	}

td.right {
	text-align: right;
	}

td.main {
	vertical-align: top;
	}

td.main-left {
	width: 100px;
	vertical-align: top;
	padding-left: 23px;
	padding-top: 10px;
	text-align: left;
	}

td.main-right {
	width: 800px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 52px;
	padding-right: 28px;
	text-align: justify;
	}

p.center { text-align: center }

p.small {
	margin-top: 2px;
	font-size: xx-small;
}
p.small-right {
	margin-top: 4px;
	font-size: small;
	text-align: right;
}

p.ueber-uns { font-size: 13px }
