/* body main style */
body { 
   font-family:Helvetica, Arial, sans-serif; 
   font-size:14pt; 
   font-weight:bold; 
   background-attachment:fixed; 
   background-repeat:no-repeat;
   background-position:top left;
   background-color:#EEEEEE;
   text-align:center;
}

/* normaler text */
.normaltext {
   color:#000000;
   font-family:Helvetica, Arial, sans-serif; 
   font-size:14pt; 
   font-weight:bold; 
}

/* general links style */
a         { font-family:Helvetica, Arial, sans-serif; font-size:14pt; color:#000000; }
a:link    { color:#000000; text-decoration:none;      font-weight:normal; }
a:visited { color:#444444; text-decoration:none;      font-weight:normal; font-style:italic; }
a:hover   { color:#EEEEEE; text-decoration:underline; background-color:#444444; font-weight:normal; }
a:active  { color:#000000; text-decoration:none;      font-weight:normal; }
a:focus   { color:#000000; text-decoration:none;      font-weight:normal; }

/* little information */
.information { font-size:10pt; }
a.information { font-style:italic; }
a.italic { font-style:italic; }

/* left side page links website */
a.pagelink {
   color:#0000BB;
   font-family:Helvetica, Arial, sans-serif;
   font-size:14pt;
   font-style:italic;
   font-weight:bold;
   text-decoration:none;
}
a.pagelink:link {
   color:#0000BB;
   font-family:Helvetica, Arial, sans-serif;
   font-size:14pt;
   font-style:italic;
   font-weight:bold;
   text-decoration:none;
}
a.pagelink:visited {
   color:#000099;
   font-family:Helvetica, Arial, sans-serif;
   font-size:14pt;
   font-style:italic;
   font-weight:bold;
   text-decoration:none;
}
a.pagelink:hover {
   color:#FFFFFF;
   background-color:#0000BB;
   font-family:Helvetica, Arial, sans-serif;
   font-size:14pt;
   font-style:italic;
   font-weight:bold;
   text-decoration:none;
}
a.pagelink:active {
   color:#000099;
   font-family:Helvetica, Arial, sans-serif;
   font-size:14pt;
   font-style:italic;
   font-weight:bold;
   text-decoration:none;
}
a.pagelink:focus {
   color:#000099;
   font-family:Helvetica, Arial, sans-serif;
   font-size:14pt;
   font-style:italic;
   font-weight:bold;
   text-decoration:none;
}

/* internal linkjump style */
.InternLink { 
   font-family:Helvetica, Arial, sans-serif;
   font-size:20pt;
   font-weight:bold;
   color:#000000;
   text-decoration:underline;
}
/* internal linkjump link style */
a.InternLinkBase {
   font-style:italic;
}
                 
/* movie description style (name, size, len) */
.moviedesc {
   font-family:Helvetica, Arial, sans-serif;
   font-size:12pt;
   font-weight:normal;
   color:#000000;
   text-decoration:none;
}
.moviedescname {
   font-family:Helvetica, Arial, sans-serif;
   font-size:14pt;
   font-weight:normal;
   color:#000000;
   text-decoration:none;
}

/* table main style */
table {
   font-family:Helvetica, Arial, sans-serif; 
   font-size:14pt; 
   font-weight:bold; 
}
/* table headline style */
td.headline {
   font-family:Helvetica, Arial, sans-serif; 
   font-size:26pt; 
   font-weight:bold; 
   text-decoration:underline;
   padding-top:10;
   padding-bottom:30;
}

/* alert text */
.alerttext {
   color:#DD0000;
   font-family:Helvetica, Arial, sans-serif; 
   font-size:12pt; 
   font-weight:bold; 
   text-decoration:none;
}
