/*
  ---------------------------------------------------------------------

  central css for the content of KATE

  seitenblick interaktive medien gmbh, stuttgart
  tel. +49 (711) 8599818-0, email info@seitenblick.de

  tested with   MS Internet Explorer 5.0 (Win32)
                Netscape Communicator 4.76 (Win32)
                Netscape 6.1 (Win32)
                MS Internet Explorer 5.5 (Mac OS)
                Netscape Communicator 4.76 (Mac OS)


  ---------------------------------------------------------------------
*/



/*
  ---------------------------------------------------------------------
  central definitions
  ---------------------------------------------------------------------
*/

body, p,
h1, h2, h3, h4, h5, h6,
table, tr, td, div,
ul, ol, li
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  font-stretch: ultra-expanded; 
 
}

body
{
  background-color: #FFFFFF;
}

a,
a:link,
a:visited,
a:active
{
  font-size:12px;
  text-decoration: none;
  color: #529A56;
}

a:hover
{
  font-size:12px;
  text-decoration: none;
  color: #116F16;
}

form, input, select, option
{
  margin-left: 0px;
  margin-top: 0px;
  font-size: 11px;
}

/*
  -------------------------------------------------------------------------------
  b - background-color
  -------------------------------------------------------------------------------
*/


/* --------------------------------------------------------------------
   content
*/
.b1
{
  background-color: #EDF7EE;
}

/* --------------------------------------------------------------------
   navi
*/
.b2
{
  background-color: #C4E6C6;
}



/* --------------------------------------------------------------------
   trennlinie navi-content
*/
.b3
{
  background-color: #FFFFFF;
}

/* --------------------------------------------------------------------
   linie kasten
*/
.b4
{
  background-color: #000000;
}


/*
  -------------------------------------------------------------------------------
  tb - text und background-color
  -------------------------------------------------------------------------------
*/
/* --------------------------------------------------------------------
   Navi
*/
.tb1,
.tb1 a,
.tb1 a:link,
.tb1 a:visited
{
  color: #000000;
  background-color: #C4E6C6;
}

.tb1 a:active,
.tb1 a:hover
{
  color: #529A56;
  background-color: #C4E6C6;
}

/* --------------------------------------------------------------------
   Navi aktiv
*/
.tb2,
.tb2 a,
.tb2 a:link,
.tb2 a:visited,
.tb2 a:active,
.tb2 a:hover
{
  color: #529A56;
  background-color: #C4E6C6;
}




/*
  -------------------------------------------------------------------------------
  t - text
  -------------------------------------------------------------------------------
*/
/* --------------------------------------------------------------------
   Text
*/

.t1
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  font-stretch: ultra-expanded; 
 
}

/* --------------------------------------------------------------------
   Artikel TopHead
*/
.t2
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:15px;
}

/* --------------------------------------------------------------------
   Artikel Bild BU
*/
.t3
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
}

/* --------------------------------------------------------------------
   Kasten
*/
.t4
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
}

/* --------------------------------------------------------------------
   Vorspann
*/
.t5
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font : bold;
}



/* ---------------------------------------------------------------------
   Formularfeld: Input
*/
input.feld
{
 width:81px;
 height:18px;
}

