*,html {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border: 0px;
  outline: none;
}

body {
  color: #000;
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: white;
}

#logo { display: none; }

#flaggen { display: none; }

#flaggen img { display: none; }

#kasse { display: none; }



#header { display: none; }

#shop2 {
  position: absolute;
  left: 1.5cm;
  top: 1.5cm;
  width: 17cm;
  height: auto;
}

#menuecontainer { display: none; }

#hauptmenue { display: none; }

#sidebar { display: none; }

#footer { display: none; }

#shop2 p {
  margin-bottom: 15px;
  line-height: 22px;
  text-indent: 15px;
}

#content ul, #content ol, #shop ul, #shop ol {
  margin-left: 10px;
}

#content ul li, #shop ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../designpics/listbullet.png) no-repeat left top;
}

#content ol li, #shop ol li {
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#content a:link, #content a:visited, #shop a:link, #shop a:visited, .sidebar a:link, .sidebar a:visited {
  color: #A86500;
  font-weight: bold;
  text-shadow: 1px 1px 1px #FFF;
}

#content a:hover, #content a:focus, #shop a:hover, #shop a:focus, .sidebar a:hover, .sidebar a:focus {
  color: #51291A;
  font-weight: bold;
}


/* Shop */
#shop2 h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #AAA;
  margin-bottom: 15px;
}

.h2angebot {
  font-size: smaller;
  font-style: italic;
  color: #000;
  padding: 0 10px;
  background: #FFF;
}

#shop2 h4 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #AAA;
  margin-bottom: 15px;
}

.massangaben {
  margin-left: 20px;
}

#warentab { width: 90%; }

#warentab td {
  font-size: 14px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#warentab th {
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #AAA;
  padding: 5px;
  background: #DDD;
}

.gesamtpreis {
  border-top: 1px solid #666;
  text-align: right;
}

.gesamtpreis2 {
  border-top: 1px solid #666;
  border-bottom: 3px double #666;
  text-align: right;
}

#kundendaten {
  position: relative;
  margin: 10px auto;
  width: 80%;
  border-collapse: collapse;
}

#kundendaten td {
  width: 50%;
  padding: 5px;
  border: 1px solid #AAA;
  vertical-align: top;
}

.noprint {
  display: none;
}

#drucklogo {
  position: relative;
  display: block;
  width: 600px;
  height: 70px;
  padding-bottom: 10px;
  border-bottom: 3px double #888;
  margin-bottom: 10px;
}
