/* default styles for extension "tx_thmailformplus_pi1" */
  .tx-thmailformplus-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
/* default styles for extension "tsmpplan" */

/* #############################################################################
/* ##########################  START  ##########################################
** ###            TYPO3 Turbenstich Probeplan                                ###
/* #############################################################################
/* #############################################################################
*/
.tx-tsmpplan-pi1-probe {background: #f1f1f1;}
.tx-tsmpplan-pi1-probe h2 {background: #73d615;}

/*##############################################################################
** Probe & Event Informationen
*/	
.tx-tsmpplan-pi1-probe {background: #F1F1F1; color:#369; margin-top:1em;}
.tx-tsmpplan-pi1-probe table {border-collapse: collapse;margin: 1em;border-spacing: 10px;table-layout: auto;}
.tx-tsmpplan-pi1-probe table th {border: 1px solid #000;}
.tx-tsmpplan-pi1-probe table td {border: 1px solid #000;}
.tx-tsmpplan-pi1-probe table tr {}	
	
.tx-tsmpplan-pi1-probe table col.event {width: 20em;}
.tx-tsmpplan-pi1-probe table col.bemerkung {width: 200em;}

.tx-tsmpplan-pi1-probe .event {text-align: left;}
.tx-tsmpplan-pi1-probe .bemerkung {text-align: left;}
	
.tx-tsmpplan-pi1-probe .probe-content-event {background: #73d615;color:#FFFFFF;text-align: left;}
.tx-tsmpplan-pi1-probe .probe-content-bemerkung {text-align: left;}
	
/*##############################################################################
** Termin Informationen
**
** Probe Information fŸr den Kopf 
*/	
	
.tx-tsmpplan-pi1-probek {background: #F1F1F1; color:#369; margin-top:1em;}
.tx-tsmpplan-pi1-probek table {border-collapse: collapse;margin: 1em;border-spacing: 10px;table-layout: auto;}
.tx-tsmpplan-pi1-probek table th {border: 1px solid #000;}
.tx-tsmpplan-pi1-probek table td {border: 1px solid #000;}
.tx-tsmpplan-pi1-probek table tr {}	
	
.tx-tsmpplan-pi1-probek table col.listevent {width: 220em;}
	
.tx-tsmpplan-pi1-probek .listevent {text-align: left;}
	
.tx-tsmpplan-pi1-probek .probe-content-listevent {background: #73d615;color:#FFFFFF;text-align: left;}
	
/*##############################################################################
** Termin Informationen Tabellenform auflisten
*/	
	
.tx-tsmpplan-pi1-list {background: #F1F1F1; color:#369; margin-top:1em;}
.tx-tsmpplan-pi1-list table {border-collapse: collapse;margin: 1em;border-spacing: 10px;table-layout: auto;}
.tx-tsmpplan-pi1-list table th {border: 1px solid #000;}
.tx-tsmpplan-pi1-list table td {border: 1px solid #000;}
.tx-tsmpplan-pi1-list table tr {}

.tx-tsmpplan-pi1-list table col.datum {width: 8em;}
.tx-tsmpplan-pi1-list table col.zeitvon {width: 6em;}
.tx-tsmpplan-pi1-list table col.zeitbis {width: 6em;}
.tx-tsmpplan-pi1-list table col.probeort {width: 15em;}
.tx-tsmpplan-pi1-list table col.bemerkungen {width: 25em;}
.tx-tsmpplan-pi1-list table col.image {width: 4em;}
	
.tx-tsmpplan-pi1-list .zeitvon {text-align: center;}
.tx-tsmpplan-pi1-list .zeitbis {text-align: center;}
.tx-tsmpplan-pi1-list .probeort {text-align: center;}
.tx-tsmpplan-pi1-list .datum {text-align: center;}
.tx-tsmpplan-pi1-list .bemerkungen {text-align: center;}
.tx-tsmpplan-pi1-list image {text-align: center;}
	
.tx-tsmpplan-pi1-list .list-content-datum {background: #73d615;color:#FFFFFF;text-align: center;}
.tx-tsmpplan-pi1-list .list-content-zeitvon {text-align: center;}
.tx-tsmpplan-pi1-list .list-content-zeitbis {text-align: center;}
.tx-tsmpplan-pi1-list .list-content-probeort {text-align: center;}
.tx-tsmpplan-pi1-list .list-content-bemerkung {text-align: center;}
.tx-tsmpplan-pi1-list .list-content-image {text-align: center;}
	
.tx-tsmpplan-pi1-list h2 {background: #73d615; color:#FFFFFF; font-size:1.5em; margin-top:1em;}
.tx-tsmpplan-pi1-list-row {clear: both;margin-left:0.5em;margin-bottom:1em}
.tx-tsmpplan-pi1-list-content {}

.tx-tsmpplan-pi1-list-row li {color: #000000;margin-left:0.5em;margin-bottom:1em}
.tx-tsmpplan-pi1-list-row li a {color: #369;}

/*##############################################################################
** Termin Informationen fŸr den Kopf
*/		
.tx-tsmpplan-pi1-detail {background: #F1F1F1; color:#369; margin-top:1em;}
.tx-tsmpplan-pi1-detail table {border-collapse: collapse;margin: 1em;border-spacing: 10px;table-layout: auto;}
.tx-tsmpplan-pi1-detail table th {border: 1px solid #000;}
.tx-tsmpplan-pi1-detail table td {border: 1px solid #000;}
.tx-tsmpplan-pi1-detail table tr {}

.tx-tsmpplan-pi1-detail table col.sdatum {width: 8em;}
.tx-tsmpplan-pi1-detail table col.szeitvon {width: 6em;}
.tx-tsmpplan-pi1-detail table col.szeitbis {width: 6em;}
.tx-tsmpplan-pi1-detail table col.sprobeort {width: 15em;}

.tx-tsmpplan-pi1-detail .sdatum {text-align: left;}
.tx-tsmpplan-pi1-detail .szeitvon {text-align: center;}
.tx-tsmpplan-pi1-detail .szeitbis {text-align: center;}
.tx-tsmpplan-pi1-detail .sprobeort {text-align: left;}


.tx-tsmpplan-pi1-detail .detail-content-sdatum {background: #73d615;color:#FFFFFF;text-align: left;}
.tx-tsmpplan-pi1-detail .detail-content-szeitvon {text-align: center;}
.tx-tsmpplan-pi1-detail .detail-content-szeitbis {text-align: center;}
.tx-tsmpplan-pi1-detail .detail-content-sprobeort {text-align: left;}
	
/*##############################################################################
** gewŠhlte Status Informationen auflisten
*/			
.tx-tsmpplan-pi1-detail {background: #f1f1f1;}
.tx-tsmpplan-pi1-detail h2 {background: #73d615;}
.tx-tsmpplan-pi1-detailk-content-datum {width:100px;float:left;}
.tx-tsmpplan-pi1-detailk-content-zeitvon {width:50px;float:left;}
.tx-tsmpplan-pi1-detailk-content-zeitbis {width:50px;float:left;}
.tx-tsmpplan-pi1-detailk-content-probeort {width:200px;}
	
/*##############################################################################
** Angemeldeter Player kann sein Status wŠhlen und speichern
*/	
.tx-tsmpplan-pi1-detail-content-name {width:250px;float:left;}
.tx-tsmpplan-pi1-detail-content-status {}
/*##############################################################################
** Termin Informationen Tabellenform auflisten
*/	
	
.tx-tsmpplan-pi1-plist {background: #F1F1F1; color:#369; margin-top:1em;}
.tx-tsmpplan-pi1-plist table {border-collapse: collapse;margin: 1em;border-spacing: 10px;table-layout: auto;}
.tx-tsmpplan-pi1-plist table th {border: 1px solid #000;}
.tx-tsmpplan-pi1-plist table td {border: 1px solid #000;}
.tx-tsmpplan-pi1-plist table tr {}

.tx-tsmpplan-pi1-plist table col.pdatum {width: 8em;}
.tx-tsmpplan-pi1-plist table col.pzeitvon {width: 6em;}
.tx-tsmpplan-pi1-plist table col.pzeitbis {width: 6em;}
.tx-tsmpplan-pi1-plist table col.pprobeort {width: 25em;}
.tx-tsmpplan-pi1-plist table col.pdetail {width: 8em;}
.tx-tsmpplan-pi1-plist table col.pevent {width: 8em;}
	
.tx-tsmpplan-pi1-plist .pzeitvon {text-align: center;}
.tx-tsmpplan-pi1-plist .pzeitbis {text-align: center;}
.tx-tsmpplan-pi1-plist .pprobeort {text-align: center;}
.tx-tsmpplan-pi1-plist .pdatum {text-align: center;}
.tx-tsmpplan-pi1-plist .pdetail {text-align: center;}
.tx-tsmpplan-pi1-plist .pevent {text-align: center;}
	
.tx-tsmpplan-pi1-plist .plist-content-pdatum {background: #73d615;color:#FFFFFF;text-align: center;}
.tx-tsmpplan-pi1-plist .plist-content-pzeitvon {text-align: center;}
.tx-tsmpplan-pi1-plist .plist-content-pzeitbis {text-align: center;}
.tx-tsmpplan-pi1-plist .plist-content-pprobeort {text-align: center;}
.tx-tsmpplan-pi1-plist .plist-content-pdetail {text-align: center;}
.tx-tsmpplan-pi1-plist .plist-content-pevent {text-align: center;}
	
.tx-tsmpplan-pi1-plist h2 {background: #73d615; color:#FFFFFF; font-size:1.5em; margin-top:1em;}
.tx-tsmpplan-pi1-plist-row {clear: both;margin-left:0.5em;margin-bottom:1em}
.tx-tsmpplan-pi1-plist-content {}

.tx-tsmpplan-pi1-plist-row li {color: #000000;margin-left:0.5em;margin-bottom:1em}
.tx-tsmpplan-pi1-plist-row li a {color: #369;}
/*##############################################################################
** Probe Termin Informationen 
*/	
	
.tx-tsmpplan-pi1-pdlist {background: #F1F1F1; color:#369; margin-top:1em;}
.tx-tsmpplan-pi1-pdlist table {border-collapse: collapse;margin: 1em;border-spacing: 10px;table-layout: auto;}
.tx-tsmpplan-pi1-pdlist table th {border: 1px solid #000;}
.tx-tsmpplan-pi1-pdlist table td {border: 1px solid #000;}
.tx-tsmpplan-pi1-pdlist table tr {}

.tx-tsmpplan-pi1-pdlist table col.pddatum {width: 8em;}
.tx-tsmpplan-pi1-pdlist table col.pdzeitvon {width: 6em;}
.tx-tsmpplan-pi1-pdlist table col.pdzeitbis {width: 6em;}
.tx-tsmpplan-pi1-pdlist table col.pdprobeort {width: 15em;}
.tx-tsmpplan-pi1-pdlist table col.pdbemerkungen {width: 25em;}
	
.tx-tsmpplan-pi1-pdlist .pdzeitvon {text-align: center;}
.tx-tsmpplan-pi1-pdlist .pdzeitbis {text-align: center;}
.tx-tsmpplan-pi1-pdlist .pdprobeort {text-align: center;}
.tx-tsmpplan-pi1-pdlist .pddatum {text-align: center;}
.tx-tsmpplan-pi1-pdlist .pdbemerkungen {text-align: center;}
	
.tx-tsmpplan-pi1-pdlist .pdlist-content-pddatum {background: #73d615;color:#FFFFFF;text-align: center;}
.tx-tsmpplan-pi1-pdlist .pdlist-content-pdzeitvon {text-align: center;}
.tx-tsmpplan-pi1-pdlist .pdlist-content-pdzeitbis {text-align: center;}
.tx-tsmpplan-pi1-pdlist .pdlist-content-pdprobeort {text-align: center;}
.tx-tsmpplan-pi1-pdlist .pdlist-content-pdbemerkung {text-align: center;}
	
.tx-tsmpplan-pi1-pdlist h2 {background: #73d615; color:#FFFFFF; font-size:1.5em; margin-top:1em;}
.tx-tsmpplan-pi1-pdlist-row {clear: both;margin-left:0.5em;margin-bottom:1em}
.tx-tsmpplan-pi1-pdlist-content {}

.tx-tsmpplan-pi1-pdlist-row li {color: #000000;margin-left:0.5em;margin-bottom:1em}
.tx-tsmpplan-pi1-pdlist-row li a {color: #369;}

/* #############################################################################
/* #############################################################################
** ###            TYPO3 Turbenstich Probeplan                                ###
/* ##########################  ENDE   ##########################################
/* #############################################################################
