/* ottojakob.de CSS */

body {
  font-family: Verdana,Helvetica,sans-serif;
  background-color: white;
  margin: 0px;
  font-size:10pt;
}

#content
{
  margin-top: -250px;
  margin-left: -400px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 500px;
  visibility: visible
}

#menu_box
{
  height: 50px;
  width: 800px;
  display: block
}

#content_box
{
  height: 450px;
  width: 776px;
  background-color: #fbfdf2;
  border:1px solid #e2e2e2;
  display: block
}

DIV.menu
{
  background-color: #ffffff; 
  border: solid 1px #e2e2e2;
  overflow: visible;
  padding:5px;
  position: absolute;
  z-index: 100000;
  width:150;
}

DIV.info
{
  font-size: 7pt;
  color: #6d6e6c;
  background-color: #fbfdf2;
  overflow: visible;
  padding: 5px;
  position: absolute;
  z-index: 100000;
}

a { text-decoration: none; font-size: 12; font-weight: bold; }
a:link { color: #000000; }
a:active { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #505050; }

.jewelimage { border: 1px solid #e2e2e2; }

.menulink { font-size: 14px; font-weight: normal; }
.detailslink { font-size: 10px; font-weight: bold; }
.menuitem { font-size: 12px; line-height: 16px; font-weight: normal; }
.dealer { color: #000000; font-size:9pt; }
.dealer_info { color: #777777; font-size: 9pt; }

