/* Stylesheet for rapid-i */


/* general */

* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  text-align: left;
  font-family: sans-serif;
  background: #ffffff;
  color: #61420c;
  font-size: 11pt;
  line-height: 1.5em;
}

b, strong {
  font-weight: bold;
}

a {
  color: #61420c;
  text-decoration: underline;
}

a:hover {
  color: #a89673;
}

p {
   margin-bottom: 15px;
}

ol {
   list-style-position:inside;
}

ul {
   list-style-position:inside;
   margin-bottom: 15px;
}

/* Headlines */

.componentheading, .contentheading, div.module h3, h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 20pt;
  font-weight: bolder;
  color: #f39200;
  letter-spacing: 0.08em;
  line-height: 1.5em;
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4 {
  font-size: 12pt;
}

h5 {
  font-size: 10pt;
}

h6 {
  font-size: 8pt;
}

table#prices {
  border: 1px solid #3f3518;
  text-align: center;
}

table#timetable h6, a, b, strong {
   color: #61420c;
}

/* CONTENT */

#maincontent {
  vertical-align: top;
  text-align: left;
  padding-left: 16px;
  padding-top: 2px;
  width: 100%;
}

table.content{
  width            : 100%;
  border-collapse  : collapse;
  border-spacing   : 0px;
  margin-bottom    : 50px;
/*  margin-bottom    : 10px; */
}

table.contentpane {
  width            : 100%;
  padding          : 3px;
  border-spacing   : 0px;
  margin-bottom    : 2px;
}

table.contentpaneopen {
  width            : 100%;
  padding-left     : 20px;
  padding-right    : 20px;
  padding-top      : 5px;
  padding-bottom   : 15px;
  border-spacing   : 0px;
  margin           : 0px;
}

/* Menu items */

/* top menu (nav) */

#mainlevel {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
  white-space: nowrap;
  float: left;
  font-size: 18px;
  font-weight: bolder;
  line-height: 24px;
}

#mainlevel li {
  float: left;
  margin-right: 30px;
}

#mainlevel li a {
  color: #61420c;
  text-decoration: none;
}

#mainlevel li a#active_menu {
  color: #a89673;
  text-decoration: none;
}

#mainlevel li a:hover {
  color: #a89673;
  text-decoration: none;
}
