body, div, td, th, b, p, li, h1, h2, h3, a, input, textarea {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: black;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  background-image: url(images/bg.gif);
}

th {
  text-align: left;
  width: 170px;
  font-weight: normal;
}

div.startimage {
  text-align: center;
  margin-top: 0px;
}

div.startbirte {
  text-align: right;
  margin-right: 30px;
}

div.navcontainer {
  padding-top: 0px;
  padding-bottom: 10px;
  height: 85px;
}

div.nav0 {
  float: left;
  margin-right: -15px;
}

div.nav1, div.nav2, div.nav3, div.nav4 {
  background-image: url(images/nav-bg.gif);  
  width: 120px;
  height: 65px;
  float: left;
}

div.nav1 a, div.nav2 a, div.nav3 a, div.nav4 a {
  color: #edf7e4;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 14px 0px 12px 32px;
  text-decoration: none;
  line-height: 15px;
}

div.nav1 a:hover, div.nav2 a:hover, div.nav3 a:hover, div.nav4 a:hover {
  color: white;
}

div.nav3 a {
  padding: 21px 0px 15px 20px;
}

div.nav4 a {
  padding: 22px 0px 15px 29px;
}

div.nav2 {
  margin-top: 30px;
}

div.nav3 {
  margin-top: 15px
}

div.nav1 a:link, div.nav1 a:visited, div.nav1 a:active, 
div.nav2 a:link, div.nav2 a:visited, div.nav2 a:active, 
div.nav3 a:link, div.nav3 a:visited, div.nav3 a:active,
div.nav4 a:link, div.nav4 a:visited, div.nav4 a:active,{
  color: #edf7e4;
}

div.navend {
  clear: both;
}

div.seperator {
  height: 20px;
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid black;
  display: inline;
}

div.content {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -325px;
  text-align: left;
  width: 650px;
}

a:link, a:visited, a:active {
  color: #336633;
}

a:hover {
  color: #2A4A19;
}

h1 {
  color: #F9922A;
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  margin-top:0px;
  margin-bottom:0px;
  padding-top:8px;
}

.portrait {
  width: 180px;
  height: 280px;
  float: right;
  margin: 15px;
}

.buch {
  background-image: url(images/schnuller.gif);
  background-repeat: no-repeat;
  background-position: 530px 100px;
 }
 
.kurzfassung {
  background-image: url(images/turnschuhe.gif);
  background-repeat: no-repeat;
  background-position: 550px 0px;
  height: 67px;
  vertical-align:bottom;
 } 
 
.presse {
  background-image: url(images/klein-stiefel.gif);
  background-repeat: no-repeat;
  background-position: 550px 100px;
 }
 
.leseprobe {
  background-image: url(images/klageschrift.gif);
  background-repeat: no-repeat;
  background-position: 530px 100px;
 } 
 
.bestellen {
  background-image: url(images/mobile.gif);
  background-repeat: no-repeat;
  background-position: 510px 100px;
 } 

input.text {
  height: 32px;
}

input.text, textarea.text {
  border: 1px solid grey;
  width: 250px;
  padding: 6px 6px 6px 6px;
  margin-bottom: 3px;
  margin-top: 3px;
}

.form_sep {
  border-top: 1px dotted grey;
  margin-top: 5px;
  margin-bottom: 3px;
}

.footer {
  display: block;
  background-image: url(images/frosch.gif);
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 35px;
  padding-top: 45px;  
  clear: both;
}

.footer a {
  font-size: 11px;
  margin-right: 10px;
}

.footer img {
  margin-bottom: -6px;
  margin-right: 3px;
}

#orderbutton {
  font-size: 14px;
}

.order_overlay{
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:2099;
  -moz-opacity: 0.7;
  opacity:.70;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.order_content {
  display:none;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  height: 450px;
  z-index:2100;
  overflow: auto;
  background-color:white;
  border: 1px solid black;
}

.order_content div {
  padding:20px;
}

.stoerer {
  height: 100%;
  background-image: url(images/stoerer.gif);
  background-repeat: no-repeat;
  background-position: top right;
}