/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(https://f338e6c935589617ba37-fc88074c5a304c8ee77d109945150973.ssl.cf2.rackcdn.com/layout_css-1374067102);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content { margin: 5px; }

#breadcrumbs + #content { margin-top: 10px; }

#menu .module {
  margin: 10px;
  color: #a2a2a4;
  text-shadow: 0 1px 0 rgba(0,0,2,0.3);
}

#footer { margin: 15px; }
#footer .module { margin: 0; }

#header { margin-top: 0px; }
#headerbar { margin-bottom: 0px; height: 125px; margin-left: 12px; width: 1115px;}


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Toolbar */
#block-toolbar {
display: none;
  border-top: 1px solid #fdfdff;
  border-bottom: 1px solid rgba(0,0,2,0.1);
  background: url(https://f338e6c935589617ba37-fc88074c5a304c8ee77d109945150973.ssl.cf2.rackcdn.com/toolbar_png-1374067102) 0 0 repeat-x;
  box-shadow: 0 1px 0 rgba(253,253,255,0.5);
}

#toolbar {
  padding: 5px;
  line-height: 24px;
  font-size: 12px;
}

/* Menubar */
#menubar {
  height: 32px;
  padding: 8px;
  border: 1px solid rgba(0,0,2,0.8);
  border-radius: 7px;
  background: url(https://f338e6c935589617ba37-fc88074c5a304c8ee77d109945150973.ssl.cf2.rackcdn.com/menubar_png-1374067103) 0 0 repeat-x;
  box-shadow:
    inset 0 1px 0 rgba(253,253,255,0.2),
    0 1px 1px rgba(0,0,2,0.2);
}

/* Content */
#content,
#breadcrumbs {
  padding: 13px;
  border: 2px solid #fff;
  border-radius: 7px;
  background: #F7F7F9;
  box-shadow:
    0 0 0 1px rgba(0,0,2,0.1),
    0 1px 0 rgba(0,0,2,0.15),
    0 1px 1px rgba(0,0,2,0.1);
  text-shadow: 0 1px 0 rgba(253,253,255,1);
}

/* ToTop Scroller */
#totop-scroller {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 23px;
  height: 24px;
  background: url(https://f338e6c935589617ba37-fc88074c5a304c8ee77d109945150973.ssl.cf2.rackcdn.com/totop_scroller_png-1374067104) 0 0 no-repeat;
  text-decoration: none;

}
#totop-scroller:hover { background-position: 0 -40px; }