/*www.j-sites.de*/

* { padding: 0; margin: 0; }
html {
min-height: 101%;
height: 101%;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 80%;
 text-align: left;
 background: #f4f4f4;
 color:#696969;
}
#accessoires { 
 margin: 0 auto;
 width: 800px;
 background: #fff;
 border-top: 1px solid #696969;
 border-left: 1px solid #696969;
 border-right: 1px solid #696969;
 border-bottom: 1px solid #696969;

}
#seitenkopf {
 background: #ffffff url(../images/seitenkopf-geschlossen.jpg) no-repeat;
 background-position: top;
 height: 305px;
}
#seitenkopflogin {
 background: #ffffff url(../images/seitenkopf-offen.jpg) no-repeat;
 background-position: top;
 height: 305px;
}
#haendlerseitenkopf {
 background: #ffffff url(../images/haendlerseitenkopf-geschlossen.jpg) no-repeat;
 background-position: top;
 height: 305px;
}
#haendlerseitenkopflogin {
 background: #ffffff url(../images/haendlerseitenkopf-offen.jpg) no-repeat;
 background-position: top;
 height: 305px;
}
/*Navigation*/
#navigation-oben{
  height: 30px;
}

#navigation-oben li a { 
  display: block; 
  float: left; 
  height: 19px;
  width: auto;
  text-decoration: none; 
  color: #696969;
  margin: 0 2px 0 0;
  padding: 8px 4px 0 4px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  } 
   
#navigation-oben a:hover { 
  background: #ffffff;
  border-top: 1px solid  #e50083;
  border-bottom: 1px solid  #e50083;
  padding: 7px 4px 0 4px;
 }
#navigation-oben a#current
{
  background: #ffffff;
  border-top: 1px solid #e50083;
  border-bottom: 1px solid  #e50083;
  padding: 7px 4px 0 4px;
}

#navigation-oben ul{
  margin: 0 auto;
} 

#navigation-oben li{
  margin: 0 2px 0 0; 
  float: right; 
  padding: 0px;
  list-style-type: none;
}

/*Navigation Konto/Warenkorb*/
#meinewishlist {
position: absolute;
margin-top: 285px;
margin-left: 365px;
height: 17px;
width: 100px;
}
#meinaccount {
position: absolute;
margin-top: 285px;
margin-left: 500px;
height: 17px;
width: 80px;
}
#meinkonto {
position: absolute;
margin-top: 285px;
margin-left: 605px;
height: 17px;
width: 80px;
}

#meineinkauf {
position: absolute;
margin-top: 285px;
margin-left: 705px;
height: 17px;
width: 85px;
}

a.meinkonto, a.meineinkauf, a.meinewishlist, a.meinaccount {
height: 14px;
text-decoration: none; 
color: #696969;
padding: 3px 0 0 0;
font-size: 11px;
font-weight: bold;
letter-spacing: 0.08em;
text-align: center;
}

a.meinkonto:hover, a.meineinkauf:hover, a.meinewishlist:hover, a.meinaccount:hover { 
color: #e50083;
}
#meinkonto a#curent, #meineinkauf a#curent , #meinewishlist a#curent, #meinaccount a#curent { 
color: #e50083;
}

#inhalt {
 float: right;
 width: 580px;
 text-align: left;
 margin: 15px 15px 15px 0;
 padding: 0 0 0 10px;
 border-left: 1px solid #e0e6dc;
}
* html #inhalt {
width: 580px;
}
#inhalt a{
text-decoration: underline;
color: #696969;
font-weight: bold;
}

#inhalt ul{
margin-left:20px;
list-style-position:outside;
list-style-type:square;
}

#inhalt ol{
margin-left:20px;
list-style-position:outside;
list-style-type:square;
}

#linke-seite { 
 float: left;
 width: 160px;
 margin: 15px 0 15px 0;
 padding: 0;
}
#linke-seite h1 {
 color: #e50083;
 line-height: 1.3;
 margin-left: 10px;
 font-size: 100%; 
 font-weight: bold;
 text-transform: uppercase;
 text-align: left;
}
#linke-seite p{
margin: 0 10px 0 10px;
text-align: justify;
}


#linke-seite-wg {
float:left;
text-align:center;
width: 210px;
margin: 15px 0 15px;
padding: 0;
}
#linke-seite-wg h1 {
color: #e50083;
line-height: 1.3;
margin-left: 10px;
font-size: 100%; 
font-weight: bold;
text-transform: uppercase;
text-align: left;
}
#linke-seite-wg p{
margin: 0 10px 0 10px;
text-align: justify;
}

#seitenende {
height: 25px;
 background: #ffffff url(../images/seitenende.gif) no-repeat;
 background-position: 50% 50%;
 clear:both;
}
/*unteres menue*/
#impressum {
float: right;
height: 20px;
width: 800px;
margin: 3px 0px 0px 6px;
text-align: right;
}

# impressum ul {
margin: 0 auto;
}
#impressum li {
float: right;
margin: 0 2px 0 0; 
padding: 0px;
list-style-type: none;
}
#impressum li a {
text-decoration: none;
color: #696969;
padding: 3px 6px 3px 0;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.08em;
text-align: center;
}
#impressum a {
text-decoration: none;
color: #696969;
padding: 3px 6px 3px 0;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.08em;
text-align: center;
}
#impressum li a:hover {
color: #e50083;
}
a.impressum:hover { 
color: #e50083;
}
#impressum a#curent { 
color: #e50083;
}
#impressum li a#current { 
color: #e50083;
}

h1 {
 color: #696969;
 line-height: 1.3;
 margin-bottom: 15px;
 font-size: 100%; 
 font-weight: bold;
 text-transform: uppercase;
 text-align: left;
}
h2{
 color: #696969;
 line-height: 1.3;
 font-size: 100%; 
 font-weight: bold;
 margin-bottom: 5px;
 text-align: left;
}
h3 {
 color: #696969;
 line-height: 1.3;
 margin-bottom: 15px;
 font-size: 100%; 
 font-weight: bold;
 text-transform: uppercase;
 text-align: right;
}

hr {
color: #696969;
height: 1px;
}

/* Shop*/

table {
width: 580px; 
margin: 0;
padding: 0;
}

.bestellung a{
text-align:left;
}
.bestellung img{
margin: 0;
padding: 0;
border: 1px solid #e50083;
text-align:left;
}
.beschreibung {
width: 450px;
padding: 5px;
border: 1px solid #e0e6dc;
}
.beschreibungkorb {
width: 450px;
padding: 5px;
border: 1px solid #e0e6dc;
}
.bestellung {
width: 150px;
border: 1px solid #e0e6dc;
padding: 5px;
text-align:center;
}
.warenkorb {
width: 150px;
height: 30px;
border: 1px solid #e0e6dc;
padding: 5px;
text-align:center;
}

.innen {
width: 150px;
}
.innenlinks {
width: 130px;
text-align:right;
}
.innenrechts {
width: 50px;
text-align:right;
}

/* CMS */

.cms-navi a
{ background: transparent url("../images/pfeil-off.gif") no-repeat left center;
  color: #555;
  margin-left: 10px;
} 

.cms-navi a:hover
{ background: transparent url("../images/pfeil-on.gif") no-repeat left center;
  margin-left: 10px;
}
.cms-navi a#curent
{ background: transparent url("../images/pfeil-on.gif") no-repeat left center;
  margin-left: 10px;
}

.cms-navi 
{ margin: 0px; 
  float: left; 
  list-style: none; 
  text-align: left;
} 

.cms-navi hr 
{
margin-left: 10px;
color:#fff;
background-color:#CCC;
height:1px;
width:150px;
}
.cms-navi input {
border: 1px solid #e50083;
}
.cms-navi ul
{
margin-top:-4px;
list-style-type:none;
}

.cms-navi li 
{
float:left;
list-style-type:none;
}

.cms-navi ul li ul li
{

float:left;
padding-left:10px;
list-style-type:none;
}

.cms-navi a, .cms-navi a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  font-weight: bold;
  border: 0;
  margin: 5px 5px 5px 10px;
  padding: 0 0 0 20px;
  width: 120px;
  color: #696969;
}

.cms-navi-z a
{ background: transparent url("../images/z-pfeil-off.gif") no-repeat left center;
  color: #555;
  margin-left: 10px;
} 

.cms-navi-z a:hover
{ background: transparent url("../images/z-pfeil-on.gif") no-repeat left center;
  margin-left: 10px;
}
.cms-navi-z a#curent
{ background: transparent url("../images/z-pfeil-on.gif") no-repeat left center;
  margin-left: 10px;
}
.cms-navi-z 
{ margin: 0px; 
  float: left; 
  list-style: none; 
  text-align: left;
} 

.cms-navi-z a, .cms-navi-z a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  font-weight: bold;
  border: 0;
  margin: 5px 5px 5px 10px;
  padding: 0 0 0 20px;
  width: 120px;
  color: #696969;
}
.preis {
font-weight: bold;
font-size: 12px;
color: #e50083;
margin: 0;
text-align: left;
}
.reduziert {
text-decoration: line-through;
font-weight: bold;
font-size: 12px;
color: #696969;
margin-bottom: -10px;
text-align: left;
background: url("../shop/images/reduziert.gif") no-repeat;
background-position: 66% 50%;
}
.mwst {
font-size: 10px;
margin-top: -15px;
text-align:center;
}

#info {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
#info table {
clear:both;
}
#bestellwert {
clear:both;
width: 530px;
text-align: left;
margin: 5px 5px 5px 0px;
padding: 5px 0 5px 5px;
border: none;
color:#e50083;
}
#anzahlartikel {
float:left;
text-align:left;
width:155px;
height:25px;
padding-left:3px;
padding-top:3px;
margin-top:5px;
}
#anzahlartikel img {
margin-top:9px;
}
#seitennavig {
float:right;
text-align:right;
width:350px;
height:25px;
margin-top:5px;
}
#seitennavig form select {
border: 1px solid #e50083;
}
#option {
padding-left:5px;
padding-right:5px;
text-align:right;
}
#warengruppen {
clear:both;
}
.int {
border: 1px solid  #e50083;
text-align:right;
}
.keine {
margin: 0;
padding: 0;
}
.BildMitRahmen {
border: 1px solid #e50083;
}
.cms-navi-wg a
{ background: transparent url("../images/pfeil-off.gif") no-repeat left center;
  color: #555;
  margin-left: 10px;
} 

.cms-navi-wg a:hover
{ background: transparent url("../images/pfeil-on.gif") no-repeat left center;
  margin-left: 10px;
}
.cms-navi-wg a#curent
{ background: transparent url("../images/pfeil-on.gif") no-repeat left center;
  margin-left: 10px;
}

.cms-navi-wg 
{ margin: 0px; 
  float: left; 
  list-style: none; 
  text-align: left;
  line-height:14px;
} 

.cms-navi-wg hr 
{
text-align:left;
margin-left: 15px;
color:#fff;
background-color:#CCC;
height:1px;
width:140px;
}
.cms-navi-wg input {
border: 1px solid #e50083;
}
.cms-navi-wg ul
{
margin-top:0px;
list-style-type:none;
}

.cms-navi-wg li 
{
float:left;
list-style-type:none;
margin-top:0px;
margin-bottom: 0px;
}

.cms-navi-wg ul li ul li
{

float:left;
padding-left:10px;
list-style-type:none;
margin-top:5px;
margin-bottom: px;
}

.cms-navi-wg a, .cms-navi-wg a:hover
{ float: left; 
  text-decoration: none; 
  font-weight: bold;
  border: 0;
  margin: 5px 5px 5px 10px;
  padding: 0 0 0 20px;
  width: 190px;
  color: #696969;
}

#inhalt-wg {
 float: right;
 width: 540px;
 text-align: left;
 margin: 15px 15px 15px 0;
 padding: 0 0 0 10px;
 border-left: 1px solid #e0e6dc;
}
* html #inhalt-wg {
width: 540px;
}
#inhalt-wg table{
max-width:540px;
}
#inhalt-wg p{
max-width:540px;
}
#inhalt-wg h1{
max-width:540px;
}
#inhalt-wg h2{
max-width:540px;
}

#inhalt-wg a{
text-decoration: underline;
color: #696969;
font-weight: bold;
}

#inhalt-wg ul{
margin-left:20px;
list-style-position:outside;
list-style-type:square;
}

#inhalt-wg ol{
margin-left:20px;
list-style-position:outside;
list-style-type:square;
}
