body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF;
}
.nav
{
	width: 912px;
	background-color: #000;
}
.contents
{
	margin: 5px 0px 4px 100px;
	width: 600px;
	text-transform: inherit;
}

a:link { color: #000; }
a:visited { color: #999; }
a:hover
{
	text-decoration: none;
	text-transform: inherit;
}

/* News-Boxen: */
		.boxtitel		
		{
			font-weight: bold;
			border-color: #CCC;
			border-width: 0px 0px 1px 0px;
			border-style: solid;
			width: 300px; 
		}

		.newsBox
		{
			padding: 4px;
			text-align: left;
/*			float:left; */
			width: 300px;
		}
		#box1, #box2		
		{
/*			position: absolute;
			top: 170px;
			height: 500px; 
			width: 360px; */
			background-color: #EEE;
			border-color: #333;
			border-width: 1px;
			border-style: solid;
			vertical-align: top;
		}
		#box1{
		/*	left: 500px; */
		}
		#box2{
		/*	left: 10px; */
		}
		#newstabelle		
		{
			position: absolute;
			left: 10px;
		}
		
/* Ende News-Boxen */