/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.text1 {
	text-align: left;
 	background-color: transparent;
 	margin: 2px 5px;
 	padding: 10px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.text2 {
	text-align: left;
 	background-color: transparent;
 	margin: 2px 10px 10px 10px;
 	padding: 20px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.text3 {
	text-align: left;
 	margin: 0px 30px 0px 0px;
 	padding: 0px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.unterstrich_link {
	background-image: url( "../assets/images/tabelle_unterstrich.gif" );
 	background-repeat: no-repeat;
 	background-attachment: scroll;
 	background-position: bottom;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	padding-bottom: 5px;
 	border-bottom-style: none
}

.tabelle_strich {
	margin: 0px;
 	padding: 0px;
 	border-bottom: 1px solid rgb(163,157,157)
}