HTML {
	width: 100%;
	height: 100%;
}

BODY {
	width: 100%;
	height: 100%;
	
	font-family : Arial;
	color : #FFFFFF;
	
	/* RANDABSTAND (TABELLEN) */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-height: 0px;
	margin-width: 0px;
}

td.friedrichstrasse, td.prenzlauer_berg{
	padding: 5px;
	vertical-align: top;
}

td.friedrichstrasse, td.friedrichstrasse_logo{
	background-color: #5A6992;
	text-align: right;
}

td.prenzlauer_berg, td.prenzlauer_berg_logo{
	background-color: #990000;
	text-align: left;
}

.head_friedrichstrasse a, .head_prenzlauer_berg a {
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.head_friedrichstrasse a:hover{
	color: #990000;
}

.head_prenzlauer_berg a:hover{
	color: #5A6992;
}


.txt{
	font-size: 10pt;
	color: #FFFFFF;
}

