/* Tags */
body
{
  background-image: url("../img/background.jpg");
}

p
{
  text-align: justify;
  font-weight: bold;
  font-size: 16px;
}

h2
{
  font-size: 18;
  color: red;
}

h8
{
  font-weight: bold;
  font-size: 16;
  color: red;
}

*
{
  font-family: "Arial";
}

/* Klassen */
.impressumtext
{
  background-color: white;
  padding: 10px;
}

.contentcell
{
  vertical-align: top;
}

.logos
{
  margin-left: -110px;
}

.contentstyle
{
  padding-left: 100px;
}

.kontakttext
{
  font-size: 16px;
}

.opentimes
{
  font-weight: bold;
}

.content
{
  padding-left: 20px;
  padding-right: 50px;
  border-left: solid 3px red;
}

.cellwebshop
{
  border-top: solid 3px red;
  border-bottom: solid 3px red;
  padding-top: 4px;
  padding-bottom: 4px;
}

.buttontab
{
  margin-right: 3px;
}

.navibar
{
  padding-top: 20px;
  margin-right: 5px;
}

.spaceline
{
  color: red;
  background-color: red;
  height: 3px;
  border: none;
  margin-right: 0px;
}

.navibarcell
{
  padding: 0px;
  width: 1%;
}

.index
{
  text-align: center
}

.naviButton
{
  width: 150px;
  height: 27px;
  background-image: url("../img/button.gif");
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  font-weight: bold;
  background-color: white;
  color: black;
}

.webButton
{
  width: 150px;
  height: 30px;
  background-image: url("../img/webbutton.gif");
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: bold;
  border: none;
  background-color: #FFC64D;
  color: yellow;
}

.curButton
{
  width: 150px;
  height: 27px;
  background-image: url("../img/button.gif");
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  font-weight: bold;
  background-color: #FFC64D;
  color: white;
}

.naviButton:Hover
{
  color: white;
}

.webButton:Hover
{
  color: blue;
}

.header
{
  text-align: center;
}