
* html { width: 100%; }
html { width: 98%; }

/* Body */
body {
background: #FFFFFF;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 10px;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
font-style: normal;
width: 100%;
}

table, td {
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 10px;
}

#logoprint {
  display: block;
  padding-bottom: 20px;
}

#bottomprint {
  display: block;
  padding-top: 20px;
}


/* Content column */
#content {
/* width: 71%;*/
}

#menu_1,
#contentspacer,
#bottom,
#language,
#address_info,
#navpath,
#toppicture,
#login,
#top,
.typo3-adminPanel,
.udm {
  display: none;
}

/******************/
/* Headers, plain */
/******************/
H1, H2, H3, H4, H5, H6 { font-size: 13px; color: #000000; 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%;
}

#maintable, #content { width: 100%; }

/*
table {
  border: 1px dashed #000;
}

td {
  border: 1px dashed #000;
}

div {
  border: 1px solid #ffff00;
}
*/