@import "General.css";
@import "Default.css";

table.Kontakt {
	position: relative;
	top: 10px;
	text-align: center;
	border-collapse:collapse;
	border: 1px solid #BBBBBB;
	
	width: 700px;
}

table.Kontakt td {
	border: 1px solid #BBBBBB;
}

tr.Title td {
	background:	#cc0000;
	font-weight:	bold;
	font-size:	15pt;
	height:	75px;
}

tr.Main {
	background:	#777777;
	font-size:	11pt;
	font-weight:	bold;
	height:		40px;
}

tr.MainSeparator {
	background:	#cc5555;
	font-size:	11pt;
	font-weight:	bold;
	height:		40px;
}

tr.Gray {
	background:	#999999;
	font-size:	11pt;
	text-align:	left;
	height:		30px;
}

tr.Sub {
	background:	#999999;
	font-size:	11pt;
}


