
/* 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: #fff;
	color: #000;
/*	color: #143070; */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	min-height: 101%;		
}
h1, h2, h3, h4, h5, h6 {
	color: #143070;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.font_normal {
	font-weight: normal;
}
p {
	background: transparent;
	color: #000;
/*	color: #143070; */
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}

ul, ol {
	background: transparent;
	color: #000;
/*	color: #143070; */
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}
ol {
	list-style: decimal;
}
img, fieldset {
	border: 0;
}

a {
	background: inherit;
	color: #143070;
	text-decoration: none;
}
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;
}

