/* ############################################################# */
/* ##                                                         ## */
/* ##  CSS fuer DVD-Commad Darstellungen                      ## */
/* ##           in 3 nebeneinander gefoateten Tabellen        ## */
/* ##                                                         ## */
/* ##  fuer: DVD Studio Pro 4.2.1                             ## */
/* ##        myDVDEdit 0.9.9 (v40)                            ## */
/* ##        DVDAfterEdit 3.0.4 (Demo)                        ## */
/* ##                                                         ## */
/* ##  © 6.10. 2008 by Michael Schmidt                        ## */
/* ##                                                         ## */
/* ############################################################# */

.clear-floating-tables {
	clear: both;
}

.codeblock {
	float: left;
	/* border: 0px solid #000; */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	/* display: block; */
	width: 512px;
	/* width: 510px; */
	background-color: #EEE;
	margin: 0px 0px 0px 0px; /* oben rechts unten links */
	padding: 0px 0px 0px 0px; /* oben rechts unten links */
	overflow: auto;
	/* overflow: hidden; */
}

.codeblock-left {
	float: left;
	/* border: 0px solid #000; */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	/* display: block; */
	/* width: 512px; */
	/* width: 510px; */
	background-color: #EEE;
	margin: 0px 0px 0px 0px; /* oben rechts unten links */
	padding: 0px 0px 0px 0px; /* oben rechts unten links */
	/* overflow: auto; */
	overflow: hidden;
}

.codeblock-right {
	float: right;
	/* border: 0px solid #000; */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	/* display: block; */
	/* width: 512px; */
	/* width: 510px; */
	background-color: #EEE;
	margin: 0px 0px 0px 0px; /* oben rechts unten links */
	padding: 0px 0px 0px 0px; /* oben rechts unten links */
	/* overflow: auto; */
	overflow: hidden;
}

.codeblock-dae {
	float: left;
	border: 0px solid #FFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	/* display: block; */
	/* width: 512px; */
	/* width: 510px; */
	background-color: #EEE;
	margin: 0px 0px 0px 0px; /* oben rechts unten links */
	padding: 0px 0px 0px 0px; /* oben rechts unten links */
	overflow: auto;
	/* overflow: hidden; */
}

.scrollblock {
	float: left;
	width: 800px;
	display: inline;
	overflow: hidden;
	background-color: #848B97;
}

.block-table-one {
	float: left;
}

.block-table-two {
	float: left;
}

.block-table-three {
	float: left;
}


.hellblau {
	/* font-size: 1.5em; */
	/* width: 400px; */
	list-style-position: inside;
	/* display: block; */
	background-color: #9CF;
	padding: 2px 0px 4px 4px; /* oben rechts unten links */
	margin: 0px 0px 0px 0px; /* oben rechts unten links */
	/* border-left: 1px solid #000; */
	/* border-right: 1px solid #000; */
}

.dunkelblau {
	/* font-size: 1.5em; */
	/* width: 400px; */
	list-style-position: inside;
	/* display: block; */
	background-color: #69C;
	padding: 2px 0px 4px 4px; /* oben rechts unten links */
	margin: 0px 0px 0px 0px; /* oben rechts unten links */
	/* border-left: 1px solid #000; */
	/* border-right: 1px solid #000; */
}



/* =============================================================== */
/* TABELLEN */
/* =============================================================== */

.null-table {
	display: inline-table;
	table-layout: fixed;
	empty-cells: show;
	border-style: dotted;
	border-color: red;
	border-width: 0px;
	border-spacing: 0px;
	background-color: #FCC;
	border:0px solid #000;
	border-collapse: separate;
	border-collapse: collapse;
	margin: 4px 4px 4px 20px; /* oben rechts unten links */
}



/* #################################################################*/
/* ## START Liste als TABELLE                                    ## */
/* #################################################################*/

/* ################################################################## */
.table-dsp {
	display: inline-table;
	border-collapse: collapse;
	width: 510px;
	
	/* background-color: #B5BBC8; */
	
	/* border-color: yellow;
	border: 0px solid #848B97;
	border-bottom: 1px solid #848B97; */
	font-size: 11px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.table-left-dsp {
	float: left;
	margin-right: 8px;
	display: inline-table;
	border-collapse: collapse;
	/* width: 510px; */
	
	/* background-color: #B5BBC8; */
	
	/*border-color: yellow;
	border: 0px solid #848B97;
	border-bottom: 1px solid #848B97; */
	font-size: 11px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.table-right-dsp {
	float: right;
	margin-left: 8px;
	display: inline-table;
	border-collapse: collapse;
	/* width: 510px; */
	
	/* background-color: #B5BBC8; */
	
	/* border-color: yellow;
	border: 0px solid #848B97;
	border-bottom: 1px solid #848B97; */
	font-size: 11px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

/* Titelzeile-Code-Tabelle */
.tr-dsp {
	display: table-row;
	line-height: 17px;
	color: #000;
	background-color: #B5BBC8;
}

/* ungerade Zeilen Code-Tabelle */
.tr-ungerade-dsp {
	display: table-row;
	line-height: 17px;
	color: #000;
	background-color: #ACB2BF;
	
}

/* gerade Zeilen Code-Tabelle */
.tr-gerade-dsp {
	display: table-row;
	line-height: 17px;
	color: #000;
	background-color: #B5BBC8;
	
}

.tr-over-dsp {
	display: table-row;
	/* display: table-cell; */
	line-height: 17px;
	color: #000;
	background-color: #A4AAB5;
	background-color: #FCC;
	
}

/* Titel-Zeile Code-Tabelle */
.tr-titelzeile-dsp {
	display: table-row;
	line-height: 17px;
	background-color: #B5BBC8;
	color: #000;
	background: url("titlelZeile_DSP_mit_rand.gif") top left repeat-x;
}

.th-dsp {
	display: table-cell;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 17px;
	border-left: 1px solid #848B97;
	border-right: 1px solid #848B97;
	/* border-bottom: 1px solid #848B97; */
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
}

.th-spalte1-dsp {
	display: table-cell;
	width: 30px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	line-height: 17px;
	border-left: 1px solid #848B97;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
}

.td-spalte1-dsp {
	display: table-cell;
	width: 30px;
	border-left: 1px solid #848B97;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	/* color: #000; */
	text-align: right;
}


.td-dsp {
	display: table-cell;
	border-left: 1px solid #848B97;
	border-right: 1px solid #848B97;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	color: #000;
	text-align: left;
}


.table-dsp code
.table-left-dsp code,
.table-right-dsp code {
	font-size: 11px;
	font-style: normal;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.table-dsp dfn
.table-left-dsp dfn,
.table-right-dsp dfn {
	font-size: 11px;
	font-style: normal;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.fussnote-dsp {
	font-size: 9px;
	text-align: right;
	background-color: #FFF;
	border-top: 1px solid #848B97;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	
}

.scriptname-dsp {
	display: table-cell;
	font-size: 10px;
	line-height: 26px;
	color: #000;
	text-align: left;
	background-color: #FFF;
	border-left: 1px solid #848B97;
	border-right: 1px solid #848B97;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	background: url("name_zeile_dsp.gif") top left repeat-x;
}
/* ################################################################## */

/* ################################################################## */
.table-mde {
	display: inline-table;
	border-collapse: collapse;
	width: 510px;
	
	/* background-color: #B5BBC8; */
	
	/* border-color: yellow;
	border: 0px solid #848B97;
	border-bottom: 1px solid #848B97; */
	font-size: 11px;
	font-family: "Monaco", Courier New, Courier, monospace;
	line-height: 17px;
}

.table-left-mde {
	float: left;
	margin-right: 8px;
	display: inline-table;
	border-collapse: collapse;
	/* width: 510px; */
	
	/* background-color: #B5BBC8; */
	
	/*border-color: yellow;
	border: 0px solid #848B97;
	border-bottom: 1px solid #848B97; */
	font-size: 11px;
	font-family: "Monaco", Courier New, Courier, monospace;
	line-height: 17px;
}

.table-right-mde {
	float: right;
	margin-left: 8px;
	display: inline-table;
	border-collapse: collapse;
	/* width: 510px; */
	
	/* background-color: #B5BBC8; */
	
	/* border-color: yellow;
	border: 0px solid #848B97;
	border-bottom: 1px solid #848B97; */
	font-size: 11px;
	font-family: "Monaco", Courier New, Courier, monospace;
	line-height: 17px;
}

/* Titelzeile-Code-Tabelle */
.tr-mde {
	display: table-row;
	line-height: 17px;
	color: #000;
	background-color: #FFF;
}

/* ungerade Zeilen Code-Tabelle */
.tr-ungerade-mde {
	display: table-row;
	line-height: 17px;
	color: #000;
	background-color: #FFF;
	border-right: 1px solid #999;
}

/* gerade Zeilen Code-Tabelle */
.tr-gerade-mde {
	display: table-row;
	line-height: 17px;
	color: #000;
	background-color: #FFF;
	border-right: 1px solid #999;
}

.tr-over-mde {
	display: table-row;
	/* display: table-cell; */
	line-height: 17px;
	color: #000;
	background-color: #A4AAB5;
	background-color: #FCC;
	border-right: 1px solid #999;
}

/* Titel-Zeile Code-Tabelle */
.tr-titelzeile-mde {
	display: table-row;
	line-height: 17px;
	background-color: #B5BBC8;
	color: #000;
	/* background: url("titlelzeile_mydvdedit_mit_rand.gif") top left repeat-x; */
}

.th-mde {
	display: table-cell;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 17px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	/* border-bottom: 1px solid #848B97; */
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	background: url("titlelzeile_mydvdedit_mit_rand.gif") top left repeat-x;
}

.th-spalte1-mde {
	display: table-cell;
	width: 30px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	line-height: 17px;
	border-left: 1px solid #999;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	background: url("titlelzeile_mydvdedit_mit_rand.gif") top left repeat-x;
}

.td-spalte1-mde {
	display: table-cell;
	width: 30px;
	border-left: 1px solid #999;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	/* color: #000; */
	text-align: right;
}


.td-mde {
	display: table-cell;
	border-left: 1px solid #EEE;
	/* border-right: 1px solid #EEE; */
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	color: #000;
	text-align: left;
}


.table-mde code
.table-left-mde code,
.table-right-mde code {
	font-size: 11px;
	font-style: normal;
	font-family: "Monaco", Courier New, Courier, monospace;
	line-height: 17px;
}

.table-mde dfn
.table-left-mde dfn,
.table-right-mde dfn {
	font-size: 11px;
	font-style: normal;
	font-family: "Monaco", Courier New, Courier, monospace;
	line-height: 17px;
}

.fussnote-mde {
	font-size: 9px;
	text-align: right;
	background-color: #FFF;
	border-top: 1px solid #999;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
}

.scriptname-mde {
	display: table-cell;
	font-size: 11px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	/* font-weight: normal; */
	line-height: 17px;
	color: #000;
	text-align: left;
	background-color: #EEE;
	border-top: 1px solid #848B97;
	border-left: 1px solid #848B97;
	border-right: 1px solid #848B97;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	/* background: url("name_zeile_dsp.gif") top left repeat-x; */
}

.scriptart-mde {
	display: table-cell;
	font-size: 11px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	text-align: left;
	background-color: #DDD;
	border-top: 1px solid #848B97;
	border-left: 1px solid #848B97;
	border-right: 1px solid #848B97;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	/* background: url("name_art_mde.gif") top left repeat-x; */
}
/* ################################################################## */

/* ################################################################## */
.table-dae {
	display: inline-table;
	border-collapse: collapse;
	width: 510px;
	background-color: #EEE;
	/* border-color: yellow;
	border: 0px solid #FFF; */
	font-size: 10px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.table-left-dae {
	float: left;
	margin-right: 8px;
	display: inline-table;
	border-collapse: collapse;
	/* width: 510px; */
	background-color: #EEE;
	/* border-color: yellow;
	border: 0px solid #FFF; */
	font-size: 10px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.table-right-dae {
	float: right;
	margin-left: 8px;
	display: inline-table;
	border-collapse: collapse;
	/* width: 510px; */
	background-color: #EEE;
	/* border-color: yellow;
	border: 0px solid #FFF; */
	font-size: 10px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.tr-dae {
	display: table-row;
	line-height: 17px;
	background-color: #FFC;
	border-top: 1px solid #FFF;
	color: #000;
}

.tr-ungerade-dae {
	display: table-row;
	/* display: table-cell; */
	line-height: 17px;
	background-color: #EEE;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
}

.tr-gerade-dae {
	display: table-row;
	/* display: table-cell; */
	line-height: 17px;
	background-color: #EEE;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
}

.tr-over-dae {
	display: table-row;
	/* display: table-cell; */
	line-height: 17px;
	background-color: #EEE;
	background-color: #FCC;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
}

/* Titel-Zeile Code-Tabelle */
.tr-titelzeile-mde {
	display: table-row;
	/* display: table-cell; */
	line-height: 17px;
	background-color: #EEE;
	color: #000;
	background: url("titlelZeile_DAE_mit_rand.gif") top left repeat-x;
}

.th-dae {
	display: table-cell;
	font-style: normal;
	font-weight: normal;
	color: #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	background: url("titlelZeile_DAE_mit_rand.gif") top left repeat-x;
}

.th-spalte1-dae {
	display: table-cell;
	width: 30px;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	color: #000;
	border-left: 1px solid #FFF;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	background: url("titlelZeile_DAE_mit_rand.gif") top left repeat-x;
}

.td-spalte1-dae {
	display: table-cell;
	width: 30px;
	color: #000;
	border-left: 1px solid #FFF;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	text-align: right;
}

.td-dae {
	display: table-cell;
	color: #000;
	/* background-color: #ACB2BF; */
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	text-align: left;
}

.table-dae code,
.table-left-dae code,
.table-right-dae code {
	font-size: 10px;
	font-style: normal;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.table-dae dfn,
.table-left-dae dfn,
.table-right-dae dfn {
	font-size: 10px;
	font-style: normal;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.fussnote-dae {
	font-size: 9px;
	text-align: right;
	background-color: #FFF;
	border-top: 1px solid #FFF;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
}

.scriptname-dae {
	display: table-cell;
	font-size: 11px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	/* font-weight: normal; */
	line-height: 17px;
	color: #000;
	text-align: left;
	background-color: #EEE;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	/* background: url("name_zeile_dsp.gif") top left repeat-x; */
}

.scriptart-dae {
	display: table-cell;
	font-size: 11px;
	font-family: "Geneva", Lucida-Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	text-align: left;
	background-color: #EEE;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0px 4px 0px 4px; /* oben rechts unten links */
	/* background: url("name_art_mde.gif") top left repeat-x; */
}
/* ################################################################## */

/* #################################################################*/
/* ## ENDE Liste als TABELLE                                     ## */
/* #################################################################*/

















