/*content text area  */

body
{
  background-image: url(gfx/bgd_strip.jpg);
  background-repeat: repeat-x;
  background-color: #053768;
}

.title_date
{
  font-size: 0.8em;
  font-weight: bold;
  color: Gray;
}

/*
 * Teaser Module
 */

div.teaserArea
{
  width: 100%;
}

div.teaserTitleArea
{
  margin-bottom: 5px;
}

div.teaserTextArea
{
  margin-bottom: 5px;
}

div.teaserItemMoreArea
{
  margin-top: 5px;
  text-align: right;
}

a.teaserItemMoreLink
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.6875em;
  color: black;
  text-decoration: none;
}

a.teaserItemMoreLink:visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.6875em;
  color: black;
  text-decoration: none;
}

a.teaserItemMoreLink:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.6875em;
  color: black;
  text-decoration: underline;
}

a.teaserItemTitleLink:hover
{
  color: black;
  text-decoration: underline;
}

.teaserItemTitle
{
	font-weight: bold;
	color: #222222;
	font-size: 0.6875em;
}

.teaserItemText
{
  color: #545c67; 
  font-size: 0.625em;
}
