/* Nur das Nötigste */

body { background-color:#FFCC66 }
div  { background-color:#CCCCCC }
img { vertical-align:middle; padding-top:2px; padding-bottom:2px;}
h1,h2,h3,h4,h5,h6 { text-align:center; }
p { text-align:left; }

div a img {padding-left:3px; padding-right:6px;} /* Menuepunkte nebeneinander */
td    img {padding-left:3px;}                    /* Menuepunkte untereinander */



table {margin-left:auto;margin-right:auto}

table.m {border:1px solid black; background-color:#CCCCCC}

table.rand,
table.endlos,
table.pano,
table.video {border-collapse:collapse; border:8px groove; background-color:#CCCCCC}

table.pano  thead th {height: 30px; text-align:left;}
table.pano  tbody tr {height:110px;}

table.rand  tr td,
table.pano  tr td,
table.video tr td {border: 1px solid black}

table.video colgroup col {width:150px;}


table.TitelZeile colgroup col:nth-child(1) {width: 1%;} /* Titelzeile */
table.TitelZeile colgroup col:nth-child(2) {width:99%;}

table.TitelZeile tr td img { vertical-align:top }