
/* B A S I C S */
* {margin: 0; padding: 0;}
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
html { height: 100% } 
body {
	background-color: #000;
	color: #000;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	min-height: 101%;
}
h1, h2, h3, h4, h5, h6 {
	color: #143070;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}
p {
	background: transparent;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

ul, ol {
	background: transparent;
	color: #000;
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
}
ol {
	list-style: decimal;
}
img, fieldset {
	border: 0;
}
a {
	background: inherit;
	text-decoration: underline;
	color: #900;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
/* Invisible */
.invisible, dfn {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.accesskey {
	display: none;
}
/* clearen */
.clear {	
	clear: both; 
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
