/* angepassste reset.css, siehe http://kronn.de/weblog/2004/10/30/css-reset/ */
html,address,blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre {
	font-family:inherit; font-style:normal; font-weight:normal;
	font-variant:normal; line-height:inherit; text-align:left;
	text-decoration:none; padding:0px; margin:0px; float:none;
	border:0px; display:block; cursor:default; }
span,a,img,abbr,code,em,strong,b,i,object,var,tt,kbd,samp,small,sub,sup {
	font:inherit; background:transparent; padding:0px; margin:0px;
	color:inherit; display:inline; float:none; border:0px; }

li       { display:list-item; }
 ul { list-style: outside; margin-left:1.5em;} 

table    { display:table; }
tr       { display:table-row; }
th,td    { display:table-cell; }
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
caption  { display:table-caption; }
colgroup { display:table-column-group; }
col      { display:table-column; }

head, head * { display:none; }

html,address,blockquote,body,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre { font-size:12px; font-family:Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; line-height:1.35em; }
    a:link, a:visited, a:hover, a:active { cursor:pointer; }
    input, textarea { cursor:auto; }

    ul li { list-style-type:square; }
    ol li { list-style-type:decimal; }
/* reset.css ende */
