﻿html {
	height: 100%;
	width: 100%;
	display: table;
}

body {
	background-color: black;
	font: small Arial, Helvetica, Sans-Serif;
	text-align: justify;
	color: white;
	margin: 0;
/* Für vertikale Zentrierung notwendig */
	display: table-cell;
	vertical-align: middle;
}

table {
/* Für horizontale Zentrierung notwendig */
	margin: 0 auto;
}

td {
	width: 320px;
	height: 144px;
	padding: 10px;
	border: 0 none;
	margin: 0;
}
td div {
	width: 250px;
}

a {
	color: #009933;
	text-decoration: none;
}
a img {
	border: 0 none;
}
p {
	margin: 0;
	padding: 0 6px 0 4px;
}

#A1 {
	vertical-align: bottom;
}
#A1 div {
	float: right;
}
#B1 {
	background-color: #009933;
}
#A2 {
	background-color: red;
}
#B2 {
	vertical-align: top;
}

.linksrechts {
	text-align: center;
	display: block;
}

.linksrechts * {
	float: right;
}
.linksrechts *:first-child {
	float: left;
}