BODY {
	background-color: #313332;
	margin: 0px;
	padding: 0px;
}

TABLE {
	border-width: 0px;
}

TD {
	text-align: center;
	vertical-align: middle;
}

IMG {
	border-width: 0px;
}

A {
	color: black;
}

TABLE.page {
	width: 520px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

.page TD.menu {
	width: 20px;
	height: 500px;
	text-align: left;
}

TABLE.header {
	height: 56px;
	width: 480px;
	margin: 10px;
}

TABLE.header TD.squares {
	width: 170px;
	text-align: left;
	padding-left: 6px;
}

TABLE.header TD.title {
	text-align: right;
	padding-right: 16px;
}

TABLE.footer {
	height: 124px;
	margin-left: auto;
	margin-right: auto;
}


TABLE.data {
	width: 500px;
	height: 300px;
}

TABLE.data TD.content {
	vertical-align: bottom;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TABLE.data TD.side {
	width: 124px;
	height: 300px;
}

TABLE.redTABLE, TABLE.leistungen {
	border-width: 26px;
	border-style: solid;
	border-color: #A50200;
	width: 252px;
	height: 252px;
	margin-left: auto;
	margin-right: auto;
}

TABLE.redTABLE TD, TABLE.leistungen TD {
	padding: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TABLE.redTABLE TD.sideBar {
	width: 65px;
	background-color: #A50200;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	color: white;
	font-weight: bold;
}

TABLE.redTABLE TD.sideBar TD {
	text-align: left;
	color: white;
	font-weight: bold;
	padding: 0px;
}

TABLE.leistungen {
	border-right-width: 16px;
	border-bottom-width: 16px;
}

TABLE.leistungen TD {
	border-color: #A50200;
	border-style: solid;
	border-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.centered TD {
	padding: 0px !important;
}

.rightened {
	margin-left: auto;
	margin-right: 0;
}


