/***************/
/*  allgemein  */
/***************/
body {
  margin: 0px ;
  padding: 20px 0px 0px 20px;
  background: url("/bilder/content/hintergrund.jpg") repeat-x;
  font-family: verdana,arial,sans-serif; 
  color: #0E0D9A;
  font-size: 0.8em;
}

div, form, ul, ol, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

img { border: 0px; }

h1 {
    font-size: 140%;
    font-weight: bold;
}

h2 {
    font-size: 130%;
    font-weight: normal;
}

h3 {
  font-size:1.2em;
  font-weight: bold;
}

h4 {
    font-size:1.1em;
}

h5 {
    font-size:1.1em;
}

textarea {
  overflow: auto;
}

.float-left {
    float: left;
    margin-right: 1em;
}

.float-right {
    float: right;
    margin-left: 1em;
}

hr {
    width: 100%;
}

/***************/
/*     link    */
/***************/

a {
  color: #0E0D9A;
}

a:visited {
  color: #0E0D9A;
}

/***************/
/*  Container  */
/***************/

#header {
  background: url("/bilder/content/header.gif") no-repeat;
  height: 119px;
}

#wrapper {
  background-color: #f9f9f8;
  width: 950px;
  height: 500px;
}

#content {
  z-index: 10;
  float: left;
  padding: 10px 0px 0px 10px;
  width: 585px;
  height: 490px;
  overflow: auto;
}

#Footer {
  white-space: nowrap;  
  background-color: #928888;
  width: 925px;
  height: 20px;
  padding-left: 1em;
  padding-right: 1em;
}

/*****************/
/*    Sidebar    */
/*****************/

#sidebar {
    float: right;
    width: 185px;
}

#sidebar h3 {
    background-color: #8a807e;
    padding: 4px 10px;
    margin: 0;
}

#sidebar div.box {
    background-color: #e9e9e9;
}

#sidebar img {
  width: 185px;
}

#sidebar div.text {
  padding: 10px 0px 10px 10px;
}

#sidebar ul {
    list-style: none;
    padding: 10px 0px 10px 10px;
}


/****************/
/*  Navigation  */
/****************/

#navi {
  padding-top: 55px;
  background: #e9e9e9 url("/bilder/content/navi-bg.jpg") repeat-x;
  float: left;
  width: 150px;
  height: 445px;
  font-size: 90%;
}

#navi ul {
  margin: 0px;
  list-style: none;
}

#navi ul a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #0E0D9A;
  padding: 0.2em 1em;
  height: 20px;
}

#navi ul a:hover {
    color: #000000;
}

#navi ul ul li a {
  padding: 0.2em 1.5em;
}

/**************/
/*   Listen   */
/**************/

.subnav {
  list-style: none;
  margin-left: -15px;
}

#content ul li {
margin-left: 15px;
}


dt {
  font-weight: bold;
  padding: 5px 0px 0px 0px ;
}

dd {
  margin: 0;
}

/****************/
/*  Teileliste  */
/****************/

#teile {
  border: 0px solid blue;
  white-space: nowrap;
  float: left;
  width: 760px;
}

div.teile-header {
  border: 0px solid red;
  border-bottom: 1px solid #0E0D9A;
  white-space: nowrap;
  float: left;
  width: 740px;
}

div.teile-bild {
  border: 0px solid green;
  white-space: nowrap;
  float: left;
  width: 255px;
}

div.teile-bezeichnung {
  border: 0px solid green;
  white-space: nowrap;
  float: left;
  width: 350px;
}

div.teile-artikelnummer {
  border: 0px solid green;
  white-space: nowrap;
  float: left;
  width: 100px;
}

/*****************/
/*  Gaestebuch   */
/*****************/

#eintrag {
  border: 0px solid blue;
  float: left;
  width: 150px;
  font-weight: bold;
}

/*********************************
    LIGHTBOX
*********************************/

#lightbox {
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails {
    font-size: 0.8em;
    padding-top: 0.4em;
}	

#lightboxCaption { line-height: 120%; float: left; }
#keyboardMsg { line-height: 120%;  float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both; }
#overlay img { border: none; }

#overlay { background-image: url("/bilder/body/overlay.png"); }

* html #overlay {
    background-color: #333;
    back\ground-color: transparent;
    background-image: url("/pics/blank.gif");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/bilder/body/overlay.png", sizingMethod="scale");
}

