body { 
		padding-top: 0;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		background-color: #666666;
		}
		
a {
		text-decoration: none;
		color: #000000;
		border: 0px solid black;
		}
		
#wrapper { 
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		width: 555px;
		height: 875px;
		}
		
.middlebar {
		padding-top: 4px;
		padding-left: 2px;
		width: 553px;
		height: 17px;
		background-image: url('images/middlebar.bmp');
		font-family: tahoma;
		font-weight: bold;
		font-size: 7pt;
		color: white;
		}
	
.middlebarcontent {
		padding-left: 2px;
		padding-top: 2px;
		width: 551px;
		background-image: url('images/tabelbackground.bmp');
		font-family: tahoma;
		font-weight: bold;
		font-size: 7pt;
		color: black;
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		}	
		
#linkscontent {
		text-align: center;
		padding-left: 2px;
		padding-top: 2px;
		width: 551px;
		background-image: url('images/tabelbackground.bmp');
		font-family: tahoma;
		font-weight: bold;
		font-size: 7pt;
		color: black;
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		}
		
.datum {
		text-align: center;
		float: left;
		width: 42px;
		height: 46px;
		background-image: url('images/news.bmp');
		font-family: tahoma;
		font-weight: bold;
		font-size: 12pt;
		color: #FFFFFF;
		}
		
.headline {
		padding-top: 14px;
		margin-left: 2px;
		float: left;
		width: 500px;
		height: 32px;
		font-family: tahoma;
		font-weight: bold;
		font-size: 9pt;
		color: #D34203;
		}
		
.line {		
		width: 500px;
		height: 18px;
		font-family: tahoma;
		font-weight: bold;
		font-size: 9pt;
		color: #D34203;
		}
		
.writtenby {
		width: 500px;
		height: 32px;
		font-family: tahoma;
		font-weight: bold;
		font-size: 7pt;
		color: #333333;
		}