/*
 * Style sheet für Formatierungen des offiziellen Teils von www.tsu.ch.
 * Style sheet entsprechend den HTML 4.0 Spezifikation
 * Ersteller: H. Müller  Datum:12.06.04  Version: v1.0
 */

body
  {
    background-color: white;
  }

P.welcomenormal
  {
    color: black;
    font-family: helvetica;
    font-size: 8pt;
    font-weight: 500;
    text-align: center;
  }

P.normal
  {
    color: black;
    font-family: arial, roman;
    font-size: 8pt;
    font-weight: 550;
    text-align: left;
  }

P.normaltit
  {
    color: black;
    font-family: arial, roman;
    font-size: 8pt;
    font-weight: 600;
    text-align: left;
  }
P.diplnamen
  {
    color: black;
    font-family: arial, roman;
    font-size: 8pt;
    font-weight: 700;
    text-align: right;
  }

P.normalzentriert
  {
    color: black;
    font-family: roman;
    font-size: 9pt;
    font-weight: 500;
    text-align: center;
  }

P.titel
  {
	color: black;
    font-family: arial, helvetica;
    font-size: 13pt;
    font-weight: 800;
    font-style: oblique;
  }

P.titelklein
  {
    color: black;
    font-family: arial, helvetica;
    font-size: 10pt;
    font-weight: 800;
    font-style: italic;
  }

P.titelkleinnormal
  {
    color: black;
    font-family: arial, helvetica;
    font-size: 10pt;
    font-weight: 800;
  }

P.titelkleinzentriert
  {
    color: black;
    font-family: arial, helvetica;
    font-size: 10pt;
    font-weight: 800;
    font-style: italic;
    text-align: center;
  }

TD.normal
  {
    background-color: #FFFFFF;
    color: black;
    font-family: arial, helvetica;
    font-size: 8pt;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
  }
  
TD.normalc
  {
    background-color: #FFE6F2;
    color: black;
    font-family: arial, helvetica;
    font-size: 8pt;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
  }
TD.normal9
  {
    background-color: #FFFFFF;
    color: black;
    font-family: arial, helvetica;
    font-size: 9pt;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
  }
TD.datumnormal
  {
    background-color: #FFFFFF;
    color: black;
    font-family: arial, helvetica;
    font-size: 9pt;
    font-weight: 500;
    text-align: right;
    vertical-align: top;
  }

TD.subtitelfett
  {
    background-color: #FFE6F2;
    color: #003399;
    font-family: arial, helvetica;
    font-size: 9pt;
    font-weight: 800;
    text-align: left;
    vertical-align:top
  }

TD.subtext
  {
    background-color: #FFE6F2;
    color: #003399;
    font-family: arial, helvetica;
    font-size: 9pt;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
  }
TD.normalfett
  {
    background-color: #FFFFFF;
    color: black;
    font-family: roman;
    font-size: 8pt;
    font-weight: 800;
    text-align: left;
    vertical-align:top
  }

TD.verweis
  {
    background-color: #FFCCCC;
	height: 10;
    font-family: arial, helvetica;
    font-size: 8pt;
    font-weight: 550;
    text-align: right;
  }

TD.welcomeverweis
  {
    background-color: #FFFFFF;
    height: 115;
    text-align: center;
    font-family: helvetica;
    font-size: 8pt;
    font-weight: 500;
    line-height: 16pt;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center middle;
    background-image: url(./pictures/logopttr.gif);
  }

TD.navverweis
  {
    background-color: #FF9999;
	height: 20;
    font-family: arial, helvetica;
    font-size: 8pt;
    font-weight: 550;
    text-align: right;
  }

TD.einzelkurstitel
  {
    background-color: #80FFFF;
    font-family: helvetica;
    font-size: 10pt;
    font-weight: 800;
  }

TD.ndktitel
  {
    background-color: #FFCCCC;
    font-family: helvetica;
    font-size: 10pt;
    font-weight: 800;
  }
TD.einzelkursverweis
  {
    background-color: #80FFFF;
    text-align: left;
    font-family: helvetica;
    font-size: 7pt;
    font-weight: 600;
  }
TD.ndkverweis
  {
    background-color: #FFCCCC;
    text-align: left;
    font-family: helvetica;
    font-size: 7pt;
    font-weight: 600;
  }
TD.tsuliste
  {
    background-color: #CCFFFF;
    color: #FF0018;
    font-family: arial, helvetica;
    font-size: 8pt;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
  }

UL.normal
  {
    color: black;
    font-family: roman;
    font-size: 9pt;
    font-weight: 700;
    text-align: left;
  }

A.seitenverweis
  {
    background-color: #D8E4ED;
    font-family: arial, helvetica;
    font-size: 7pt;
    font-weight: 600;
    text-align: right;
  }

a:link
  {
    color:#0000A0; text-decoration:none; 
  }

a:hover
  {
    color:#000000; text-decoration:none; 
  }
a:visited
  {
    color:#FF0000; text-decoration:none; 
  }

a:active
  {
    color:#000000;
  }

textarea:normal
  {
    color: black;
    font-family: roman;
    font-size: 9pt;
    font-weight: 500;
    text-align: left;
  }
