@charset "UTF-8";
/* CSS Granitum */

body {
      margin: 0; padding-top: 100px; /* Platz für die fixe Navibar */
      background-color: #e0e0e0;
    }
    
/* Navigation */   
.top-nav {
      background-color: #333;
      position: fixed;
      top: 0;
      width: 100%;
      height: 100px;
      z-index: 1000;
      color: #fff;
      padding-top: 15px; padding-bottom: 15px;
    }
.toplinks {
    text-align: right;
}
.navilogo {
  height: 70px;
  width: auto;
}
    
/* Content */
    .content {
      background-color: #ffffff;
    }
    
/* Footer */