
#wrapper{
	width: 720;
	margin: 0 auto;
}

img { border: 0;}

div.news
{
  height: auto;
  width: 719;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  
}	

div.news img
{
  float: left;
}

div.tresc{
	float: left;
	width: 540;
	margin-left: 10px;
}

div.space
{
	float: left;
	width: 150;
	height: 240;
}

div.title
{
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

div.desc
{
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
}

div.kontakt
{
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 5px;
}

ul.disc
{
	font-size: 13px;
	font-weight: bold;
	list-style-type: disc;
}

ul.circle
{
	list-style-type: circle;
	font-size: 13px;
}

div.news_end
{
	clear: both;
}

	
#bla { width:100px; height:100px;
		background-image:url(bckg.jpg); 
		background-position: center top;
		font-size: 50px;
		font-weight: bold;
		text-align: center;
		padding-top: 20px;
		color: black;
		float: left;
		} 