/*


*/

body { 
  font-family:Arial,Helvetica,Sans-Serif;
}

/* der header ist insgesamt 115px hoch */
#header { 
  display:none;
}

#leftColumn { 
  display:none;
}

#centerColumn {
  margin:0;
  padding:0 3ex;
}

#breadcrumbs { 
  color:#007db1;
  font-size:80%;
  margin:.5ex 0 0 0;
}

#breadcrumbs a { 
  color:black;
  text-decoration:none;
}

#breadcrumbs a:hover { 
  text-decoration:underline;
}

#content {
  line-height:1.3em;
  font-size:90%;
}

#content h2 { 
  color:#007db1;
}

#footer { 
  margin:4em 0 0 0;
  text-align:center;
}

#footer span { 
  border-top:1px solid #ccc;
  padding:.5ex 2ex;
  font-size:80%;
}

#rightColumn { 
  float:right;
  width:15%;
  margin:4em 1ex 0 2em;
  background:#d3e4ec;
  padding:1ex;
  color:#3d6775;
  font-size:90%;
}

.margin#centerColumn {
  margin-right:20%;
}