
* 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;
}

#bluebar-left,
#bluebar-right,
#bar,
#top-menu,
#left-menu,
#main-image,
#menu-top-wrapper,
#search,
#print,
#image,
#left,
#right,
#top,
#bar,
#skip,
#content-right,
#content-right-sub,
#breadcrumb,
.typo3-adminPanel,
.udm,
#top-text,
#content-left-sub,
#navi2,
#logo h1,
#logo h3 {
  display: none;
}

.front-table-wrap td {
	padding:3px;
}

SPAN.removeme { display: none; }

/******************/
/* Headers, plain */
/******************/
H1, H2, H3, H4, H5, H6 { font-size: 12px; 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; }
H1 { font-size: 15px; }

/* 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; }

.smalltext { font-size: 90%; }


/* Header date */
P.csc-header-date { font-size: 10px; color: #000; }


a:link, a:visited {
   color: #000000;
   text-decoration: underline;
}

#container2, #content { width: 100%; }
* html #container2 { width: 98%; }


#print-logo {
   display: block;
   padding-bottom: 20px;
   padding-left: 20px;
   float: right;
}

#footer {
	border-top: 1px solid #000;
}

