/* Workshop Style-Sheet */


/* Überblick */

a.regeln {
	display: block;
	margin: 15px;
	text-align: center;
	color: #BB0000;
	}

table.workshops {
	border-spacing: 0;
	empty-cells: show;
	}

table.workshops th {
	padding: 5px;
	background: #FAF0D6;
	text-align: left;
	}

table.workshops tr.color1 {
	background: #FAF0D6;
	}

table.workshops td {
	vertical-align: baseline; 
	padding: 5px;
	}

p.pbs {
	font-size: smaller;
	text-align: center;
	color: #CC3333;
	}

p.pbs a {
	text-decoration: underline;
	color: #CC3333;
	}


/* Workshops */

h1.workshoptitel { 
	text-align: left; 
	}

div.termine {
	color: #cc3333;
	}

div.termine ul { 
	margin: 0;
	margin-left: 3.5em;
	position: relative; 
	top: -1.25em;
	}

div.sonstiges { 
	color: green; 
	}

em {
	font-style: normal; 
	font-weight: bold;
	width: 4em;
	}


/* Uhrzeit */

span.unsichtbar {
	display: none;
	}

sup {
	text-decoration: underline;
	font-size: x-small;
	}

