/*20171007 pcn 
	eigen-dunkel-weinrot-braun
	für xnview*/
body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: #300808;
   color: #888888;
   text-align: center;
}
a:link, a:visited {
   color: #888888;
   text-decoration: none;
}
a:active, a:hover {
   color: #888888;
   text-decoration: none;
}
img {
   border: none;
}
table {
   background: #400000;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   /* border: 1px solid #aaaaaa; */
}
th.header {
   /* background: url(header.png); */
   background: #300808;
   color: #CBCBA9;
   font-size: 16px;
   font-weight: bold;
   height: 25px;
   padding: 0 10px 0 10px;
   vertical-align: middle;
   text-align: left;
}
td.secheader {
   /* background: #F1F0E7; */
   border-bottom: 1px solid #CBCBA9;
   color: #dddddd;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-align: left;
}
td.content {
   padding: 10px;
   vertical-align: middle;
   font-size: 12px;
}
td.thumbs {
   color: #666666;
   font-size: 10px;
   width: 10em;
   xvertical-align: baseline;
   padding: 10px 5px 5px 5px;
}

td.thumbs img {
   border: 1px solid #444444;
}

td.navi {
   background: #300808;
   border-bottom: 1px solid #CBCBA9;
   color: #B1B13C;
   font-size: 10px;
   padding: 3px;
}
td.desc {
   background: #300808;
   border-top: 1px solid #CBCBA9;
   color: #999977;
   font-size: 12px;
   padding: 1px;
   text-align: center;
}
td.footer {
   display: none;
   background: #300808;
   color: #808080;
   font-size: 10px;
   padding: 3px;
}
