body, TD {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

div#container {
	width: 739px;
	height: 443px;
	background-color: #CCCCCC;
}

div#main {
	float: left;
}

div#header {
	width: 666px;
	height: 148px;
	display: block;
	text-align: left;
}

div#content {
	width: 666px;
	height: 295px;
	text-align: left;
	padding: 30px;
}

html>body div#content {
	width: 606px;
	height: 255px;
  padding-top: 10;
}

div#scrollingcontent {
	padding: 30px;
	width: 591px;
	height: 221px;
	overflow: auto;
	
	scrollbar-base-color:#000000;
  scrollbar-3d-light-color:#CCCCCC;
  scrollbar-arrow-color:#CCCCCC;
  scrollbar-darkshadow-color:#000000;
  /* Vordergrund */
	scrollbar-face-color: #000000;
  scrollbar-highlight-color:#999999;
  scrollbar-shadow-color:#000000;
  /* Hintergrund */
	scrollbar-track-color:#000000;
}

html>body div#scrollingcontent {
  width: 531px;
	height: 161px;
}

div#content #left {
	float: left;
	width: 250px;
}

div#content #right {
	float: left;
	width: 250px;
	margin-left: 30px;
}

ul {
	list-style-type: none;
	list-style-position: 0;
	margin: 0;
	padding: 0;
}
li {
	padding-top: 4;
}
div#navigation {
	float: left;
	width: 73px;
	height: 443px;
}

#home {
	width: 220px;
	height: 73px;
	text-decoration:none;
}

div.news_titel {
  float: left;
}

div.news_back {
  float: right;
}

div.news_content {
  clear: left;
  width: 450px;
  padding-top: 20px;
}

.news_item {
  padding-bottom: 10px;
}
