/* CSS Document */

#right
{
	padding-top: 262px;
	background-image: url(../grafiken/startseite.jpg);
}

h3
{
	font-size:40px;
	line-height:48px;
}

.home-news-box .top
{
	width: 710px;
	height: 20px;
	background-image: url(../grafiken/home-news-box/top.png);
	background-repeat: no-repeat;
}

.home-news-box .center
{
	width: 710px;
	background-image: url(../grafiken/home-news-box/center.png);
	background-repeat: repeat-y;
}

.home-news-box .bottom
{
	width: 710px;
	height: 20px;
	background-image: url(../grafiken/home-news-box/bottom.png);
	background-repeat: no-repeat;
}
.table-container
{
	display: table;
	width: 100%;
}
.table-cell
{
	display: table-cell;
	width: 45%;
	padding-right: 5%;
}
.home-news-box .text
{
	padding-top: 12px;
	padding-left: 20px;
	width: 662px;
}

.home-news-box h4
{
	font-size: 26px;
	color: #FFFFFF;
	background-color: #567122;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 15px;
}