/* Allgemeine Format-Angaben */
*         { font-family : Arial,Helvetica,sans-serif;
            font-size : 100.01%; 
            color : #0f0; }
body      { background-color : #000; }
h1        { font-size : 2em; 
            font-weight : bold;
            text-align : center; }
img       { border : 0em solid #000; }
table     { text-align : left;
            width : 40em;
            margin-left : auto;
            margin-right : auto;
            table-layout : fixed; }
tr        { vertical-align : top; }
a         { text-decoration : none; }

/* Linkdarstellung */
a:link    { color : #ff0; }
a:visited { color : #ff0; }
a:focus   { color : #f40; }
a:hover   { color : #0ff; }
a:active  { color : #f0f; }

/* Klassendefinitionen */
.thplogo     { width : 43.75em;
               height : 6.25em; }
.thonopic    { width : 24.875em;
               height : 24.875em; }
.warplogo    { width : 28.25em;
               height : 8.8125em; }
.anzahl      { width : 7.5em;
               height : 1.25em; }
.bluebar     { width : 37em;
               height : 0.6875em; }
.mitwarp     { width : 16.1875em;
               height : 8em; }

.links_klein { font-size : 0.8em; }
.links_gross { font-size : 2em; }
.fusszeile   { font-size : 0.8em;
               font-style : italic; }
.tab_links   { font-size : 1.2em; 
               font-weight : bold;
               width : 35%;
               padding : 0.3125em; }
.tab_rechts  { width : 65%;
               padding : 0.3125em; }

.textlinks   { text-align : left; }
.textmitte   { text-align : center; }
.textrechts  { text-align : right; }

/* Individualformate */
#startmittig   { position : absolute;
                 top : 25%;
                 margin-left : auto;
                 margin-right : auto;
                 width : 99%; 
                 text-align : center; }
#weiterleitung { position : absolute;
                 bottom : 20px;
                 width : 90%;
                 margin-left : 5%;
                 margin-right : 5%;
                 text-align : center; }
#infotext      { font-size : 1.2em; }
