
* html { width: 100%; }
html { width: 98%; }

/* Body */
body {
background: #FFFFFF;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 10px;
color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-style: normal;
width: 90%;
}

* html body { width: 100%; }

#maintable, #content, #contenttable { width: 100%; }

#bottomtable {
width: 100%;
height: 25px;
border: 0px;
}

#top {
  padding: 0;
  margin: 0;
}

table, td {
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 10px;
}

table#tx-products-pi1-list {
  width: 100%;
  margin: 20px 0 0 0;
}

#logoprint {
  display: block;
  padding-bottom: 20px;
  text-align: right;
}

#bottomprint {
  display: block;
  padding-top: 20px;
}

#address_info {
  border-top: 1px solid #000;
  padding: 0px 0px 0px 0px;
  height: 40px;
}

H1 SPAN.headline {
 display: block;
 margin: 0px;
 padding: 0px;
}

H1 IMG {
 display: none;
}

H1 {
 margin: 0px;
 padding: 0px;
}


/* Content column */
#content {
  padding: 0 0 20px 0;
}

#leftmenu,
#toptable,
#login,
.searchfield,
.noprint,
.typo3-adminPanel,
.udm {
  display: none;
}

/******************/
/* Headers, plain */
/******************/
H1, H2, H3, H4, H5, H6 { font-size: 13px; color: #000000; text-transform: uppercase; margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size: 10px; color: #000; }


a:link, a:visited {
   color: #000000;
   text-decoration: underline;
}

#colLeft, #colRight, #colSpacer_1 {
  display: none;
}

#colNormal {
  padding: 0px;
  vertical-align: top;
  width: 100%;
}


/*
table {
  border: 1px dashed #000;
}

td {
  border: 1px dashed #000;
}

div {
  border: 1px solid #ffff00;
}
*/