body {
  font-family: palatino, georgia, serif;
  font-size: 15px;
  background-color: #222222;
  background-image: url(/images/neue2.png);
  padding: 0;
  margin: 0;
  text-align: center; }

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

h2 {
  margin-left: 30px; }

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

pre {
  margin: 0;
  padding: 0; }

a {
  color: #444444; }

li {
  margin-left: 30px;
  margin-top: 2px;
  color: #222222;
  line-height: 1.3em; }

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

#main {
  background-color: #ffffff;
  border-top: 4px solid;
  border-top-color: #444444;
  border-bottom: 4px solid;
  border-bottom-color: #444444;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }

#content-wrapper {
  padding: 10px; }

#content p {
  line-height: 160%;
  margin-left: 30px; }
#content h1 {
  margin-top: 0; }

#intro {
  background-color: #eeeeee;
  padding: 5px;
  margin: 10px;
  text-align: justify;
  font-size: 12px; }
  #intro img {
    float: left;
    margin-right: 10px;
    margin-top: 5px; }

#alert {
  color: #ffffff;
  background-color: #912636;
  padding: 5px;
  margin: 10px;
  text-align: justify;
  font-size: 12px; }

#language {
  text-align: right;
  margin-right: 10px;
  margin-bottom: -20px; }

#title {
  background-color: #eeeeee;
  padding: 5px;
  margin: 10px;
  text-align: justify;
  font-size: 12px; }
  #title img {
    float: left; }
  #title strong {
    margin-left: 5px; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.small {
  font-size: 80%;
  margin-left: 25px; }

.smalltext {
  font-size: 80%; }

.normal {
  font-weight: normal;
  font-size: 120%;
  color: #222222;
  margin-top: -5px; }
