/* CSS Document */

/* CSS für die Noten-Tabelle */

table#noten { border: 1px solid #000000; background: #e8feff; border-collapse: collapse; margin: 0 auto 2em auto; }
table#noten th { vertical-align: top; text-align: center; border: 1px solid #000000; }
table#noten td { border: 1px dotted #000000; border-right: 1px solid #000000; vertical-align: top; text-align: left; padding: 0 0.5em; }
table#noten td.besetzung { background: #98e5e8; }
table#noten td.beschreibung { width: 55%; background: #c3f1f3; }
table#noten td.download { text-align: center; font-weight: bold; background: #57bbbf; }


/* CSS für JS_POPUP */
#beispieltabelle { float: right; width: 200px; border: 2px dotted #000000; background: #ffffff; border-collapse: collapse; margin: 0 0 10px 10px; }
#beispieltabelle th { vertical-align: top; text-align: center; border: 1px dotted #000000; }
#beispieltabelle td { vertical-align: top; text-align: center; border: 1px dotted #000000; background: #C3E8FF; }

#beispielliste { float: left; width: 10em; border: 2px dotted #000000; background: #ffffff; border-collapse: collapse; margin: 0 10px 10px 0; padding: 0 0 0 2em; }

.code { font-family: courier, monospace; font-size: 85%; margin: 0 100px 1em 100px; padding: 15px; border: 1px solid #dfdfdf; background: #fffcfc; }


