body {
  background: transparent url("../img/backgrounds/muller-bw.jpg") top left;
}

.about {
  padding: 70px 0 70px 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 5px 5px 7px #777;
 /* margin-top: 50px; */
  margin-bottom: 30px;
  min-height: 600px;
}

.ie6 #container, .ie7 #container, .ie8 #container {
  background-color: #fff;
}

.navbar-fixed-top .brand {
  float: right;
  margin-right: 6px;
}

.navbar a {
  color: #fff;
}

.offset05 {
  margin-left: 55px;
}

article p {
  text-align: justify;
}

section {
  margin-bottom: 25px;
}

hgroup h1 {
  margin-bottom: 10px;
}

article h1, article h2, article h3 {
  font-family: "Helvetica", "Dejavu Sans", sans-serif;
  padding: 0 0 10px;
  /*font-weight: 800;*/
}

/*article p, article h1, article h2 {
  padding: 0 15px;
}
*/
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    border-top: 1px solid #ccc;
    clear: both;
    text-align: center;
    font-style: italic;
    font-size: 86%;
    margin: 0;
    padding-top: 3px;
    color: #666;
}

footer p{
    width: 800px;
    float: left;
    font-size: 82%;
    margin: 0;
    padding-top: 3px;
    color: #666;
}

footer img {
  /*display: inline-block;*/
  /*height: 30px;*/
  padding: 0 30px;
}

#page-cr {
  position: absolute;
  right: 10px;
  bottom: 4px;
}

.img-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* SIDEBARS */
#sidebar-right {
  margin-left: 45px;
  padding-top: 50px;
}

#lang-toggle {
  position: absolute;
  top: 105px;
  right: 15px;
  color: #777;
  /*font-weight: bold;*/
}

#lang-toggle2 {
  position: absolute;
  top: 105px;
  right: 35px;
  color: #777;
  /*font-weight: bold;*/
}

#org-toggle1 {
  position: absolute;
  top: 60px;
  right: 15px;
}
#org-toggle2 {
  position: absolute;
  top: 60px;
  right: 110px;
}
#org-toggle3 {
  position: absolute;
  top: 60px;
  right: 165px;
}
/* PEOPLE */
#people-list {
  list-style-type: none;
}

#people-list li, .doc-list li {
  padding: 0 0 12px 0;
}
#people-list h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

#people-list h2 span, #people-list h1 img {
  padding: 0 10px 0 0;
  vertical-align: middle;
}


/* DOWNLOADS */
.downloads h2 {
  font-size: 16px;
  line-height: 22px;
}
.downloads h3 {
  font-size: 14px;
  line-height: 22px;
}
/* ABOUT */
.about section h3 {
  font-size: 16px;
  line-height: 20px;
}

/* NEWS */

.news section p {
  padding-left: 20px;
}

.news section h3 {
  font-size: 16px;
  line-height: 20px;
}

.news section h3 .date {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
.news section img {
  float: left;
  padding: 0 10px 10px 0;
}

.center {
  text-align: center;
}