@charset "utf-8";
/* CSS Document */

body.bg-img { background: #b8b9bc url("../../img/background/welcome2.jpg") no-repeat top center; padding: 0px; }

#content .context { width: 780px; padding-top: 15px; }

#content .context .newsblock p.datum_news {
	line-height: 1em;
	float:left;
	margin: 1px 5px 0 0;
	background:url(../../img/spacer_headline.gif) no-repeat right center;
	width:67px;
	display:block;
}
#content.small .context .newsblock p.datum_news { font-size: 91.66%; width: 61px; }
#content.big .context .newsblock p.datum_news { font-size: 116.67%; width: 77px; }

#content .context .newsblock h2 { color: #fa702a; margin: 0px; font-size: 100%; font-weight: bold; }
#content.small .context .newsblock h2 { color: #fa702a; margin: 0px; font-size: 91.66%; font-weight: bold; }
#content.big .context .newsblock h2 { font-size: 116.67%; }

#content .context .newsblock p { line-height: 1.4em; width: 100%; }
#content.small .context .newsblock p { font-size: 91.66%; }
#content.big .context .newsblock p { font-size: 116.67%; }

#content .context .newsblock p.more { font-size: 83.33%; margin: 5px 0; }
#content .context .newsblock img { margin-top: 8px; border: 0px; }
#content .context .newsrow { margin-top: 45px; }

#content .context .news-detail { margin-top: 34px; width: 820px; }
#content .context .news-detail p { line-height: 1.4em; }
#content.small .context .news-detail p { font-size: 91.66%; }


