* {
  margin: 0;
  padding: 0;
  font-family: verdana;
  color: black;
}

html {
  margin-bottom: 1px;
  height: 100%;
}

body {
  background: #b5cfda url(none) repeat scroll 0% 50%;
  background: white;
  text-align: center;
  font-family: Arial,verdana, helvetica, sans-serif;
  font-size: 100%;
  color: white;
}

a, a:hover {
  text-decoration: none;
  color: steelblue;
}

/* ------------------------------------------------------------ */
#wrap {
  width: 750px;
  background: #dcf2fb url(none) repeat scroll 0% 50%;
/*  background: white url(none) repeat scroll 0% 50%; */
background: none repeat scroll 0% 0% rgb(246, 246, 246);

  margin: auto;
  margin-top: 10px;
  padding-top: 10px;
  padding: 10px;
  border: 5px solid #8a9bdf;
  text-align: left;

  box-shadow: 0 0 10px #000000;
}


/* ------------------------------------------------------------ */
#header {
    height: 110px;
    width: 770px;
    display: inline-block;
}

#headerimage {
    margin: 0px;
    margin-top: 6px;
    border: 0px;
    padding: 10px;
}

/* ------------------------------------------------------------ */
#navigation {
  background: #8a9bdf none repeat scroll 0% 50%;
  padding: 1px 2px;
  margin-top: 6px;
}

#navigation li {
  display: inline;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

#navigation li a {
  border-right: 2px solid #ffffff;
  color: white;
  padding: 0px 7px;
}

#navigation li a:hover {
  color: black;
}

#navigation li a.last {
    border: none;
}

/* ------------------------------------------------------------ */
#main {
  margin: 20px;
}

h1#titel {
  margin: 30px 0px;

  font-family: arial,sans-serif;
  font-size: 140%;
  font-weight: bold;

  word-spacing: 0.05em;
  line-height: 1.2em;

  color: #2f2f2f;
}


/* ------------------------------------------------------------ */
#content, .cnt {
  font-size: 90%;
  font-family: helvetica;
  color: #0f0f0f;
}


/* ------------------------------------------------------------ */
#footer {
  background: transparent url(none) repeat scroll 0% 50%;
  clear: both;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 70%;
  margin-top: 50px;
  border-top: 1px groove white;
  border-color: #4546e8;
}

#footer a {
  color: steelblue;
}
