
body {
    font-family: ProximaNova-Light,Verdana,Helvetica,Arial,sans-serif;
    font-size: 110%;
}

@font-face {
    font-family: ProximaNova-Light;
    src: url(/inc/ProximaNova-Light.otf);
}

@font-face {
    font-family: Museo-Slab;
    src: url(/inc/Museo_Slab_500.otf);
}


#header {
    overflow: hidden;
    padding: 0;
    border:none;
}

#header li:hover {
  background-color: #62A1D6;
}

#header li:hover a {
  color: #ffffff;
  display:block;
}

h1, h2, h3, h4 {
  font-family: Museo-Slab,Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
}

#cgvr {
  height: 100px;
  float: right;
}

#uni {
  margin: 20px 0 20px 0;
  position: relative;
}


#breadcrumbs {
  border: 0;
  position: relative;
  clear: both;
  font-family: Trebuchet MS,Verdana,Tahoma,Arial,sans-serif;
  list-style: none outside none;
  background-color: #62A1D6;
  background-image: url("http://cgvr.cs.uni-bremen.de/img/uni-bremen_banner_2.png");
  background-position: right 0;
  background-repeat: no-repeat;
  float: left;
  min-height: 113px;
  width: 100%;
  z-index: 0;
}

#breadcrumbs ul {
    float: left;
    top: 82px;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
#breadcrumbs li {
    background-color: #f3eee4;
    float: left;
    margin: 0;
    border-right: 1px solid white;
    width: 170px;
    text-align: center;
    list-style: none outside none;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.88em;
}

#breadcrumbs li.selected {
    background-color: #BA002C;
}

#breadcrumbs li a {
    color: #000000;
}
#breadcrumbs li a:hover {
    color: #ffffff;
}

#footer {
    padding: .5em 0 .5em 0;
    text-align: center;
    font-size: 80%;
    background-color: #F5F9FA;
    border-top: 0.06em solid #E8E8E8;
    clear: left;
    display: block;
    float: left;
    width: 100%;
}

a {
    text-decoration: none;
}
