/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Workshop-Vorlage {
	font-size: medium;
 	line-height: 12pt;
 	text-align: left;
 	background-color: rgb(255,255,204);
 	margin-left: 2pt;
 	border-left-style: none;
 	border-top-style: none;
 
	margin-right: 2pt;
 	border-right-style: none;
 	border-bottom-style: none
}

UL {
	line-height: 12pt
}

A:visited {
	color: rgb(255,0,255)
}

.Vorschau-Tabelle {
	border: 1px solid rgb(255,204,0);
 	margin: 2px 2px 2px 5px;
 	padding: 2px
}

P {
	font-family: "Times New Roman",  Times,  Serif;
 	line-height: 12pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

LI {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	line-height: 11pt;
 	text-decoration: none ;
 	list-style-type: disc;
 	margin-top: 0pt;
 	margin-bottom: 0pt
}

.Tabelle {
	font-size: medium;
 	line-height: 12pt;
 	text-align: left;
 	background-color: rgb(255,255,204);
 	margin-left: 2pt;
 	border-left-style: none;
 	border-top-style: none;
 	margin-right: 2pt;
 
	border-right-style: none;
 	border-bottom-style: none
}