html, body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	background-color: #181818;
	font-family:Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	color:#000;
	

} 

.ueberschrift
{
	font-size: 24px;
	width:200px;
	text-align: left;
	vertical-align: top;
	height: 33px;
	color: #000111;
	background-color: #fff;
	padding-left: 10px; 
}	

.contentarea
{
	width:500px;
	font-size: 12px;
	vertical-align: middle;
	background-color: #F37900;
	padding: 10px; 
}	

.address
{
	font-size: 12px;
	text-align: left;
	vertical-align: bottom;
	height: 33px;
	width: 200px;
	background-color: #fff;
	color:#000111;
	padding-left: 10px; 
	padding-bottom: 5px; 
}	

.nav
{
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	height: 33px;
	width: 225px;
	background-color: #fff;
}	
	

A {text-decoration: none}
A {cursor: crosshair}
A {border: 0px}
A {color: #F37900}


a img {
	border:0px;
}


div.container {top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table}

div.inner {display: table-cell; vertical-align: middle; align:center;}


.text {
	overflow: auto;
	height: 500px;
	text-align:left;
	
}

.text a{
	color:#000000;
	text-decoration: underline;
}

