html, body {  
  height:100%;
}

body {
  text-align:center; /* horizontal centering for IE Win quirks */
}

a,
a:visited,
a:hover {
  color: #0060b2;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

#distance { 
  width:1px;
  height:50%;
  margin-bottom:-315px;
  float:left;
}

#wrapper {
  background: url(/fileadmin/images/template/content.jpg) top left no-repeat #e8f0f7;
  width: 1020px;
  height: 630px;
  margin:0 auto;
  position:relative;
  clear:left;
  text-align:left;
  overflow: hidden;
}

/* shadowbox */
#content, #backlink {
  text-align: left;
  padding: 1em;
}

#content p { padding-bottom: 1em; }
#content ul { padding: 0 0 1.5em 1.5em }
#content ul { list-style: disc; }
#content .csc-textpic { padding-bottom: 2em; }

#content .twoColsLeft { width: 49%; float: left; }
#content .twoColsRight { width: 49%; float: right; }

/* shadowbox content outside the shadowbox */
#contentDistance { 
  width:1px;
  height:50%;
  margin-bottom:-315px;
  float:left;
}

#contentWrapper {
  background: #e8f0f7;
  width: 1020px;
  height: 630px;
  margin:0 auto;
  position:relative;
  clear:left;
  text-align:left;
  overflow: auto;
}