@charset "iso-8859-1";
/* 
	Reset Browser Styles
	www.domain.de
	Last Update: 08 March 2007
	by: rgs
*/

head {
display: none;
}
html,address,blockquote,body,div,dl,dt,dd,fieldset,form,
h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,
table,tr,td,th,thead,tbody,tfoot,caption {
display: block;
float: none;
margin: 0;
padding: 0;
border: 0;
font-family: inherit;
font-style: normal;
font-weight: normal;
font-variant: normal;
/*font-size: inherit;*/
font-size: 1em;
line-height: inherit;
text-align: left;
text-decoration: none;
cursor: default;
}
li {
display: list-item;
}
span,a,img,abbr,code,em,strong,b,i,textarea,legend,button,
object,select,var,tt,kbd,samp,small,sub,sup {
display: inline;
float: none;
margin: 0;
padding: 0;
border: 0;
font: inherit;
background: transparent;
color: inherit;
}
table {
display: table;
border-spacing: 0;
border-collapse: collapse;
}
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;
}
