html, body {
  margin:0px;
  padding:0px;
  font-size: 11px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
  color: #000000;
  background-color: #FFFFFF;
}     
h1 {
  color: #333333;
  background-color: transparent;
  font-size: 16px;
}
h2 {
  font-size: 13px;
}
h2.rss-item-title {
  font-size: 14px;
  border-bottom: 1px solid #FFA500;
  border-left: 1px solid #FFA500;
  margin-bottom: 1px;
  background-color: #ffc36b;
  padding: 2px;
}
h2.rss-item-title a {
  text-decoration: none;
  color: #000000;
}
div.rss-item-postinfo {
  font-style: italic;
  font-size: 0.9em;
}
div.rss-item-postinfo a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
h3 {
  font-size: 12px;
}
.navigationwhite, .navigationselected {
  color: #FFFFFF;
  background-color: transparent;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
  text-decoration: none;
  padding:0px 10px 0px 10px;
}
.navigationwhite:hover {
  text-decoration: underline;
}
.navigationselected {
  font-weight: bold;
}
.nnbr {
  font-size: 12px;
  text-decoration: none;
}
.nnbr:hover {
  background-color: transparent;
  text-decoration: underline;
}
.nnbs {
  font-size: 12px; 
  background-color: transparent;
  text-decoration: none;
  font-weight: bolder;
}
.nnbe {
  margin-bottom: 7px;
}
a {
  color: #663300;
  background-color: transparent;
}
.breadcrumb, #edit a {
  color: #a0a0a0;
  background-color: transparent;
  text-decoration: none;
}
.newsbox a {
  text-decoration: none;
  font-weight: bold;
}
.newsbox a:hover {
  text-decoration: underline;
}
input.search {
  color: #663300;
  background-color: #ffffff;
  border: 1px solid #663300;
}
input.searchsubmit {
  color: #7e6a4b;
  background-color: #FFC36B;
  border: 1px solid #663300;
}
input.searchsubmit:hover {
  color: #ffffff;
  background-color: #FFA500;
  border: 1px solid #ffffff;
}     
            
#head {
  position: absolute;
  top:0px;
  padding: 0px;
  margin: 0px;
  width:100%;
  background: #FFA500;
}
#content {
  position: absolute;
  left: 210px;
  top: 80px;
  background-color:#fff;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px #a0a0a0 dotted;
} 
#edit {
  float: right;
}      
#topnavi {
  background-color: #ffc36b;
  border-bottom: 1px #FFA500 solid;
}
#menu {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 180px;
  padding-left: 10px;
  padding-right: 10px;
}
#footer {
  clear: both;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 10px;
  color: #a0a0a0;
  width: 100%;
  background-color: transparent;
}
#content-ais {
  position: absolute;
  top: 80px;
  left: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.center{
  text-align: center; 
}
.callout {
  float: left;
  width: 280px;
  border: 1px #a0a0a0 dotted;
  padding: 2px 10px 2px 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.callout a {
  text-decoration: none;
  font-weight: bold;
}
.callout a:hover {
  text-decoration: underline;
}
.slogan {
  font-size: larger;
}
.slogan a {
  text-decoration: none;
  font-weight: bold;
}
.slogan a:hover {
  text-decoration: underline;
}
.eventslink {
  font-weight: bold;
}
#teaserimage{
  margin-right: 20px;
  float: right;
  padding-left: 5px;
}
.btn {
  font: 9px Geneva, Verdana, sans-serif; 
  padding: 1px 1em 1px 0; 
  border: 1px solid black; 
  background: #888; 
  color: #FFF; 
  text-decoration: none;
}
.btn span {
  border-right: 1px solid #000;
  color: #FFF;
  margin: 0; 
  padding: 1px 0.75em; 
  margin-right: 0.1em;
}
.rss span {
  background: #F60;
}
td {
  font-size: 11px;
}

/* CSS rules for the Wiki */
textarea.longtext {
  width: 600px;
  height: 400px;
}
div.wikitoolbar {
  background-color: #e0e0e0;
  border: 1px solid #c0c0c0;
  float: right;
  width: 100px;
  padding: 3px;
}
div.wikitoolbar a {
  color: #000000;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
div.processing_message {
  background-color: #e0e0e0;
  border: 1px solid #c0c0c0;
  padding: 3px;
  margin: 2px;
  width: 80%;
}
a.wiki_missing {
  text-decoration: none;
  border-bottom: 1px dotted #c0c0c0;
}

div.nextprevious {
  /* border-top: 1px dotted #333333; */
  padding: 2px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
div.nextprevious a {
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px;
  white-space: nowrap;
}