html {
    height: 100%;
    font-family: sans-serif;
    /*  GRADIENT: */
    background: #600000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#600000, #999999) fixed; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#600000, #999999) fixed; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#600000, #999999) fixed; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#600000, #999999) fixed; /* Standard syntax */
}

body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    white-space: nowrap;
}

.CenterBlock{
    position: relative;
    margin: 0 auto;
    width:50%;
    max-width: 50%;
    min-width: 50%;
  
}

#HeadInfo{
    color: rgba(255,255,255,0.7);
}

#CompanyName{
    text-align: center;
}

#InfoTable{
    padding-bottom: 20pt;
    background-color: rgba(255,255,255,0.2);
    min-width: 600px;
}

.Infoline{
  background-color: rgba(255,255,255,0.5);
  padding-bottom:10px;
}

.Infoline2{
  padding-bottom:10px;
}

#Klauzule{
    text-align: center;
    font-size: 9pt;
}

#OpeningTimeTable{
  background-color: rgba(255,255,255,0.2);
  border-collapse: collapse;
  font-size: 16pt;
  min-width: 600px;
  text-align: center;
}

#OTTcaption{
  text-align: center;
  font-weight: bold;
}

.Day{
  text-align: center;
}

.DayOdd{
  background-color: rgba(255,255,255,0.5);
}

#OpeningTimeTable caption{
  font-weight: bold;
}

.Closed {
  color: black;
  text-align: center;
}

#Contacts{
    padding-top: 30pt;
    min-width: 600px;
    background-color: rgba(255,255,255,0.2);
    text-align: center;
}

#Ccaption{
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    border-bottom: solid black 1pt;
}

.Cname{
  background-color: rgba(255,255,255,0.4);
  text-align: center;
  font-weight: bold;
}

.Cpos{
  background-color: rgba(255,255,255,0.4);
  text-align: center;
}

.Ctel{
  font-weight: bold;
  text-align: right;
}

.TdCont{
  text-align: left;
}
.Cemail{
  font-weight: bold;
  text-align: right;
}

#Copyright{
  padding-top: 2%;
  padding-bottom: 1%;
  text-align: center;
  font-size: 8pt;
}

#map {
        padding-top: 2%;
        height: 400px;
        min-width: 600px;
        width: 50%;
}

a{
  text-decoration: none;
  color: black;
}

       