/* einheitliche styles fuer die neue homepage der VSW */

/* farbe und Schriftart, wirkt auf alles */ 
body { color:#000000; 
       background-color:#00317D;
       text-align:center;
       font-family:"Arial"; 
       font-size:12pt;
} 

/* ueberschrift startseite */
span.headline { font-family:"Times"; 
                font-size:22pt; 
                font-weight:bold; 
}

/* startseiten */
table.start { background-color:#E0E0EE;
              width:1177px;
              margin-left:auto; margin-right:auto;
      /* Fuer gute Browser */
              text-align:left;
      /* Text _in_ der Tabelle links ausrichten */
} 

table.vortrag { background-color:#FFFFFF; }

/* ueberschriften: */
h1, h2, h3 { background-color:#E0E0EE; 
             line-height:140%; 
}

h1 { font-size:20pt; }
h2 { font-size:16pt; }
h3 { font-size:13pt; }

/* knallige hinweise */
td.hinweis { color:#FF0000; }
span.hinweis { color:#FF0000; }


/* links */
a:link,a:visited,a:active { color:#0000EE; 
                            text-decoration:underline; 
                            font-weight:normal; 
}

/* navigations leiste */
td.naviouter { background-color:#E0E0EE; }

table.naviouter { background-color:#E0E0EE;
                  margin-left:auto; margin-right:auto;
      /* Fuer gute Browser */
                  text-align:left;
      /* Text _in_ der Tabelle links ausrichten */
} 

table.naviinner { table-layout:fixed; 
                  width:210px; 
}

table.naviinner_e { table-layout:fixed; 
                    width:210px; 
}

td.content { width:941px;
             color:#000000; 
             background-color:#FFFFFF;
             font-family:"Arial"; 
             font-size:12pt;
} 

a.navi:link,a.navi:visited,a.navi:active { text-decoration:none; 
                                           font-weight:bold; 
} 

a.navi:hover { color:#4040FF; 
               background:#D0D0D0; 
}

