@charset "utf-8";
/* CSS Document */

/*
-------------------------
	Allgemein
-------------------------
*/

.content_inhalt {
	margin-left: 55px;
	width: 800px;
}

.ueberschrift {
	font-size: 24px;
	color: #37388e;
	text-align: center;
	padding-bottom: 30px;
	/*font-weight: bold;*/
}

/*
-------------------------
	Über den TVB
-------------------------
*/

table.tabelle_content {
	width: auto;
}

.tabelle_links {
	width: 270px;
	font-weight: bold;
	vertical-align: top; 
	padding: 10px 0px 10px 20px;
	/*border-bottom: 1px solid #e3e3e3;*/
}

.tabelle_rechts {
	vertical-align: top;
	padding: 10px 0px 10px 20px;
	/*border-bottom: 1px solid #e3e3e3;*/
}



