body {
  text-align:center; /* horizontal centering for IE Win quirks */
  background: url(/fileadmin/images/background/body.jpg) center repeat-y #666;
}

html[xmlns^="http"] {
  /* verhindert Mozilla-Zucken
   * > Firefox 1.5
   */
   overflow-y: scroll;
}

a,
a:visited,
a:hover {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #222;
}

.highlighted {
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1px;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4 {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 4px;
  padding-bottom: 1em;
  font-family:  Georgia, Times New Roman, Times, serif;
}

h2, h4 {
  color: #ccc;
}

h3, h4 {
  font-size: 0.9em;
}

#wrapper {
  margin:0 auto;
  text-align: left;
  width: 949px;
  overflow: hidden;
}

#header {
  background: url(/fileadmin/images/logo/Logo.jpg) right center;
  height: 79px;
  text-align: right;
  overflow: hidden;
  margin: 0.5em 0 1em 1px;
  width: 949px;
  cursor: pointer;
}

#header h1 {
  font-size: 1.8em;
  padding: 0 25px 0 0;
  line-height: 1em;
}

#header h3 {
  font-size: 1.11em;
  padding: 0 25px 0 0;
}

#menu {
  text-align: center;
  width: 100%;
  height: 40px;
  /* background: url(/fileadmin/images/background/menu.png); */
  background: #222222;
}

#content {
  width: 830px;
  overflow: hidden;
  margin-left: 50px;
  padding: 2em 0;
}

#content p,
#content ul {
  padding-bottom: 1.5em;
}

#content ul ul {
  padding-bottom: 0;
}

#content h1,
#content h1 a {
  display: block;
  outline: none;
  width: 100%;
}

#content ul {
  list-style-type: disc;
  padding-left: 1em;
}

#content ul ul {
  list-style-type: circle;
}

#content ul ul ul {
  list-style-type: square;
}

#content .twoColsWrapper {
  clear: both;
}

#content .twoColsLeft {
  float: left;
}

#content .twoColsRight {
  float: right;
}