#main_content {
	background: url(images/tarife_bg.png) repeat-y;
}

/* ++++++++++++++++++ Zebra Tabelle  ++++++++++++++++++++++++ */

tr.alt {
	background-color: #ecebf8;
}

tr.over {
	background-color: #f6f6f6;
}

th {
	color: #000000;
	background-color: #ecebf8;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	border-right: 1px solid #cccccc;
}

td {
	border-bottom: 1px solid #cccccc;
}

thead.contenttable {
	font-weight: bold;
}

table {
	width: 909px;
	font-size: 9px;
}

#main_content_body p {
	color: #262626;
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;	
	margin-bottom: 3px;
}