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

 /* NEWS CSS */
#news_bg
{

	background-image:url(../news.jpg);
	background-color:white;

	background-repeat:no-repeat;
}

#news
{
	position:relative;

	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:10px;

	background-color:white;

	overflow:auto;

}

h1.news
{
	margin-top:0px;
}

h2.news
{
	font-family: 'Century Gothic', Century Gothic, Arial;
	font-size:12px;
	font-weight:normal;
	font-stretch:normal;

	/* text-transform:lowercase; */

	color:#000;


	margin-bottom:0px;
	margin-left:0px;
	margin-top:10px
}

p.newstext {
	margin-right:20px;
	margin-top:8px;
	font-size:12px;
	line-height:150%;

}

p.newstext b {
	text-transform: uppercase;
	font-stretch:wider;
}

p.newsspace {
	margin-top:30px;
}




/*ENDE NEWS CSS */
