/* CSS Document */
/* OTZ_spezial.css */
/*     spezielle Style-classen fuer den Website-Contentmanager zur Verwendung  */
.otz-h1 { 
	background-color: #ffeeff; 
	color: #0033dd;
}


#otz-wstab {	/*  Tabellenstyle fuer die Workshopdaten  */
	height: auto;
	width: 880px;
	position: relative;
	vertical-align: top;
	border: 1px solid #00CC33;

}
#otz-wstab .td140 { width: 140px; }
#otz-wstab .td600 { width: 600px; }

.otz-wstab {
	height: auto;
	width: 880px;
	position: relative;
	display: block;
/*	vertical-align: top;  */
/*	vertical-align: botton;  */
/*	border: 1px solid #00CC33; */

}

.moduletable_otzrdm {
	width: 150px;
	height: auto;
	margin-top: 5px;
	display: block;
	position: relative;
	text-align: left;
	float: left;
/*	border: 1px solid #000099;  */
}

.td140 { width: 140px; }
.td600 { width: 600px; }
.td800 { width: 800px; }
.td860 { width: 860px; }
.td900 { width: 900px; }

.blog_otzws ul { width: 890px; }

.blog_otzws td {
	text-align: center;
	}
.blog_otzws li {
	display: inline;
	margin: 0 10px 0 0;
	}

.picre {
	display: block;
	float: right;
	margin: 5px;

}

.picli {
	display: block;
	float: left;
	margin: 5px;

}

