
* html { width: 100%; }
html { width: 90%; }

/* 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%;
	text-align:left;
}

#maintable {
}

table, td {
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 10px;
}

#logoprint {
  display: block;
  padding-bottom: 10px;
}

#bottomprint {
  display: block;
  padding-top: 20px;
}

#content_right {
 	vertical-align: top;
}


/* Content column */
#content {
/* width: 71%;*/
}

#spread_interface,
#spread_debug,
#menu_1,
#contentspacer,
#bottom,
#language,
#address_info,
#navpath,
#toppicture,
#login,
#top,
#search,
#breadcrumb,
.typo3-adminPanel,
.removeme,
.udm {
  display: none;
}


.tx-irfaq-pi1 p.toggleAll { display: none; }
.tx-irfaq-pi1 dt img { display: none; }
.tx-irfaq-pi1 dt { font-size: 12px; font-weight: bold; line-height: 3;}
.tx-irfaq-pi1 dd { margin-bottom: 10px; }

/******************/
/* 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%;
}

#maintable { width: 100%; }


#maintable td { text-align:left; }

/*
table {
  border: 1px dashed #000;
}

td {
  border: 1px dashed #000;
}

div {
  border: 1px solid #ffff00;
}
*/