body {
  background-color:#ffffff;
  font-family:Verdana,Arial;
  font-size: 80%;
  color: #333333;
}
a {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #336699;
  text-decoration: underline;
}

#main {
  position: absolute;
  left: 10px;
  top: 203px;
  width: 1000px;
  border: 1px solid #336699;

}

/* CONTENT */
#content {
  float: right;
  width: 730px;
  margin: 10px 10px 10px 0;
}

/* NAVI */
#navi {
  float: left;
  margin: 10px;
  width: 220px;
}

#navi_content {
  text-align: left;
  font-size: 0.9em;
  border: solid 1px #336699;
  padding: 5px 5px 15px 5px;
}

.navi {
  font-size: 0.9em;
  color: #336699;
  line-height: 14px;
}
a.navi {
  color: #336699;
  text-decoration: none;
}
a:hover.navi {
  color: #336699;
  text-decoration: underline;
}

#header {
  position:absolute;
  left:10px;
  top:0px;
  width: 1000px;
  height: 200px;
  background-image:url(images/schnittmuster-header.jpg);
}

#footer {
  width: 750px;
  line-height: 30px;
  text-align: center;
  font-size: 0.9em;
  color: #336699;
}
a.footer {
  color: #336699;
  text-decoration: none;
}
a:hover.footer {
  text-decoration: underline;
}

.headline {
  font-size: 1.2em;
  color: #336699;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
}

.underline {
  width: 720px;
  height: 1px;
  background-color: #336699;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

a.prod_link {
  color: #336699;
  text-decoration: none;
}
a:hover.prod_link {
  color: #CC6666;
  text-decoration: none;
}
