
/*Background color and scrollbar*/ 

body       { background-color: #000000; background-repeat: no-repeat; background-attachment: scroll; scrollbar-arrow-color: #A98900; scrollbar-base-color: #191100      }
table.layout { table-layout: fixed }
/* This is the borderline of the main table and the dividing line
*/
.borderline	  { background-color: #543403; border: solid 0 #ffffff }
td.line { background-color: #543403 }
/* Main table cell background colour*/
td.row1	 { background-color: black }
/* General text */
.title     { color: #8a7655; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 700 }
.synopsis   { color: #8a7655; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: justify; text-indent: 1px }
.date    { color: #b6a589; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15px; text-align: center }
.eintritt     { color: #b6a589; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif }
/*This is the positioning of the text blocks*/
td.title { padding-bottom: 5px; padding-left: 10px }
td.eintritt { padding-right: 10px; padding-bottom: 5px }
td.synopsis { padding: 10px }
td.poster { padding-top: 20px }
td.date  { padding-top: 20px; padding-bottom: 5px }
