/* Generated by less 2.1.1 */
/*@font_family: tahoma,arial, helvetica, verdana, sans-serif;*/
/*******************************************************************************
* Content styles
******************************************************************************/
body,
html {
  margin: 0px;
  padding: 0px;
  color: #444444;
  background-color: #F9F9F9;
  /* Seitenfarbe rechts-links */
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 11pt;
}
/*******************************************************************************
* Wrapper fuer den Inhalt. Ist unter der Navigation sichtbar.
******************************************************************************/
#wrapper {
  width: 1000px;
  margin: 0 auto;
  background-color: #F1F1F1;
}
/*******************************************************************************
* Div for header
******************************************************************************/
#header {
  margin: 0 auto;
  padding: 5px 10px;
  background: linear-gradient(-45deg, #ffcc00, #ffffff);
  height: 90px;
  line-height: 100px;
  text-align: center;
}
/*******************************************************************************
* Footer
******************************************************************************/
#footer {
  margin: 0 auto;
  padding: 5px 10px;
  background: linear-gradient(-45deg, #ffcc00, #ffffff);
  font-size: 80%;
}
#footer p {
  margin: 0;
  text-align: right;
}
/*******************************************************************************
* Div for pages
******************************************************************************/
#pages {
  background: linear-gradient(-45deg, #fffae6 10%, #ffffff);
}
.page {
  display: none;
  padding: 30px;
}
.page.active {
  display: block;
}
/*******************************************************************************
* Content styles
******************************************************************************/
math,
math[mode="inline"] {
  display: inline;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 20pt;
}
/*******************************************************************************
* Content styles Inhalt ( Überschrifen, Texte)
******************************************************************************/
h1 {
  margin: 0;
}
h2 {
  padding-bottom: 3px;
  margin: 0 0 1em;
  border-bottom: 1px solid #bbbbbb;
  font-size: 150%;
}
h3 {
  padding-bottom: 3px;
  margin: 0 0 1em;
  border-bottom: 1px solid #bbbbbb;
  font-size: 120%;
}
h4 {
  font-weight: bold;
}
img {
  float: right;
  margin-left: 10px;
}
p {
  text-align: justify;
}
a:link,
a:visited {
  color: #666666;
  text-decoration: underline;
}
a:hover {
  color: #440000;
}
ul.list {
  list-style: none;
}
ul.square {
  list-style: square;
}
/*******************************************************************************
* Meta navigation
******************************************************************************/
#navi ul {
  margin: 0px;
  padding: 0px;
  background: #aaaaaa;
}
#navi ul li {
  display: inline-block;
  background: #aaaaaa;
  color: #ffffff;
  font-weight: 200;
  cursor: pointer;
  padding: 5px 10px;
}
#navi ul li:hover,
#navi ul li:hover,
#navi ul li.active {
  background-color: #888880;
}
