/* Stylesheet for rapid-i */


/* general */

* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  text-align: left;
  font-family: serif;
  background: #ffffff;
  color: #3f3518;
  font-size: 11pt;
}

b, strong {
  font-weight: bold;
  color: #6e112f;
}

a {
  color: #9a794a;
  text-decoration: underline;
}

a:hover {
  color: #6e112f;
}

p {
   margin-bottom: 10px;
}

ol {
   list-style-position:inside;
}

ul {
   list-style-position:inside;
}

/* Headlines */

.componentheading, .contentheading, div.module h3, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 8px;
  font-size: 20pt;
  font-weight: bolder;
  color: #6e112f;
  letter-spacing: 0.08em;
}


h1 {
  font-size: 20pt;
}

h2 {
  font-size: 16pt;
}

h3,h4,h5,h6 {
  font-size: 14pt;
}


/* CONTENT */

#maincontent {
  vertical-align: top;
  text-align: left;
  line-height: 1.8em;
  padding-left: 16px;
  padding-top: 2px;
  width: 100%;
}

table.content{
  width            : 100%;
  border-collapse  : collapse;
  border-spacing   : 0px;
  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: 24px;
  font-weight: bolder;
  letter-spacing: 0.08em;
  line-height: 30px;
}

#mainlevel li {
  float: left;
  margin-right: 30px;
}

#mainlevel li a {
  color: #3f3518;
  text-decoration: none;
}

#mainlevel li a#active_menu {
  color: #d9d0b4;
  text-decoration: none;
}

#mainlevel li a:hover {
  color: #d9d0b4;
  text-decoration: none;
}
