body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
}
/* Menu */

#menu-box {
background: #FFD382 url('img/menu-bg.gif') repeat-x 0 0;
border-bottom: 1px solid #D98242;
}

#menu {
  width: 910px;
  margin: 0 auto;
  list-style: none;
  text-align: left;
  font: 12px Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
}

#menu li {
  display: inline;
  text-align: center;
  line-height: 31px;
}

#menu li a {
float: left;
display: block;
color: #1A1414;
font-weight: normal;
padding: 0 18px;
border-right: 1px solid #CB9C49;
text-decoration: none;
}

#menu li a.first {
border-left: 1px solid #CB9C49;
}

#menu li a:hover, #menu li a.active {
background: #FFD382 url('img/menu-bg-hover.gif') repeat-x 0 0;
}
h1 
{
  font-family: Verdana, Geneva, sans-serif;
  color: #FFF0D0;
  font-size: 25px;
  font-weight: lighter;
  margin-left: 100px;
  margin-top: 30px;
}

.subtitel
{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  color: #FFE5BC;
  margin-left: 100px;
  top: 10px;
}

#content
{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #3F0707;
  text-align: justify;
  line-height: 18px;
}
#content h2{
  color: #3F0707;
  background-color: #FFCF83;
  border: 1px solid #D98242;
  padding: 2px 0 2px 9px;
  margin-bottom: 9px;
  letter-spacing: 1px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}

#content img
{
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
  padding: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.seitentitel
{
  color: #C00;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

#sidebar
{
}

#sidebar img
{
  margin: 3px;
  border: 1px solid #000;
}
a:link {
  color: #3F0707;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #3F0707;
}
a:hover {
  text-decoration: none;
  color: #8B1010;
}
a:active {
  text-decoration: none;
  color: #3F0707;
}
#sidebar small {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: -10px;
	display: block;
	color: #FFC166;
}
#sidebar small a {
	color: #FF9D9D;
}
#sidebar small a:hover {
	color: #FF9D9D;
}

