/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.tabrahl {
	margin: 0px 0px 0px 5px;
 	border-left: 1px dashed rgb(0,0,0)
}

.Text {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	line-height: 25px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	border-bottom: 1px dashed rgb(0,0,0)
}

.TextContent {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	text-decoration: none ;
 	margin: 5px 10px 0px 15px
}

.tabrahlr {
	border-left: 1px dashed rgb(0,0,0);
 	border-right: 1px dashed rgb(0,0,0)
}