/* DATEI: traumrouten.css */

*{
	font-family: arial,helvetica,sans-serif;
}

body{
	color: #000000; 
	background-color: white;
	margin: 0px; 
}

                               /*  +++++++++++++++++++  Head   +++++++++++++++++++  */

div.head{
	display: none;
}

#breadcrumb{
	display: none;
}

#servicenavi{
	display: none;
}

div.suche{
	display: none;
}

div.google-ads{
	display: none;
}


                               /*  +++++++++++++++++++  Navigation   +++++++++++++++++++  */

#navigation{
	display: none;
}


                             /*  +++++++++++++++++++  Rechter Bereich  +++++++++++++++++++  */

#rechts{
	margin-top: 3em;
	display: inline;
	margin-right: 2em;
}

div.google-ads{
	display: none;
}

p.kartentext{
	display: none;
}
							 
                               /*  +++++++++++++++++++  Artikel   +++++++++++++++++++  */


div.artikel{
	font-size: 95%;
	line-height: 130%;
	margin-left: 1em;
	margin-right: 2em;
	margin-top: 3em;
	margin-bottom: 1.5em;
	border: none;
}

h1{
	font-size: 130%;
	line-height: 110%;
}

h2{
	font-size: 110%;
	margin-bottom: -1em;
}

#motorraddaten{
	font-size: 85%;
	background-color: #FDFDD2;
	margin-top: 1.5em;
}

#motorraddaten td{
	vertical-align: top;
}

td.objekt{
	width: 10em;
	border-bottom: solid grey thin;
	font-weight: bold;
}

td.eintrag{
	width: 13em;
	border-bottom: solid grey thin;
}

td.fueller{
	width: 1em;
}

p.datum{
	text-align: right;
	font-size: 80%;
}

p.print{
	display: block;
	font-size: 80%;
	font-style: italic;
}

#buchempfehlung{
	display: none;
}




                               /*  +++++++++++++++++++  Fußbereich   +++++++++++++++++++  */
div.bottom{
	display: none;
}