/* ---------------------------------------------------------------------------- */
/* --  CSS-Definitionen youngcms: Version 1.0.004 Content Management System  -- */
/* --  Copyright 2002 Silvan Rehberger, Freiburg, http://www.youngbrain.com  -- */
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* --  Stylesheet ilex.css  --------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* --  CSS-Definitionen:: Standard-Ueberschriften  ---------------------------- */
/* ---------------------------------------------------------------------------- */

h1
{
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 14px; 
  color: #FFFFFF;
}

h2
{
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 14px; 
  color: #00FF66;
}



/* ---------------------------------------------------------------------------- */
/* --  CSS-Definitionen:: Standard-Schriftarten  ------------------------------ */
/* ---------------------------------------------------------------------------- */

p,br,ul,li
{
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
}

.dots
{
  font-family: Times,Times New Roman,Serif;
  font-size: 9px;
  line-height: 14px;
  font-weight: normal;
  color: #FFFFFF;
}

.text
{
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.small
{
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #FFFFFF;
}


/* ---------------------------------------------------------------------------- */
/* --  CSS-Definitionen:: Link-Auszeichnungen  -------------------------------- */
/* ---------------------------------------------------------------------------- */

a:link,a:visited,a:active
{
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  font-weight: bold;
  color: #00FF66;
}

a.small:link,a.small:visited,a.small:active
{
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 11px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: bold;
  color: #00FF66;
}

a:hover,a.small:hover
{
  background-color: #00FF66;
  color: #002266;
  font-weight: bold;
  text-decoration:none;
}


