/* ----------------------------------------------------------------
	sub01 css
---------------------------------------------------------------- */

#content_right #news_teaser h1 span
{
display:none;
}

/* --------------------------------------------------------------*/
/* general */
/* --------------------------------------------------------------*/

#sub_container {
}

/* --------------------------------------------------------------*/
/* content_left */
/* --------------------------------------------------------------*/

#content_left
{
  padding-top:33px;
  width:221px;
  float:left;
  margin-right:3px;
  overflow:hidden;
}

/* --------------------------------------------------------------*/
/* content_middle */
/* --------------------------------------------------------------*/

#content_middle {
  float:left;
  width:514px;
  margin:8px 10px 30px 15px;
}

#content_middle img {
	z-index:1;
}

/* --------------------------------------------------------------*/
/* content_right */
/* --------------------------------------------------------------*/

#content_right
{
  width:195px;
  float:right;
}

#content_right #news_teaser
{
  background-image: url( ../images/bg_teaser_line_bottom.gif );
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding:20px 0px 5px;
  padding-left:10px;
}

#content_right #news_teaser h1
{
  background-image: url( ../images/teaser_hl_news.gif );
	background-repeat: no-repeat;
	background-position: 0 0;
  height:25px;
}

#content_right #news_teaser li
{
  padding:10px 0px 15px;
}

#content_right #news_teaser li a,
#content_right #news_teaser li p
{
  color:#999;
}

#content_right #news_teaser li a
{
  background-image: url( ../images/teaser_arrow_3x.gif );
	background-repeat: no-repeat;
	background-position: 100% 6px;
	padding-right:18px;
	display:block;
	float:left;
  text-decoration: underline;
}


#content_right #news_teaser li .date
{
  color: #696969;
	font: 10px Verdana, Arial, sans-serif;
  font-weight:800;
  border-bottom:1px solid #ddd;
  padding-bottom:8px;
  margin-bottom:8px;
}


/* /news_teaser */

