.main {
  background-color: #eeeeee;
}

.header {
  background-color: #6eb31a;
  color: white;
  border-left: 15px solid #6eb31a;
  border-right: 15px solid #6eb31a;
  height: 86px;
  padding-left: 5px;
}

.footer {
  background-color: #ab0008;
  color: white;
}

#logo {
  text-align: left;
  width: 20%;
}

.compass-red {
  color: #ab0008;
}

.compass-green {
  color: #6eb31a;
}

.top-image {
  float: right;
  margin-left: 20px;
  margin-top: 6px;
  margin-bottom: 20px;
}

a {
  color: #6eb31a;
}

a:visited {
  color: #6eb31a;
}

a:hover, a:visited:hover {
  color: #6eb31a;
  font-weight: bold;
}

.selected {
  font-weight: bold;
}

blockquote {
  margin-top: -13px;
  margin-bottom: -13px;
}

body {
  background-color: #afd87f;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0pt;
  padding: 0pt;
  text-align: center;
}

h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
  color: #ab0008;
}

h3 {
  color: #999999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}

h4 {
  color: #6eb31a;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

#page {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 730px;
}

#header {
  background-color: #4f57c5;
  color: white;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 30px 0pt;
}

#site-title {
  color: white;
  font-size: 325%;
}

#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}

#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}

#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
}

#main {
  background-color: white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  float: left;
  width: 728px;
}

#content-wrapper {
  float: left;
  width: 550px;
  padding-bottom: 20px;
}

#content {
  padding: 25px;
}

#content h1 {
  margin-top: 0pt;
}

#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}

#content p {
  line-height: 160%;
}

#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}

#content .entry .info {
  margin-top: 1em;
}

#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px -25px 0pt;
  padding: 25px;
}

#content .first.entry h3 {
  margin-top: 0.25em;
}

.sternliste {
  list-style: inside none none;
}
.ul-text{
	padding: 0px 0px 0rem 1rem;
}

.li-text {
	margin:0px 0px 0.3rem 0px;
}

#sidebar-wrapper {
  float: left;
  width: 170px;
}

#sidebar {
  font-size: 90%;
  padding: 0px 0px 15px;
}

#sidebar h3 {
  font-size: 160%;
}

#sidebar p {
  line-height: 140%;
}

#navigation {
  margin-bottom: 0.25em;
}

.sidemenu {
  margin-top: 25px;
  list-style: outside none none;
}

.navigation ul {
  list-style: outside none none;
  margin: 25px 0px 0px;
  padding: 0px;
}

.navigation li {
  list-style: outside none none;
  margin: 0px 0px 0px 10px;
}

.navigation a {
  color: #6eb31a;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  border-bottom: 1px dashed #6eb31a;
  margin-bottom: 8px;
}

ul.subnavigation {
  list-style: outside none none;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  padding-bottom: 20px;
  padding-top: 1px;
  width: 100%;
}

