@import url("http://shared.fettrechner.de/positions.css");
@import url("http://shared.fettrechner.de/colors.css");
@import url("http://shared.fettrechner.de/common.css");

html,body {
 background: #eee;
 color:#111;
 font-family:Arial,Helvetica,sans-serif;
 font-size:95%
 }

h1, h2, p, ul, form {
 margin:0;
 padding:0
 }

#kopfzeile {
 border-right:1px solid silver;
 border-bottom:1px solid silver
 }

#kopfzeile form {
 margin:0
 }

#content {
 background:white;
 border:1px solid silver
 }

#content p,
#content ul,
#content dd,
#content table,
.artikelbeschreibung div {
 line-height:1.6em;
 margin-bottom:1.1em;
 color:#111
 }

#content ul {
 margin-left:40px;
 list-style-type:square
 }

#content dt {
 font-weight:bold;
 text-transform:uppercase
 }


#content h1 {
 color:#333;
 font-size:1.4em;
 margin-bottom:0.5em
 }

#content h2 {
 color:#333;
 font-size:1.2em;
 margin-bottom:0.5em;
 }

code {
 font-family:monotype;
 font-size:1.2em;
 border:1px solid silver;
 padding:5px;
 line-height:2em
 }

#navigation {
 background:white;
 border:1px dotted silver;
 }

#navigation ul {
 list-style-type:none;
 border:1px solid silver;
 border-bottom:none;
 margin-top:10px
 }

#navigation li {
 border-bottom:1px solid silver;
 line-height:2em;
 }

#navigation li a {
  display:block;
  padding:0 10px;
  text-decoration:none
  }

#navigation a:link { color: blue }
#navigation a:visited { color:purple }
#navigation a:hover { background: #eee}
#navigation a:active { color:red }

#navigation .subnav {
  border:none;
  border-left:10px solid #963
  }

#navigation .subnav li {
  border-bottom:white
  }

#ad {
  background:white;
  border:1px solid silver
  }

#breadcrumb p {
  font-size:0.85em;
  margin:0;
  color:black;
  padding:5px 10px
  }

#ad p {
  padding:10px
  }

#content dt,
h3 {
 border-top:1px solid silver;
 border-bottom:1px solid silver;
 padding:2px 0;
 background:#eee
 }

#suchergebnisse td {
 vertical-align:top;
 padding-bottom:3em
 }

.warenkorb {
 border-collapse:collapse
 }

.warenkorb td,
.warenkorb th {
 border:1px solid silver;
 padding:3px
 }

fieldset {
 padding:5px;
 }

legend {
 font-weight:bold
 }

.bezeichner {
  position:relative;
  width: 6em;
  float: left;
  margin-right: 0.5em;
  }

#navsuche {
 margin-top:10px;
 border:1px solid silver;
 background:#eee;
 padding:3px;
 color:black
 }

#navsuche label {
 font-size:80%
 }

#navsuchfeld {
 width:130px
 }

.anzeigenlinks {
 float:right;
 border:1px solid silver
 } 