
<style type="text/css">
  <!--
   /* StyleSheet für alle goout.ch Homepages.*/
   /* Version 31.03.03                       */

  .leer
  {
    /* Da die Entwickler von Netscape unfähig waren, muss der erste CSS Tag leer sein */
  }


  .fusslink:link 
  {
    /* Definition des Links */
    text-decoration: none; 
    color: #000000;
  }

  .fusslink:visited 
  {
    /* Definition des Links */
    text-decoration: none; 
    color: #000000;
  }

  .fusslink:hover 
  {
    /* Definition des Links */
    text-decoration: none; 
    color: blue;
  }




  /* ------------------------------------- */
  /* Menü - Allg                           */
  /* ------------------------------------- */  
  .menuLink:link 
  {
    /* Definition des Links */
    text-decoration: none; 
    color: #FFFFFF;
  }

  .menuLink:visited 
  {
    /* Definition des Links */
    text-decoration: none; 
    color: #FFFFFF;
  }

  .menuLink:hover 
  {
    /* Definition des Links */
    text-decoration: none; 
    color: #DDDDDD;  
  }



  /* ------------------------------------- */
  /* Menü - Abteilung                      */
  /* ------------------------------------- */
  .menuLinkAbt:link 
  {
    /* Definition des Links */
    text-decoration: none; 
    color: #FFFFFF;
  }

  .menuLinkAbt:visited 
  {
    /* Definition des Links */
    text-decoration: none; 
    color: #FFFFFF;
  }

  .menuLinkAbt:hover 
  {
    /* Definition des Links */
    text-decoration: none; 
    color: #000000;  
  }



  .menuPunkt 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11pt;
	color: #FFFFFF;
  }
  
  .menuKopf 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
  }


 



  /* ---- Seiten Inhalt ---- */
  .textHauptTITEL 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
  }

  .textTITEL 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
  }


  .textUnterTITEL 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
  }


  .textNORMAL 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
  }
  
  .textFETT 
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
  }

  
  .textLINK:link 
  {
    /* Definition des Links */
    text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: blue;
  }

  .textLINK:visited 
  {
    /* Definition des Links */
    text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: blue;
  }

  .textLINK:hover 
  {
    /* Definition des Links */
    text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: blue;
  }


  /* ---- News ---- */

  .newstitel
  { 
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size:9pt; 
    color:black; 
    font-weight: bold;
    text-decoration:none;  
  }

  .newsdatum
  { 
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size:7pt; 
    color:black; 
    text-decoration:none;  
  }

  .news
  { 
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size:8pt; 
    color:black; 
    text-decoration:none;  
  }

  .grau
  { 
    background-color:#CCCCCC; 
  }




  /* ---- HTML Form Tags Anpassung ---- */
  input 
  {
	font-family: Arial, Helvetica, sans-serif;
        color= #000000;
	font-size: 9px;
	
  }
  

  #input
  {
    border-width:1px; 
    border-style:solid; 
    border-color:#336699; 
    color= #000000; 
    background-color: #F4F4F4; 
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  }
  
  select 
  {
	font-family: Arial, Helvetica, sans-serif;
        color= #000000;
	border: 1px solid #FFFFFF;
	font-size: 9px;
  }
  

  body 
  {
    /* Definition des Body. */
  
    /* Definition des Scrollbalkens */
  
    /* Defintion der Schriftart (Global gültig)*/
    font-family: Arial, Helvetica, sans-serif;
  }






  -->
</style>
