/* 
    Created on : 12.08.2014, 22:24:15
    Author     : Chris
*/
body {
    /*background: url('../img/pattern_130.gif');*/
    background-color: #398439
}
/* fix bootstrap 3.3 */
.navbar-brand img {
    display: inline
}

.container {
    position: relative;
    background: #fff;
    /*margin-top: -10px;
    margin-bottom: -10px;*/
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.hover-anchor {}
/*
@media (min-width: 992px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 750px;
  }
}*/

