@charset "utf-8";
/* CSS Document */

.BaseTable {
	width: 100%;
	padding: 0px;
	text-align:centre;
}

.BaseTable td {
	text-align:centre;
}
.ImpressumTableLeft {
	
	width: 5%;
	
}
.ImpressumTableCentre {
	
	width: 55%;
	
}
.ImpressumTableRight {
	
	width: 40%;
	
}
.ContactTable {
	width: 100%;
	padding: 2px;
}

.ContactTableLeft {
	width:20%;
	text-align:right;
}
.ContactTableRight {
	width: 79%;
	text-align:left;
}


