@import url('menu.css');

body {
  margin: 0px 0px 40px 0px;
  padding: 10px 0px 0px 0px;
  background-color: /*#333333*/ #ffffff;
  font-family: 'Verdana CE', Verdana, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif; ;
  font-size: 75%;
  text-align: center;
  
}

* {padding:0; margin:0;}	

a {
  text-decoration: underline;
  color: black;
}

img {border: none;}


h1 { 
  font-family: "Trebuchet MS", sans-serif;
  display: inline;
  font-weight: bold;
  color: #333333;
  font-size: 2.9em;
  
  
}

h1 a {text-decoration:none !important;}

h2 { 
  font-family: "Trebuchet MS", sans-serif;
  display: inline;
  font-weight: bold;
  color: #333333;
  font-size: 1.6em;
  letter-spacing:-0.04em;
}

h3 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  color: #333333;
  font-size: 2.5em;
  letter-spacing:-0.02em;
  margin: 0px 0px 10px 0px;

  display:none;
}



h4 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 1.5em;
  background-image: url(/images/bg-h3.gif);
  background-position: 5px center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding:7px 0px 10px 20px;

}

h4 a {text-decoration:underline;}

h5 {
  font-weight: bold;
  color:#2d2d2d;
  text-transform: uppercase;
  font-size: 1.0em;
  padding:10px 0px 3px 0px;
  border-bottom:1px dotted #a8a8a8;
}

p {
  color:#000000;
  line-height:1.6em;
  font-size: 0.9em;
  padding:0px 0px 12px 0px;
}

p a {color:#000000;font-weight:bold;}
p.intro {font-size:1.1em; color:#2d2d2d;line-height:1.5em;}

.main {
  position: relative;
  margin: auto;
  width: 892px;
  text-align:left;
  background-image: url(/images/bg-main.gif);
  background-position: left top;
  background-repeat: repeat-y;
  padding:0px 10px 0px 6px;

}

.site {
  border-top:1px solid white;
  border-right:1px solid white;
  border-left:1px solid white;
  width: 874px;	
  margin:0px 0px 0px 0px;  
  padding-bottom:0px;
}


/* TOP */

.top {

  width:874px;
  height:100px;
  background-image: url(/images/bg-top.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}



.opel-logo {
  margin: 11px 20px 0px 0px;
}

.dealer {
  width:700px;
  padding:20px 0px 0px 15px;

}


.mainmenu {
  width:760px;
  margin:6px 0px 0px 0px;
  padding:0px 0px 0px 0px;

}

/* SECTION */

.section {
  background-image: url(/images/bg-section.png);
  background-position: left top;
  background-repeat: repeat-x;
  padding:6px 0px 5px 15px;
  border-bottom:1px solid white;
}

.content {      
  margin:0;
  text-align:left;
  max-width: 874px;
  padding-bottom:30px;
}

.content-2col {      
  margin:0;
  text-align:left;
  max-width: 874px;
  background: url('/images/bg-2col.png') top left repeat-y;
  padding-bottom:30px;
}

.left {
  float: left;
  width: 191px;
  margin:0; padding:0;
}
.left-content {
  margin:0;
  padding: 18px 0px 0px 0px;
}

.right {      
  margin:0 0 0 193px;
  padding:0px 0px 0px 0px;
  position: relative;

}

.right-content {
  margin:0;
  padding: 1px 0px 0px 0px;

}

.intro-img {
  background-color: white;
  width: 874px;
  height: 215px;
  border-top: 1px solid white;  
  background-position: left top;
  background-repeat: no-repeat;
  display:none;

}

.car-intro-img {
  border-bottom:4px solid #d0d0d1;
  display:none;
}

.path {    
  font-size:0.8em;
  padding: 5px 0px 10px 20px;
  background-color:#ececec;
  color:#ffd11f;
}

.path a {text-decoration:underline;}
.path a:hover {text-decoration:none;}


.footer {
  position: relative;
  left:-8px;
  margin: auto;
  width: 862px;
  background-color: #ffffff;
  background-image: url(/images/bg-footer.gif);
  background-position: left top;
  background-repeat: repeat-x;
  color:#6e6e6e;
  font-size: 0.8em;
  padding:20px 20px 0px 10px;

  
}

.footer a {color:#6e6e6e;}
.footer a:hover {color:#ffffff;}


/* ABSOLUTE */

.abs-topshadow {
  position: absolute;
  left:-2px;
  top:-10px;
  width: 893px;
  height:20px;
  background-color: #ffffff;
  padding:0px;
  font-size: 1px;
  background-image: url(/images/bg-topshadow2.png);
  background-position: left top;
  background-repeat: no-repeat;
}






