/* pop.pop.star by Timo Wirth24th Oct. 05http://www.javajim.de */

body {
background-color:#663333;
} #divbg {width: 100%;height: 100%;left: 0px;top: 0px;position: absolute;z-index: 0;   }#maincontent{z-index:1; position: relative;
top: 10px;
left: 20px;}
table {font: 80%/1em Big Caslon, Times New Roman, Georgia, Times, serif;border-collapse: collapse;width: 80%;
}	/* headline */caption {margin: 0;
border-top: 2px solid #fff;border-bottom: 2px solid #fff;padding: 10px;background: #333;text-align: left;font: normal 150%/1em Big Caslon, Times New Roman, Georgia, Times, serif;color: #fff;width: 100%;text-transform: none;letter-spacing: 0.1em;width: auto;}		/* data */tbody {background: #acc;}tbody td, th {border-bottom: 2px solid #fff;vertical-align: top;padding: 10px;
font: 100%/1em Big Caslon, Times New Roman, Georgia, Times, serif;
border-right: 1px dotted #fff;}/* header */ 	thead th { /* headers oben */padding: 5px 10px;text-align: left;background: #000;color: #fff;text-transform: none;letter-spacing: 0.1em;font-weight: normal;
line-height: 1.2em;font-size: 90%;
border-right: 1px dotted #fff;}tbody th { padding: 5px;text-align: left;font-size: 100%;color: #666;line-height: 1.5em;
border-right: 1px dotted #fff;}	/* colours */tbody tr.odd th {background: #E6E0C0; }tbody tr.odd {background: #E6E0C0; }tbody tr th {background: #b6e5ff; }tbody tr {background: #b6e5ff; }/* footer */tfoot th, tfoot td {margin: 0;border-top: 2px solid #fff;padding: 5px 10px;text-align: left;background: #F8F12A; /* yellow */color: #000;}tfoot th {text-transform: uppercase;letter-spacing: 0.2em;border: none;}tfoot td {padding-left: 10px;}	/* links */		tbody tr th a { /* blue */color: #277ffe;}tbody tr.odd th a { /* beige */color: #000;display: block;}		tbody td a {color: #DF3985;
}a:visited, tbody tr.odd th a:visited {color: #666;
}