/* stylesheets auf http://www.rueegger-motos.ch */
	/* geschrieben von | TeXTstube | roggwil | schweiz */
		/* rolf & sabine knoepfel | http://www.textstube.ch */
			/* bitte kopieren sie soviel sie wollen */

/* zurueckstellung aller inneren und aeusseren abstaende (margin & Padding) */

* {
  padding: 0;
  margin: 0;
}

/* anweisungen fuer das html und den body */

html {
  width: 100%;
  height: 100.11%;
}

body {
  background-image: url(../images/body-verlauf.gif);
  background-repeat: repeat-x;
  background-color: #2C2C2C;
  font-family: "Trebuchet MS", Tahoma, Arial, Microsoft Sans Serif;
  color: #F7F7F7;
  font-size: 100%;
  line-height: 1.4em;
}

/* anweisungen fuer alle div-boxen */

#wrapper {
  background-image: url(../images/header-motorrad.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #1E1E1E;
  width: 59em;
  margin: 0 auto;
  border: 1px solid #437320;
}

#header {
  background-color: #5CAF0A;
  width: 56em;
  height: 14em;
  margin: 73px 1.5em 0 1.5em;
}

#innerWrapper {
  width: 52.5em;
  margin: 0 3.25em 0 3.25em;
}

/* clearing mit hr fuer innerWrapper auf ganze hoehe */

.clear {
  clear: both;
  height: 0px;
  visibility: hidden;
}

/* hacks ie6 + ie7 clearing mit hr fuer innerWrapper auf ganze hoehe */

* html .clear {
  display: none;
}

* + html .clear {
  display: none;
}

/* ende anpassungen innerWrapper auf ganze hoehe */

#navigation {
  float: left;
  letter-spacing: 2px;
  padding: 5em 0 0 0;
}

#metaPic {
  background-color: #DFDFDF;
  width: 13.25em;
  height: 10em;
  margin: 2.5em 0 0 0;
  float: inherit;
}

#mainContent {
  width: 36em;
  float: right;
  margin: 0.75em 0 0 0;
  letter-spacing: 2px;
}

#footer {
  background-image: url(../images/footer-slogan.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
  margin: 0 0 -19px 0;
  position: relative;
  clear: both;
}

#subnavigation {
  text-align: center;
  font-size: 70%;
  color: #AFAFAF;
  margin: 1.5em 0 0 24.5em;
  padding-bottom: 1em;
}

.modellPic {
  border: 1px solid #437320;
  float: left;
  width: 8.45em;
  margin: 1.85em 0.5em 0 0;
  text-align: center;
  padding: 2px 0 2px 0;
}

.modellPicRight {
  border: 1px solid #437320;
  float: left;
  width: 8.4em;
  margin: 1.85em 0em 0 0;
  text-align: center;
  padding: 2px 0 2px 0;
}

.bildGross {
  border: 1px solid #437320;
  float: left;
  width: 17.25em;
  margin: 1.85em 0.5em 0 0;
  text-align: center;
  padding: 2px;
}

.bildGrossLeft {
  border: 1px solid #437320;
  float: left;
  width: 17.25em;
  margin: 1.85em 0em 0 0;
  text-align: center;
  padding: 2px;
}

/* clearing mit div fuer die modellvorschau boxen */

.clearModelle {
  height: 1.5em;
  border-bottom: 1px solid #75D304;
  clear: left;
}

/* anweisungen fuer das iframe der occasionen */

#occasionen {
  width: 99%;
  height: 48em;
  margin: 1.85em 0 1.5em 0;
  padding: 2px;
  border: 1px solid #437320;
  overflow: auto;
}

/* hacks ie6 +ie7 fuer iframe der occasionen ohne border */

* html #occasionen {
  width: 99.5%;
  height: 48em;
  padding: 0;
  border: none;
}

* + html #occasionen {
  width: 99.5%;
  height: 48em;
  padding: 0;
  border: none;
}

/* anweisungen fuer die navigations liste */

#navigation li {
  color: #292929;
  margin: 0 0 4px 0;
  font-size: 120%;
  list-style-type: none;
}

#subnavigation li {
  list-style-type: none;
  display: inline;
}

/* hacks fuer ie6 + ie7 fuer korrektur navigations liste margin-bottom */

* html #navigation li {
  margin: 0 0 3px 0;
}

* + html #navigation li {
  margin: 0 0 3px 0;
}

/* anweisungen fuer die mainMenu links */

#navigation li a, #navigation li a:link {
  background-image: url(../images/navi-background.gif);
  background-repeat: repeat-x;
  background-color: #5CAF0A;
  width: 10.25em;
  text-decoration: none;
  color: #292929;
  display: block;
  padding: 11px 3px 11px 13px;
}

#navigation li a:visited {
  background-image: url(../images/navi-background.gif);
  background-repeat: repeat-x;
  background-color: #5CAF0A;
  width: 10.25em;
  color: #292929;
  padding: 11px 3px 11px 13px;
}

#navigation li a:hover {
  background-image: url(../images/hover-background.gif);
  background-repeat: repeat-x;
  background-color: #C22B26;
  width: 10.25em;
  color: #F7F7F7;
  padding: 11px 3px 11px 13px;
}

#navigation li a:active {
  background-image: url(../images/hover-background.gif);
  background-repeat: repeat-x;
  background-color: #C22B26;
  width: 10.25em;
  color: #F7F7F7;
  padding: 11px 3px 11px 13px;
}

.current {
  background-image: url(../images/hover-background.gif);
  background-repeat: repeat-x;
  background-color: #C22B26;
  width: 10.25em;
  text-decoration: none;
  display: block;
  padding: 11px 3px 11px 13px;
}

/* anweisungen fuer die links im fliesstext */

#skiplinks {
  position: absolute;
  top: 0px;
  left: -32768px;
  z-index: 1000;
  width:100%;
  list-style-type: none;
}

a:link {
  text-decoration: none;
  color: #62C54E;
}

a:visited {
  text-decoration: none;
  color: #62C54E;
}

a:hover {
  text-decoration: none;
  color: #5F5F5F;
}

a:active {
  text-decoration: none;
  color: #5F5F5F;
}

a:focus {
  outline: none;
}

/* anweisungen fuer alle ueberschriften */

h1 {
  font-size: 160%;
  font-weight: normal;
  padding: 0 0 0.5em 0;
  border-bottom: 4px solid #75D304;
}

h2 {
  font-size: 120%;
  font-weight: normal;
  margin: 1.2em 0 0 0;
  line-height: 1.4em;
}

/* anweisungen fuer alle normlen texte */

p {
  margin: 1em 0 0 0;
}

p.greenLine {
  font-size: 100%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #75D304;
}

p.modellName {
  font-size: 70%;
  line-height: normal;
  margin-top: 0.25em;
  letter-spacing: normal;
}

/* p.bildBeschrieb {
  font-size: 80%;
  line-height: normal;
  margin-top: 0.25em;
  letter-spacing: normal;
} */

address {
  font-style: normal;
  font-size: 100%;
  margin: 1em 0 0 0;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #75D304;
}

em {
  font-weight: bold;
  font-style: normal;
}

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

/* anweisungen fuer die tabelle der oeffnungszeiten */

table {
  width: 100%;
  margin: 1em 0 1.5em 0;
  border-collapse: collapse;
}

th{
  font-size: 120%;
  font-weight: normal;
  margin: 0;
  text-align: left;
  padding: 0.5em 0 0.95em 0;
}

td {
  border-bottom: 1px solid #5F5F5F;
}

td.afternoon {
  vertical-align: top;
  height: auto;
  padding: 5px 0 5px 0;
  text-align: right;
}

td.day {
  vertical-align: top;
  height: auto;
  border: none;
  padding: 3px 0 3px 0;
}

td.morning {
  vertical-align: top;
  height: auto;
  border: none;
  padding: 3px 0 3px 0;
  text-align: right;
}

/* anweisungen fuer alle bilder */

.banner {
  width: 56em;
}

.portrait {
  width: 11.5em;
  height: 15em;
  float: right;
  margin: 0 0 0 1.5em;
}

.klein_im_fliesstext {
  width: 12.5em;
  float: left;
  margin: 0 1em 0 0;
}

/* .werkstatt {
  width: 35.75em;
  height: 21.75em;
  margin: 0;
} */

.bildergross {
  width: 35.75em;
  /* height: 21.75em; */
  margin: 0;
}

.strassenkarte {
  width: 13.25em;
  height: 10em;
  float: right;
  margin: -1.15em 0 0 0;
  border: none;
}

.modellVorschau {
  width: 8.1em;
  /* height: 6em; */
  border: none;
}

.grosseBilder {
  width: 17.25em;
  border: none;
}

/* hack ie6 fuer bannerbild auf richtige hoehe */

* html .banner {
  width: 56em;
  margin-bottom: -6px;
}

/* end style rueegger-motos.ch */
/****** have a nice day ********/
