/* 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 */

body {
	font-family: "Trebuchet MS", Tahoma, Arial, Microsoft Sans Serif;
	color: #F7F7F7;
	font-size: 100%;
	line-height: 1.4em;
  margin: 1em 3em 3em 3em;
}

/* anweisungen fuer alle div-boxen */

#header {
  display: none;
}

/* ende anpassungen innerWrapper auf ganze hoehe */

#navigation {
  display: none
}

#metaPic {
  display: none;
}

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

#footer {
  display: none;
}

#subnavigation {
  display: none;
}

.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;
}

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

/* 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: 40.5em;
	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: 100%;
	padding: 0;
	border: none;
}

* + html #occasionen {
	width: 100%;
	padding: 0;
	border: none;
}

/* anweisungen fuer die links im fliesstext */

#skiplinks {
  display: none;
}

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

a:visited {
	text-decoration: none;
	color: #6CD105;
}

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;
  page-break-before: auto;
}

/* anweisungen fuer alle normlen texte */

p {
	font-size: 100%;
	margin: 1em 0 0 0;
	line-height:1.4em;
}

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

p.modellName {
	font-size: 70%;
	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;
}

td {
	vertical-align: top;
	height: auto;
	border-bottom: 1px solid #5F5F5F;
	padding: 5px 0 5px 0;
}

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

td.afternoon {
	vertical-align: top;
	height: auto;
	border-bottom: 1px solid #5F5F5F;
	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 {
  display: none;
}

.portrait {
  display: none;
}

.werkstatt {
  display: none;
}

.bildergross {
  display: none;
}

.strassenkarte {
  display: none;
}

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

.grosseBilder {
  display: none;
}

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