/* CSS Document */

.news{
  float: left;
  width: 700px;
  margin-top: 20px;
  min-height: 100px;
}

.news-small{
  float: left;
  width: 485px;
  height: auto;
}


.news_top_center{
  float: left;
  background-image: url(../img/top_blue.png);
  background-repeat: repeat-x;
  width: 453px;
  height: 25px;
}

.top_titel{
  font-family: arial;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  width: 200px;
  float:left;
}

.top_date{
  text-align: right;
  font-family: arial;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  width: 100px;
  float:right;  
}

.top_left{
  float: left;
  background-image: url(../img/left_corner_blue.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 25px;
}

.top_right{
  float: left;
  background-image: url(../img/right_corner_blue.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 25px;
}

.news_center{
  float: left;
  background-image: url(../img/background_news.png);
  background-repeat: repeat-y;
  width: 449px;
  min-height: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.news_bottom_center{
  float: left;
  background-image: url(../img/bottom_grey.png);
  background-repeat: repeat-x;
  width: 450px;
  height: 18px;    
}



.news_big_top_center{
  float: left;
  background-image: url(../img/top_blue.png);
  background-repeat: repeat-x;
  width: 673px;
  height: 25px;
}

.news_big_middle_center{
  float: left;
  background-image: url(../img/background_news_big.png);
  width: inherit;
  min-height: 100px;
  width:670px;
padding-left: 15px;
  padding-right: 15px;  
}

.news_big_bottom_center{
  float: left;
  background-image: url(../img/bottom_grey.png);
  background-repeat: repeat-x;
  width: 670px;
  height: 18px;
}

#pagenums
{
	float:left;
	font-family:Arial;
}