html, body {
  height: 				99%;
  min-height: 	     768px;
  background: 		white;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100%;
}
.wrapper {
  height: auto !important;
  min-height: 100% !important;
}
.hfooter {
  clear: both;
  height: 176px;
}
.footer {
  height: auto;
  margin: -176px auto 0;
  position: relative;
  width: 100%;
  bottom: 0;
  color: #9EA597;
  padding: 24px 0 30px 0;
  background: #ECECEC;
  border-top: 2px groove #272727;
  min-width: 980px;
  height: 120px;
}
.footer .inner {
  padding: 0 30px;
  width: 920px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  font-size: 16px;
}
h1 {
  padding-left:  30px;
  font-family:    AvenirLTStd-light;
  text-transform:  uppercase;
  text-align: left;
  display: inline-block;
  position: relative;
  line-height: 58px;
  margin: 30px 0;
}
#teaching h1, #research h1 {
  margin: 20px 0 0 0;
  padding: 0;
}

#teaching h3 {
  text-align: left;
  margin: 20px 0;
}
#teaching, #research {
  padding-left: 60px;
}
#teaching p, #research p{
  padding: 0;
  margin: 10px 0;
}
#teaching p span {
  font-size: 14px;
  line-height: 25px;
}
#teaching a {
  padding: 0;
  margin: 0;
}
#research h2 {
  text-align: left;
  margin: 30px 0;
  padding: 0;
}
#teaching p span {
  padding-left: 30px;
}
h2 {
  font-family: 			AvenirLTStd-Medium;
  text-align: left;
  padding-top: 30px;
}
h3 {
  font-family: 'AvenirLTStd-Medium';
  font-size: 16px;
  margin: 0 0 12px 0;
}
strong {
  font-family: 'AvenirLTStd-Medium';
  font-weight: normal;
}
p {
  font-size:  18px;
  padding: 30px 50px 0px 270px;
  font-family: AvenirLTStd-Medium;
  font-style: normal;
}
#index p {
  text-align: left;
}
a {
  color:          #272727;
}
a:hover {
  text-decoration: none;
}
.header a, .footer a {
  text-decoration: none;
  color: 					#272727;
  cursor: pointer;
  font-family: 'AvenirLTStd-Light';
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  border-bottom: 1px solid #272727;
  position: relative;
}
.header a:hover, .footer a:hover {
  border-bottom: 1px solid transparent;
  font-size: 24px;
  line-height: 36px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ie-transition: all 300ms linear;
}
.header {
  height: auto;
  color: white;
  background: #272727;
  min-width: 980px;
}
.header .inner {
  width: 980px;
  background: #272727;
  position: relative;
  left: 50%;
  margin-left: -490px;
}
.name {
  height: 175px;
}
.nav {
  display: inline-block;
  position: absolute;
  top: 75px;
  padding-left: 25px;
}
.nav li {
  display: inline-block;
  top: 100px;
  font-family: 'AvenirLTStd-Medium';
  margin: 0 7px;
}
.nav li a {
  color: white;
  display: inline-block;
}
a.selected {
  border-bottom: 2px solid white;
}
a.selected {
  -webkit-transition: none;
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ie-transition: none;
  cursor: default;
}
a.selected:hover {
  -webkit-transition: none;
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ie-transition: none;
  cursor: default;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 2px solid white;
}
li.devider {
  border-left: 1px solid white;
  display: inline-block;
  width: 1px;
  height: 40px;
  top: 15px;
  position: relative;
}
.divider {
  margin: 5px 0;
  height: 30px;
  background: #ECECEC;
  min-width: 980px;
}
.main {
  position: relative;
  top: -13px;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 30px;
  color: #272727;
  min-width: 980px;
}
.photo {
  position: relative;
  float: left;
  width: 266px;
  height: 320px;
  margin: 27px 30px;
  background: url(../images/Bruno_Wichmann.jpg) no-repeat;
}
.message {
  top: 350px;
}
.contacts {
  position: absolute;
  right: 30px;
  top: 20px;
}
.contacts p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  width: auto;
  font-family: 'AvenirLTStd-Light';
  font-size: 16px;
  line-height: 21px;
}
.links {
  font-family: 			AvenirLTStd-Medium;
}
.links h3 {
  color: #272727;
}