/*Styleblatt für den TV Mömlingen in Deutsch*/
/* bgcolor: #FDF7F0 ist TV weiß */
/* Mömlingenblau ist #0034D0  */

body { background-color:#FDF7F0; }


a:link    { color:#0034D0;  }
a:visited { color:#00c0ff;}
a:active  { color:#FF8000; background-color:#0034D0;   }
a:hover   { color:#FFFF00; background-color:#0034D0;   }

a { text-decoration:none;   }

h5 { font-family:Arial,Verdana,sans-serif; font-size:10pt; color:#0034D0; text-align:left;    }

h2 { font-family:Arial,Verdana,sans-serif; font-size:18px; color:#0034D0; text-align: right; }

h3 { font-family:Arial,Verdana,sans-serif; font-size:18px; color:#0034D0; text-align: left; }

h4 { font-family:Arial,Verdana,sans-serif; font-size:13pt; color:#a00000;  }

h1 { font-family:Arial,Verdana,sans-serif; font-size:14pt; color:#0034D0;  }

h6 { font-size:12pt; font-weight: bold; color:#0000FF;  }

p,ul,ol,li,div,td,th,b,i
     { font-family:Arial,Verdana,sans-serif; font-size:8pt; font-weight: bold; }

p,ul,ol,li,b,i { font-size:8pt; font-weight: bold; margin-left:0.6cm; }

table {   border-color:#808080; border-width:1px; border-style:solid;  border-collapse:collapse  }

th       { font-size: 9pt; font-weight: normal; color:#000000; text-align: left;
           border-color:#808080; border-width:1px; border-style:solid;  border-collapse:collapse  }

td       { font-size: 9pt; font-weight: normal; color:#000000;                             border-color:#808080; border-width:1px; border-style:solid; border-collapse:collapse}



p.klein { font-size:7pt;  color:#0034D0; text-align: right; }
p.haupt { font-size:8pt;  color:#0000FF;  }
p.mittel{ font-size:8pt;  color:#0050A0;  }
p.blau  { font-size:10pt; color:#0050A0;  }




        tr td{  font-family: "lucida grande", verdana, sans-serif;
                font-size: 8pt;
                padding: 3px 8px;
                background: #fff;
        }


        thead td{
                color: #000000;
                background-color: #FFDC00;
                font-weight: bold;
                border-bottom: 1px solid #999;
        }


        tbody td{    border-left: 1px solid #D9D9D9;        }
        tbody tr.even td{     background: #eee;        }
        tbody tr.selected td{
                background: #FFFFA8;
                color: #202020;
                font-weight: bold;
                border-left: 1px solid #346DBE;
                border-bottom: 1px solid #7DAAEA;
        }
        tbody tr.ruled td{
                color: #000;
                background-color: #C6E3FF;
                font-weight: bold;
                border-color: #3292FC;
        }


        /* Opera fix */
        head:first-child+body tr.ruled td{
                background-color: #C6E3FF;
        }