/* @override http://www.motostuff.de/fileadmin/css/default.css */

* {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 12px;
  font-family: Trebuchet MS, 'sans-serif';
  font-weight: normal;
  color: #FFF;
  line-height: 150%;
  list-style-type: none;
  text-decoration: none;
  }
  
*:focus {
  outline: 0;
  }

body {
  background: #090909;
  }
  
h2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 100%;
  padding: 0 0 20px 0;
  }
  
h3 {
  border-bottom: solid 1px #eee;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  }
  
p {
  padding: 0 0 15px 0;
  }
  
div#page_outer {
  position: absolute;
  top: 0;
  left: 50%;
  width: 910px;
  height: 100%;
  margin: 0 0 0 -455px;
  }
  
div#page_inner {
  position: relative;
  float: left;
  width: 910px;  
  background: url(img/page_inner.gif) repeat-y 0 0;
  min-height: 100%;
  }
  
* html {
  height: 100%;
  }
  
div#header {
  position: relative;
  float: left;
  width: 910px;
  height: 395px;
  background: url(img/header.jpg) no-repeat 0 0;
  }
  
div#header img {
  float: right;
  margin: 8px 40px 0 0;
  }
  
ul#navi {
  position: relative;
  float: left;
  width: 240px;
  margin: 30px 0;
  border-top: solid 1px #E38000;
  }
  
ul#navi li {
  height: 18px;
  border-bottom: solid 1px #E38000;
  }
  
ul#navi li a {
  display: block;
  text-align: right;
  padding: 0 25px 0 0;
  background: url(img/navi_inact) no-repeat right 0;
  }
  
ul#navi li a:hover,
ul#navi li a.active {
  background: #990000 url(img/navi_act.gif) no-repeat right 0;
  }
  
div#content {
  position: relative;
  float: right;
  width: 510px;
  margin: 30px 0 0 0;
  padding: 0 90px 0 0
  }

#content u {
  text-decoration: underline !important;
}

#content b,
#content strong {
  font-weight: bold !important;
}
  
div#content a {
  color: #fff500;
  }
  
div#content a:hover {
  color: #ffbe00;
  }
  
div#content ul {
  padding: 0 0 15px 0;
  }

div#content ul li {
  background: url(img/bulletimg.gif) no-repeat 0 6px;
  padding: 0 0 0 12px;
  }
  
div#footer {
  position: relative;
  float: left;
  width: 910px;
  height: 200px;
  background: url(img/footer.gif) no-repeat 0 0;
  }
  
/* @group SHOP */
  



/* @end SHOP */