
/* 
stylesheet pmg.css
(c) 2003, georg dobler

colors:
weiss:       #FFFFFF
orange:      #E74A18
dunkelblau:  #486f1c

*/

/* --- allgemein --- */

BODY                   { font-family: verdana, geneva, arial, sans-serif;
                         background-color: #FFFFFF; color: #000000;
                         font-size: 12px; }
TD                     { font-size: 12px; }

A:link                 { color: #E74A18; }
A:visited              { color: #E74A18; }

/* --- index --- */

.index                 { margin-top: 10px; margin-bottom: 10px; text-align: center;
                         color: #486f1c; font-size: 14px; font-weight: bold; }

.index_lf              { margin-top: 0px; margin-bottom: 5px; text-align: left;
                         color: #486f1c; font-size: 14px; font-weight: bold; }

/* --- 00_willkommen --- */

.head                  { margin-top: 50px; margin-bottom: 20px; text-align: center;
                         color: #486f1c; font-size: 16px; font-weight: bold; }
.lf_text_center        { margin-top: 20px; margin-bottom: 20px; 
                         font-size: 12px; text-align: center; color: #486f1c; }
.small                 { font-size: 9px; vertical-align: top; border-top: 1px solid; }

/* --- 00_main --- */

#numberCountdown       { margin-left: 10px; background-color: #acce81; color: #E74A18;
                         font-size: 13px; font-weight: bold; }
.main                  { margin-left: 10px; margin-top: 3px; background-color: #acce81;
                         color: #FFFFFF; font-size: 13px; }

/* --- 00_navigation --- */

.flag                  { margin-left: 35px; background-color: #acce81; color: #FFFFFF;
                         height: 20px; font-size: 12px; font-weight: bold; }
.todo                  { color: #FFFFFF; padding-left: 5px; }
a.todo:link            { color: #FFFFFF; padding-left: 5px; }
a.todo:visited         { color: #FFFFFF; padding-left: 5px; }
.done                  { color: #E74A18; padding-left: 5px; }
a.done:link            { color: #E74A18; padding-left: 5px; }
a.done:visited         { color: #E74A18; padding-left: 5px; }

/* --- 01_frage --- */

.titel                 { margin-left: 25px; margin-top: 18px;
                         color: #486f1c; font-size: 15px; font-weight: bold; }
.datum                 { margin-left: 25px; margin-top: 3px; color: #486f1c;
                         font-size: 13px; }
.frage_no              { margin-left: 25px; margin-top: 30px;
                         font-size: 11px; font-weight: bold; }
.frage                 { margin-left: 25px; margin-top: 10px;
                         color: #486f1c; font-size: 13px; font-weight: bold; }
.antwort               { margin-left: 63px; text-indent: -38px; line-height: 20px;
                         color: #486f1c; }
.bild                  { margin-left: 25px; margin-top: 10px; }

/* --- results/print-out --- */

.headline              { width: 650px; height: 35px; padding-top: 6px;
                         font-size: 15px; font-weight: bold;
                         background-color: #DDDDDD; color: #486f1c;
                         border-top: 3px solid #486f1c; }
.logo                  { width: 650px; height: 120px; text-align: right;
                         vertical-align: center; }
.td_head_left          { height: 50px; background-color: #FFFFFF; color: #000000;
                         font-size: 11px; font-weight: bold; text-align: left;
                         vertical-align: top; border-top: 1px solid #000000; }
.td_head_center        { height: 50px; background-color: #FFFFFF; color: #000000;
                         font-size: 11px; font-weight: bold; text-align: center;
                         vertical-align: top; border-top: 1px solid #000000; }
.td_frage              { background-color: #DDDDDD; color: #486f1c;
                         border-top: 3px solid #486f1c; text-align: left; }
.td_text               { background-color: #FFFFFF; vertical-align: center;
                         height: 25px; text-align: left; border-top: 1px solid; }
.td_textbild           { background-color: #FFFFFF; vertical-align: top;
                         height: 25px; text-align: left; border-top: 1px solid;
                         padding-top: 2px; padding-left: 20px; text-indent: -20px; }
.td_textcenter         { background-color: #FFFFFF; vertical-align: top;
                         height: 25px; text-align: center; border-top: 1px solid;
                         padding-top: 5px; }
.td_sum                { background-color: #DDDDDD; color: #486f1c; height: 35px;
                         text-align: left; border-top: 3px solid #486f1c;
                         padding-top: 10px; font-weight: bold; }
.td_sum_pkt            { background-color: #DDDDDD; color: #486f1c; height: 35px;
                         text-align: center; border-top: 3px solid #486f1c;
                         padding-top: 10px; font-weight: bold; }
@page                  { size: portrait ; margin-top: 2cm; margin-bottom: 1.5cm;
                         margin-left: 1.5cm; margin-right: 1.5cm; }
