/* ==================== */
/* ALL FRAMEWORK STYLES */
/* ==================== */


/* Overwrite standard tags */
body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: Arial, Geneva, sans-serif;
}
img {
  border: 0;
}

/* create margin for the page */
#fullContent {
  width: 558px;
  margin: 0 10px;
}
/* skip navigation link for text browsers */
.skiplink {
  display:none;
}
#topHeader {
  margin-top: 20px;
}


/* ======================== */
/* Styles for TopNavigation */
/* ======================== */


/* list in the top navigation */
#navi_top {
  display: inline;
  margin: 0;
  padding: 0;
  color: #525864;
}
#navi_top li {
  display: inline;
}

/* TopNavi List styles */
li.menu_level0_print_no {
  background-image: url(../images/top/icon-print.gif);
  background-repeat: no-repeat;
  background-position: 0 80%;
  padding-left: 17px;
  padding-right: 15px;
  margin: 0;
}
li.menu_level0_close_no {
  background-image: url(../images/top/icon-close.gif);
  background-repeat: no-repeat;
  background-position: 0 80%;
  padding-left: 17px;
  margin: 0;
}
/* links within the list */
#navi_top li a {
  font-size: 0.7em;
  color: #525864;
}


/* ======================================================================== */
/* Styles for the framework containing navigation, content and right column */
/* ======================================================================== */


/* move framework higher since we can't reliably change the margin of HR's */
#frameWork {
  width: 558px;
  margin-top: -8px;
}
/* the same for IE, but with different offsets because of strange HR rendering */
* html #frameWork {
  margin-top: -7px;
}
.clear {
  clear: both;
  font-size: 1px;
}

#typo3_page_content {
  padding-bottom: 10px;
}

#typo3_print_footer {
  font-size: 0.7em;
  color: black;
}
div.HrSpacer {display: none}
/*/*/a{}
div.HrSpacer { display: block; height: 1px; background-color: #929daf; margin: 15px 0 15px 0; }
div.HrSpacer hr {display:none}
/* */
