/*
  ---------------------------------------------------------------------

  Zentrales Stylesheet für christina-schuetz.de

  ---------------------------------------------------------------------
*/

/*
  ---------------------------------------------------------------------
  Allgemeine Angaben
  ---------------------------------------------------------------------
*/

body, p, td, a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

body
{
  background-color: #4D4C4C;
  margin-top: 0;
  margin-left: 0;
}

a:hover, a:active
{
  text-decoration: underline;
  color: #FFFFFF;
}


/*
  ---------------------------------------------------------------------
  Schrift
  ---------------------------------------------------------------------
*/

.news, .news a
{
  font-family: Courier New, Arial, sans-serif;
  font-weight: bold;
}

.news_s, .news_s a
{
  font-family: Courier New, Arial, sans-serif;
  font-size: 11px;
}

.news_b, .news_b a
{
  font-family: Courier New, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.contentheader
{
  font-weight: bold;
  font-size: 16px;
}

.txtbold
{
  font-weight: bold;
}

.subnavi
{
  font-weight: bold;
  //text-decoration: none;
}

.subnavi a
{
  font-weight: bold;
  color: #B9B9B9;
}

.subnavi_a a
{
  font-weight: bold;
}

/*
  ---------------------------------------------------------------------
  Formular
  ---------------------------------------------------------------------
*/

.feld {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  width: 260px;
}