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

/* farbe und Schriftart, wirkt auf alles */ 
body { color:#000000; 
       background-color:#FFFFFF;
       font-family:"Arial"; 
       font-size:13pt;
} 

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

/* startseiten */
table.start { background-color:#E0E0E0; } 


/* ueberschriften: */
h1, h2, h3 { background-color:#E0E0E0; 
             line-height:140%; 
}
h1 { font-size:20pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }

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


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

a:visited                 { color:#0000D0; }
 
a:hover                   { color:#4040FF; 
                            background:#D0D0D0; 
}

/* navigations leiste */
td.naviouter { background:#E0E0E0; }

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

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

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