#container {
    position: relative;
    display: inline-block;
    text-align: left;
    min-height: 100%;
    width: 900px;
    margin: 0 auto;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.4);*/
    box-shadow: 0 0 5px 4px rgba(0,0,0,0.8);
    background-color: #fff;
}

.menu ul {
  list-style: none;
}

.menu li.leaf {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ##### HEADER ##### */

#header {
  height: 178px;
  background: transparent url('../img/schlicht-ergreifend.jpg') top left no-repeat;
}

#menu {
  padding-left: 10px;
  height: 40px;
  background-color: #ddc;
}

#menu li a {
    display: block;
    font-size: 15px;
    line-height: 40px;
    padding: 0 2px;
    margin-right: 10px;
    color: #555;
    letter-spacing: -1px;
    /*text-shadow: 1px 1px #aaa;*/
}

#menu li a.active {
    color: #000;
    /*text-decoration: underline;*/
}

#menu ul ul {
    background-color: #ddc;
}

/* ##### CENTER ##### */

.edit-link {
  float: right;
  color: inherit;
  padding-left: 20px;
  background: transparent url('../img/edit.png') center left no-repeat;
}

.edit-link a {
    color: inherit;
}

.view .edit-link {
  line-height: 2.2em;
}

.created {
  color: #444;
  font-size: 0.8em;
  margin-bottom: 0.3em;
}

#center {
  float: left;
  width: 640px;
  padding: 20px;
  margin-bottom: 30px;
}

#center h1,
#center h2 {
  color: #444;
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 0.3em;
  /*border-bottom: 1px solid #777;*/
}

#center h3 {
    margin-bottom: 0.2em;
}

#center .lightbox-processed {
    display: inline-block;
    line-height: 0;
    border: 1px solid #bbb;
    padding: 2px;
    margin: 0 15px 10px 0;
}

#center .lightbox-processed:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-color: transparent;
    transition: box-shadow, 300ms;
    transition: border-color, 300ms;
}

#center .left { float: left; }
#center .right { float: right; }

#center #gallery .lightbox-processed {
    margin: 1em 2px 5px 2px;
}

/* ##### RIGHT ##### */

#right {
  float: left;
  width: 200px;
  padding: 20px 20px 0 0;
    margin-bottom: 40px;
}

#right .block {
    margin-bottom: 1.2em;
}

#right h2 {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #999;
    margin-bottom: 0.4em;
    padding: 0.2em 0;
}

/* ##### FOOTER ##### */

#footer {
  position: absolute;
  bottom: 0px;
  background-color: #ddc;
  height: 30px;
  width: 100%;
  clear: both;
  text-align: center;
}

#footer ul {
  display: inline-block;
}

#footer ul li {
  padding: 9px 0;
}

#footer ul li a {
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #555;
}

#footer ul li a.active {
    color: #000;
}

#footer ul li.last a {
  padding: 0;
  margin: 0;
  border: none;
}

/* ##### MISC #### */

.pdf {
    padding-left: 20px;
    background: transparent url('../img/pdf.png') left center no-repeat;
}