.index{
 padding: 200px;
 text-align: center;
 color: #FCE21B;
 background-color: #B7291F;
}

body {
 font-family: Verdana;
 font-size: 16px;
 color: #000000;
 background-color: #C42414;
 line-height: 150%;
}

a:link {
                font-family: Verdana;
                color: white;
                text-decoration: none;}
a:visited {
                font-family: Verdana;
                color: white;
                text-decoration: none;}
a:active  {
                font-family: Verdana;
                color:#707070;
                text-decoration: none;}
a:hover {
                font-family: Verdana;
                color: black;
                text-decoration: none;
                text-transform: uppercase; }

h1{
  text-align: center;
}
h2{
  text-align: center;
}
h3{
  text-align: center;
  color: black;
}

hr{
 width: 80%;
}

img{
  border: none;
}

p{
	text-align: center;
}

table{
  table-layout: fixed;
  width: 100%;
  background-color: #B7291F;
}

td{
  text-align: center;
}


.main {
  position: absolute;
  top: 30%;
  left: 300px;
  right: 10%;
  height: auto;
  width: 70%;
  background-color: #B7291F;
  border: 0px solid #FFFFFF;
}


.left{
  position: absolute;
  background-color: #B7291F;
  top: 20%;
  bottom: 50px;
  width: 250px;
  left: 20px;
  line-height: 200%;
  color: white;
  text-align: center;
}

.toprow {
  position: fixed;
  float: none;
  position: absolute;
  left: 300px;
  height: auto;
  top: 15%;
  width: 70%;
  right: 15%;
}

.firstrow{
  border: 1px solid #FCE21B;
  width: 100%;
  padding: 0px;
  text-align: center;
}

.secondrow{
  position: absolute;
  top: 30px;
  width: 100%;
  border: 1px solid #FCE21B;
  text-align: left;
}

.impressum{
  position: absolute;
  left: 20px;
  bottom: 25px;
  width: auto;
}

.logoright{
  position: absolute;
  right: 20px;
  top: 0px;
  width: auto;
}

.counter{
  position: absolute;
  background-color: #C42414;
  font-size: 10px;
  left: 35%;
  top: 25px;
  width: auto;
}
.gb{
  text-align: left;
}

.gbtable{
  margin-left:17%;
  margin-right:17%;
  width: 66%;
}

.navi{
  font-size: 10px;
}

.disclaimer{
  font-size: 10px;
}

.white{
 color: white;
}

.right{
  text-align: right;
}

.bestellen{
  margin-left:8%;
  margin-right:8%;
  width: 84%;
}