/**********************************************************
Das Basisstylesheet setzt die verschiedenen Vorgaben
auf einen Standardwert zurueck,
welcher ueber die weiteren css eingestellt wird.
Dieses CSS sollte nicht veraendert werden!
***********************************************************/

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 62.5%;
	background-color: #fff;
	color: #000;
}
body, html {
	width:100%;
}
body,form, h1, h2, h3, h4, h5, h6, div, p, form, table, tr, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
	background:transparent;
	border:0px;
}
p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}
table {
	clear:both;
	width:100%;
}
/*.clear {clear:both; width:100%; height:1px; overflow:hidden;}*/
.clear {clear:both; width:100%; display:inline;}
.blanktrenner {height:0.1em; overflow:hidden;}
.hidden {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
pre {
	font-size:12px;
}

ul, ul li {
    margin:0px;
    padding:0px;
    list-style-type:none;
}

a img {
	border: none;
}
xmp {
	font-size:12px;
}
