* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0px;
  background-color: #333333;
  background-image: url(img/bg_body.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top;
  color:white;
}

img {
  border: 0px;
  vertical-align: bottom;
}

hr {
  border:0px;
  background-color: #FFFFFF;
  height:1px;
}

p {
  padding: 0px;
  margin: 0px;  
}

.container {
  position: relative;
  width: 960px;
  margin: auto;
}

.header {
  position: relative;
  height: 80px;
}

.logo {
  position: absolute;
  width: 232px;
  height: 80px;
  left: 0px;
  top: 0px;
  background-image: url(img/logo.gif);
}

.suche {
  position: absolute;
  right: 550px;
  top: 9px;
}

#headerlinks {
  position: absolute;
  right: 158px;
  top: 11px;
  height: 17px;
  vertical-align: bottom;
}

#headerlinks a:link, #headerlinks a:active, #headerlinks a:visited {
  color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
}

#headerlinks a:hover {
  text-decoration: none;
}

#mainnav {
  position: absolute;
  height: 28px;
  width: 720px;
  right: 12px;
  bottom: 0px;
  text-align: right;
}

#mainnav img {
  margin-left: 3px;
}

#subnav {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  min-height: 287px;
  height: auto !important;
  height: 287px;
  top: -4px;
}

#subnav img {
  padding-top: 4px;
  padding-bottom: 4px;
}

#subnav a:link, #subnav a:active, #subnav a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 11px;
}

#subnav a:hover {
  color: #98C524;
}

#subnav div {
  padding-left: 13px;
}

.containerbg {
  background-color: #333333;
}

.containerleft {
  position: relative;
  width: 232px;
  float: left;
  background-image: url(img/border_subnav.gif);
  background-repeat: repeat-x;
  background-position: 0px 110px;
}

.logo2 {
  position: relative;
  height: 110px;
}

.subnav {
  position: relative;
  margin-left: 1px;
  margin-right: 1px;
  background-image: url(img/bg_subnav.gif);
  background-repeat: repeat-x;
}

.containerright {
  position: relative;
  width: 728px;
  float: right;
}

.content {
  position: relative;
  background-image: url(img/bg_content.jpg);
  background-repeat: no-repeat;
  min-height: 338px;
  height: auto !important;
  height: 338px;
  padding-top: 33px;
  padding-left: 35px;
 /* padding-right: 26px;*/
  padding-bottom: 35px;
}

#textfield {
  position: relative;
  border: 4px solid #FFFFFF;
  padding: 24px;
  width: 610px;
  background-image: url(img/bg_textfield.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #595959;
}

#textfield a:link, #textfield a:active, #textfield a:visited {
  color: #98C524;
}

#textfield a:hover {
  color: #FFFFFF;
}

#textfield img {
  border: 2px solid #FFFFFF;
}

.clear {
  clear: both;
}

.greybox2 {
  position: relative;
  border: 1px solid #6F6E6F;
  background-color: #4B4A4B;
  height: 20px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 9px;
}

.greybox {
  position: relative;
  border: 1px solid #6F6E6F;
  background-color: #4B4A4B;
  text-align: center;
  height: 20px;
  padding-top: 5px;
  margin-right: 25px;
}

.greybox3 {
  position: relative;
  border: 1px solid #6F6E6F;
  background-color: #4B4A4B;
  text-align: center;
  height: 34px;
  padding-top: 5px;
  margin-bottom: 16px;
  margin-right: 25px;
}

h1 {
  color: #86BB2B;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 12px;
}

.reifen {
  position: relative;
  display: inline;
  float: left;
  width: 155px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.reifenpic {
  height: 94px;
  background-color: #FFFFFF;
}

.felgenpic {
  height: 155px;
  background-color: #FFFFFF;
}


.galeriepic {
  height: 104px;
  background-color: #FFFFFF;
}

.reifentext {
  height: 34px;
  border: 1px solid #6F6E6F;
  background-color: #4B4A4B;
  text-align: center;
  padding-top: 5px;
  padding-right: 4px;
  padding-left: 4px;
  cursor: default;
}

.felgentext {
  height: 48px;
  border: 1px solid #6F6E6F;
  background-color: #4B4A4B;
  text-align: center;
  padding-top: 5px;
  padding-right: 4px;
  padding-left: 4px;
  cursor: default;
}

.galerietext {
  height: 20px;
  border: 1px solid #6F6E6F;
  background-color: #4B4A4B;
  text-align: center;
  padding-top: 5px;
  padding-right: 4px;
  padding-left: 4px;
  cursor: default;
}

.reifenhersteller {
  height: 21px;
  border: 1px solid #6F6E6F;
  background-color: #4B4A4B;
  text-align: center;
  padding-top: 5px;
  padding-right: 4px;
  padding-left: 4px;
  cursor: default;
}

.links {
  position: relative;
  display: inline;
  float: left;
  width: 155px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.linkspic {
  height: 94px;
  background-color: #FFFFFF;
}

.linkstext {
  height: 38px;
  border: 1px solid #6F6E6F;
  background-color: #4B4A4B;
  text-align: center;
  padding-top: 5px;
  padding-right: 4px;
  padding-left: 4px;
  cursor: default;
}

.filialen_rechts {
  position: relative;
  float: left;
  width: 396px;
}

.filialen_links {
  position: relative;
  float: right;
  width: 200px;
}

.start_news_box {
  padding-right: 10px;
  padding-left: 10px;
  min-height: 307px;
  height: auto !important;
  height: 307px;
}

.green_text {
  color: #98C524;
}

.teaser {
  margin-left: 4px;
}

.teaser_green {
  background-image: url(img/teaser_green.gif);
  background-repeat: repeat-x;
  height:26px;
  text-align:center;
  vertical-align:middle;
  color:#064788;
  font-weight:bold;
}

.teaser_red {
  background-image: url(img/teaser_red.gif);
  background-repeat: repeat-x;
  height:26px;
  text-align:center;
  vertical-align:middle;
  color:#064788;
  font-weight:bold;
}

.teaser_gray {
  background-image: url(img/teaser_gray.gif);
  background-repeat: repeat-x;
  height:64px;
  padding-top: 4px;
  text-align:center;
  vertical-align:top;
}


a.teaserlink:link, a.teaserlink:active, a.teaserlink:visited {
  color:#333333;
  text-decoration: none;
  font-weight:bold;
}

a.teaserlink:hover {
  color:white;
  text-decoration: none;
  font-weight:bold;
}

a.footerlink:link, a.footerlink:active, a.footerlink:visited {
  color:white;
  text-decoration: underline;
  font-weight:bold;
}

a.footerlink:hover {
  color:white;
  text-decoration: none;
  font-weight:bold;
}

.footer{
	color:white;
}

.check {
  border: 0px;
  background-color: transparent;
}

#detailsuche {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 307px;
}

#detailsuche table {
  width: 190px;
}

.detailsuche {
  background-color: #FFFFFF;
  border: 1px solid #666666;
  padding: 1px;
}

.borderbottom {
  border-bottom: 1px solid #FFFFFF;
}

#tooltip {
  position: absolute;
  padding: 0px;
  width: 280px;
  color: #595959;
  background-color: #595959;
  border: 2px solid #595959;
  -moz-opacity: 0.85;
  opacity: 0.85;
  filter:Alpha(opacity=85);
  display: none;
  z-index: 20;
}

#tooltip2 {
  position: absolute;
  padding: 0px;
  width: 280px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  display: none;
  z-index: 21;
}

#tooltip p, #tooltip2 p {
  margin: 0px;
  padding: 0px;
}

#fader {
  position:relative;
  height:94px;
  vertical-align:bottom;
  background-color:white;
}

#fader div {
  position: absolute;
  text-align:center;
  width:229px;
  height:94px;
}

#fader img {
  position:relative;
  margin:auto;
}

.BildRechts {
  float: right;
  margin-left: 12px;
}

.BildLinks {
  float: left;
  margin-right: 12px;
}