* {
  margin: 0;
  padding: 0;
  border: none;
}

HTML {
  height: 100%;
  width: 100%;
}

BODY {
  color: #000;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  background-color: #e4eaec;
  width: 100%;
  height: 100%;
}

DIV#site_wrap {
  width: 99em;
  height: 100%;
  background-color: #59717d;
  margin: 0 auto;
	/*overflow-y: hidden;*/;
}

HEADER {
  width: 91em;
  height: 23em;
  background-color: #e0e0e0;
  margin: 0 auto;
}

DIV#header_image {
  width: 16em;
  height: 17.8em;
  float: right;
  padding: 0.2em;
}

DIV#header_image IMG {
  width: 100%;
}

HEADER H1 {
  font-family: "Times", serif;
  font-size: 3.6em;
  padding: 1.2em 0.8em 0.1em 0.8em;
}

HEADER a:link, HEADER a:visited {
  text-decoration: none;
  color: #000;
}

NAV#navigation {
  padding: 0 3em;
}

NAV#navigation UL {
  list-style-type: none;
  white-space: nowrap;
}

NAV#navigation UL LI {
  font-size: 1.6em;
  display: inline-block;
  margin-right: 1.4em;
}

NAV#navigation a:link {
  text-decoration: none;
  color: #000;
}

NAV#navigation a:visited {
  color: #000;
}

SECTION#intro {
  text-align: left;
  width: 61em;
  margin-left: 3em;
  margin-right: auto;
}

SECTION#intro P {
  font-size: 1.6em;
  line-height: 1.6em;
}

SECTION#intro P a:link {
  font-weight: bold;
}

SECTION#calendar_box {
  width: 69em;
  height: 18em;
  background-color: #fff;
  border: 1px solid #59717d;
  margin-top: 1.5em;
  margin-left: 3em;
  z-index: 5;
  position: relative;
}

NAV#subnav {
  width: 25em;
  height: 9em;
  float: left;
  padding-top: 1em;
  padding-left: 1.5em;
}

NAV#subnav H3 {
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 0.2em;
  font-weight: 700;
}

NAV#subnav UL {
  font-size: 1.4em;
  font-weight: 700;
}

NAV#subnav LI {
  margin-bottom: 0.3em;
  list-style-type: none;
}

NAV#subnav LI a:link {
  text-decoration: none;
  color: #000;
}

NAV#subnav LI a:visited {
  color: #000;
}

ASIDE#calendar {
  width: 35.4em;
  height: 9em;
  float: right;
  margin-left: auto;
  text-align: right;
  padding-top: 1em;
  padding-right: 1em;
}

ASIDE#calendar .month-list, ASIDE#calendar .day-list {
  display: none;
}

ASIDE#calendar .months-container .month-list:first-child, ASIDE#calendar .days-container .day-list:first-child {
  display: block;
}

ASIDE#calendar INPUT {
  width: 4em;
  height: 1.8em;
  font-size: 1.4em;
  font-weight: bold;
  border: 1px solid #717171;
  margin-left: 0.2em;
  margin-bottom: 0.2em;
  float: left;
  cursor: pointer;
  background-color: #e0e0e0;
  background: #e7e7e7;
 /* Old browsers */
  background: -moz-linear-gradient(top, #e7e7e7 0%, #d4d4d4 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#d4d4d4));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e7e7e7 0%,#d4d4d4 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7e7e7 0%,#d4d4d4 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e7e7e7 0%,#d4d4d4 100%);
 /* IE10+ */
  background: linear-gradient(to bottom, #e7e7e7 0%,#d4d4d4 100%);
 /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#d4d4d4',GradientType=0 );
 /* IE6-9 */;
}

ASIDE#calendar INPUT.day {
  width: 1.9em;
}

ASIDE#calendar INPUT.inactive {
  color: #b6b5b5;
  font-weight: normal;
  cursor: auto;
}

ASIDE#calendar INPUT.select {
  background: #59717d;
  color: #fff;
  font-weight: bold;
}

DIV#content_box {
  width: 91em;
  height: calc(100% - 33.4em);
  background-color: #fff;
  margin: 0.4em auto 0 auto;
  margin-bottom: -30em;
  z-index: 0;
  padding-top: 10em;
}

DIV#content_box > * {
  margin-left: 3em;
  margin-right: 3em;
}

DIV#scroll_area {
  width: 85em;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

SECTION#content {
  padding-bottom: 6em;
 /* temporärer Scrolling-fix */;
}

.diary {
  font-family: Times, serif;
  font-size: 1.1em;
}

.noserifs {
  font-family: "Arial", sans-serif;
}

SECTION#content > H2 {
  font-size: 1.9em;
  margin-bottom: 1.2em;
}

SECTION#content > H3 {
  font-size: 1.7em;
  margin-bottom: 0.4em;
  color: #59717d;
}

SECTION#content > P {
  font-size: 1.5em;
  line-height: 1.6em;
  padding-right: 2em;
  margin-bottom: 1em;
}

SECITON#content P.font0 {
  font-size: 1.3em;
}

SECTION#content P.font7 {
  font-size: 1.4em;
}

SECTION#content SPAN.font0 {
  font-size: 0.8em;
}

SECTION#content SPAN.font7 {
  font-size: 0.9em;
}

SECTION#content SPAN.font10 {
  font-size: 1em;
}

SECTION#content .full-width {
  width: 60%;
  border: 1px solid grey;
}

SECTION#content UL {
  font-size: 1em;
  margin-bottom: 2em;
}

SECTION#content LI {
  font-size: 1.5em;
  margin-bottom: 0.8em;
  margin-left: 1.2em;
}

SECTION#content QUOTE {
  line-height: 1.8em;
  padding: 0.5em 1.2em;
  font-family: Times, serif;
  display: inline-block;
}

SECTION#content QUOTE.font7 {
  font-size: 0.9em;
}

SECTION#content a:link, SECTION#content a:visited {
  text-decoration: underline;
  color: #3D83A7;
}

SECTION#content table {
  border: 1px solid #59717d;
  border-spacing: 0;
  border-collapse: collapse;
  width: 99%;
}

SECTION#content th {
  border: 1px solid #59717d;
  padding: 0.5em;
  font-size: 1.5em;
  background-color: #59717d;
  color: #000;
}

SECTION#content th.first {
  width: 10em;
}

SECTION#content td {
  border: 1px solid #59717d;
  padding: 0.5em;
  font-size: 1.5em;
}

SECTION.diary STRONG {
  letter-spacing: 0.05em;
}

SECTION.diary UL {
  list-style-type: none;
}

SECTION.diary H3 {
  color: #000 !important;
}

SECTION.diary H3.quote {
  padding-left: 1em;
}

SUP a:link, SUP a:visited {
  text-decoration: none !important;
}

UL.clear-list {
  list-style-type: none;
  padding-top: 0.5em;
  font-size: 0.5em !important;
}

SECTION#footer {
  padding-bottom: 4em;
 /* temporärer Scrolling-fix */;
}

SECTION#footer P {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.3em;
}

SECTION#footer a:link, SECTION#footer a:visited {
  text-decoration: none;
  color: #3D83A7;
}

SECTION#showcase_footer {
  background-color: #fff;
  margin-top: -9.5em;
  padding-top: 3em;
  z-index: 999;
  position: absolute;
  width: 82em;
  height: 6.5em;
  text-align: center;
}

SECTION#showcase_footer P {
  font-size: 1.5em;
}

SECTION#showcase_footer a:link {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4em;
}

SECTION#showcase_footer a:visited {
  color: #000;
}

DIV#search_field {
  border: 1px solid #999;
  padding: 2em;
  margin-bottom: 2em;
}

DIV#search_field INPUT {
  font-size: 1.5em;
  padding: 0.5em;
  color: #000;
  background-color: #eee;
  border: 1px solid #bbb;
}

DIV#search_field INPUT[name=needle] {
  width: 15em;
}

DIV#search_field INPUT[type=submit] {
  font-weight: bold;
}

DIV.debug {
  border: 1px dashed red;
  padding: 1em;
  padding-top: 1.5em;
  margin-bottom: 4em;
}

DIV.debug P {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}