body {
  background: #c8d0d3 url(../../../gfx/background.jpg);
  background-repeat:repeat-x;
  background-position:top center;
}

.container {
  max-width: 960px;
}

.headline {
    color: #d94209;
}

.table-grey {
    background-color: #ccc; 
}

.table-orange {
    background-color: #d94209; 
    color: #fff;
}

.btn-modra {
    background-color:#004465;
    color: #fff;
}

.btn-modra:hover {
    background-color: #d94209;
}