body {
	margin: 0px;
	background-color: black;
	font-family: Verdana;
	font-size: 12px;
	color: white;
}

.logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -47px;
	margin-top: 10px;
	z-index: 3;
}

.link_white_times {
	color: white;
	font-family: Times;
	text-decoration:none;
	font-size: 14px;
}

.link_red {
	color: #F0050A;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.link_white {
	color: white;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.link_none {
	color: white;
	text-decoration: none;
}

.link_quellen {
	color: white;
	text-decoration: none;
	line-height: 1.8em;
}

.headline_small {
	font-family:Times;
	font-weight:lighter; 
	font-size:24px; 
	letter-spacing:2px;
}

.headline_big {
	font-family:Times;
	font-weight:lighter; 
	font-size:36px; 
	letter-spacing:2px;
}

.mainTable {
	width: 800px;
	height: 600px;
}

.mainArea {
	height: 480px;
	background-color: #A00002;
}

