/* Mannege style
 * (c) by J. J. Schmidt 2008 NETZMERK
 * */

#footer img.banner {
  margin: 1em 0;
}
#ldi {
  position: absolute;
  top: 63px;
  left: 800px;
}
body {
  font-size: 75%;
  font-family: Verdana, sans-serif;
}
#wrapper {
  margin: 16px 10px;
  min-width: 1024px;
  max-width: 1600px;
  border: 1px solid black;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}
h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
  color: #ff9629;
  text-decoration: none;
}
br.clear {
  clear: both;
}
textarea {
  width: 100%;
}
#header {
  color: white;
  height: 130px;
  width: 100%;
  text-align: right;
  border-bottom: 10px solid #101410;
  padding: 0;
  font-weight: bold;
}
#flash {
  float: left;
  font-size: 1.2em;
  margin: 2ex 0 0 154px;
}
#bredcrump {
  margin: 0;
  padding: 2ex 1em 0 0;
}
#header a {
  color: white;
  text-decoration: none;
}
#user_menu {
  float: right;
  margin: 0;
  padding: 2ex 1em 0 0;
}
#user_menu li {
  display: inline;
  margin: 0 0 0 1em;
  padding: 0;
}
#user_menu li a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#user_menu li a.active {
  cursor: default;
  color: #ff9629;
  background: white;
}

#menu ol.main {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  line-height: 2.2ex;
}
#menu ol.main li {
  float: left;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}
#menu ol.main li:first-child {
  border-left: none;
}
#menu ol.main li a {
  color: black;
  padding: 0.5ex 0.5em 0.5ex 1em;
  height: 6.5ex;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
#menu ol.main li.current a,
#menu ol.main li a:hover {
  background-color: #101410 !important;
}
#menu ol.main li.current a,
#menu ol.main li a:hover {
  color: #ff9629;
}
#menu ol.main li.nr-1 { background-color: #9ccb00 }
#menu ol.main li.nr-2 { background-color: #b5d731 }
#menu ol.main li.nr-3 { background-color: #c6e363 }
#menu ol.main li.nr-4 { background-color: #e7f3b5 }
#menu ol.main li.nr-5 { background-color: none }

#sub {
  clear: left;
  background-color: #6b696b;
}
#sub ol.sub {
  font-size: 0.9em;
  height: 3.7ex;
  margin: 0;
  padding: 0;
}
#sub ol.sub li {
  height: 3.5ex;
  float: left;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  background-color: #6b696b;
}
#sub ol.sub li a {
  color: white;
  padding: 3px 0.75em 0.5em 0.75em;
  display: block;
  text-decoration: none;
}
#sub ol.sub li.current a,
#sub ol.sub li a:hover {
  background-color: #101410;
}
#sub ol.sub li.current a,
#sub ol.sub li a:hover {
  color: #ff9629;
}
#content {
  clear: left;
  font-size: 1.1em;
  background: white;
  margin-bottom: 1cm;
  width: 100%;
}
#content p {
  max-width: 60em;
}
#content h2.page-title {
  display: none;
}
#content h3 {
  margin-bottom: 1em;
}
#content p {
  margin-bottom: 0.5em;
}
#content div.box div.content p img {
  margin:  0 1em 1em 1em;
}
#content div.box {
  float: left;
  margin-bottom: 1em;
}
#content div.box.alone {
  margin: 1cm 3cm;
}
#content div.box div.content {
  margin: 1.5em;
}
#content div.box div.atmo {
  height: 182px;
}

#content div.box.alone {
  margin: 1cm 3cm;
}

#content fieldset legend a {
  text-decoration: none;
  color: black;
}
#content fieldset legend a.active {
  font-weight: bold;
}
input[type="file"] {
  font-size: 0.85em;
}

div.resource {
  float: left;
  border: 1px solid #aaa;
  margin: 0 2em 2em 0;
  padding: 0;
  width: 35em;
  height:10em;
}
div.resource .meta {
  background: white;
  width: 22em;
}
div.resource h3 {
  margin-top: 0;
}
div.resource p {
  margin-bottom: 0;
}

#footer {
  clear: both;
  text-align: center;
  border-top: 1px solid #ff9629;
  padding: 1ex 0;
} 

#footer p {
  text-align: center;
  margin: 0;
}

