/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background-color: #CBA574;
}

#contalles {
	font-size: 0.8em;
	padding: 10px 10px 10px 9px;
}

#alles {
	width: 936px;
}

#conthead {
	position: relative;
	width: 936px;
	height: 190px;
	background: url(../grafik/banner_hg.gif) no-repeat;
}

#tacho_hg {
	position: absolute;
	top: 8px;
	left: 21px;
	width: 255px;
	height: 169px;
	z-index: 10;
}

/***** BUTTON STARTSEITE ***************************************************************/
#button_startseite {
	position: absolute;
	display: block;
	top: 140px;
	left: 37px;
	width: 73px;
	height: 24px;
	z-index: 20;
	background-color: transparent;
}

a#startseite:link, a#startseite:visited, a#startseite:active {
	display: block;
	width: 73px;
	height: 24px;
	background: url(../grafik/startseite_1.gif) no-repeat;
	overflow: hidden;
	text-decoration: none;
}

a#startseite:hover, a#startseite_aktiv {
	display: block;
	width: 73px;
	height: 24px;
	background: url(../grafik/startseite_2.gif) no-repeat;
}
/***************************************************************************************/

/***** BUTTON LEISTUNGEN ***************************************************************/
#button_leistungen {
	position: absolute;
	top: 116px;
	left: 31px;
	width: 82px;
	height: 24px;
	z-index: 20;
	background-color: transparent;
}

a#leistungen:link, a#leistungen:visited, a#leistungen:active {
	display: block;
	width: 82px;
	height: 24px;
	background: url(../grafik/leistungen_1.gif) no-repeat;
	overflow: hidden;
	text-decoration: none;
}

a#leistungen:hover, a#leistungen_aktiv {
	display: block;
	width: 82px;
	height: 24px;
	background: url(../grafik/leistungen_2.gif) no-repeat;
}
/***************************************************************************************/

/***** BUTTON FAHRZEUGE ****************************************************************/
#button_fahrzeuge {
	position: absolute;
	top: 92px;
	left: 35px;
	width: 85px;
	height: 24px;
	z-index: 20;
	background-color: transparent;
}

a#fahrzeuge:link, a#fahrzeuge:visited, a#fahrzeuge:active {
	display: block;
	width: 85px;
	height: 24px;
	background: url(../grafik/fahrzeuge_1.gif) no-repeat;
	overflow: hidden;
	text-decoration: none;
}

a#fahrzeuge:hover, a#fahrzeuge_aktiv {
	display: block;
	width: 85px;
	height: 24px;
	background: url(../grafik/fahrzeuge_2.gif) no-repeat;
}
/***************************************************************************************/

/***** BUTTON ÜBER MICH ****************************************************************/
#button_uebermich {
	position: absolute;
	top: 68px;
	left: 44px;
	width: 88px;
	height: 24px;
	z-index: 20;
	background-color: transparent;
}

a#uebermich:link, a#uebermich:visited, a#uebermich:active {
	display: block;
	width: 88px;
	height: 24px;
	background: url(../grafik/ueber_mich_1.gif) no-repeat;
	overflow: hidden;
	text-decoration: none;
}

a#uebermich:hover, a#uebermich_aktiv {
	display: block;
	width: 88px;
	height: 24px;
	background: url(../grafik/ueber_mich_2.gif) no-repeat;
}
/***************************************************************************************/

/***** BUTTON ANFAHRT ******************************************************************/
#button_anfahrt {
	position: absolute;
	top: 44px;
	left: 61px;
	width: 86px;
	height: 24px;
	z-index: 20;
	background-color: transparent;
}

a#anfahrt:link, a#anfahrt:visited, a#anfahrt:active {
	display: block;
	width: 86px;
	height: 24px;
	background: url(../grafik/anfahrt_1.gif) no-repeat;
	overflow: hidden;
	text-decoration: none;
}

a#anfahrt:hover, a#anfahrt_aktiv {
	display: block;
	width: 86px;
	height: 24px;
	background: url(../grafik/anfahrt_2.gif) no-repeat;
}
/***************************************************************************************/

/***** BUTTON IMPRESSUM ****************************************************************/
#button_impressum {
	position: absolute;
	top: 20px;
	left: 89px;
	width: 97px;
	height: 24px;
	z-index: 20;
	background-color: transparent;
}

a#impressum:link, a#impressum:visited, a#impressum:active {
	display: block;
	width: 97px;
	height: 24px;
	background: url(../grafik/impressum_1.gif) no-repeat;
	overflow: hidden;
	text-decoration: none;
}

a#impressum:hover, a#impressum_aktiv {
	display: block;
	width: 97px;
	height: 24px;
	background: url(../grafik/impressum_2.gif) no-repeat;
}
/***************************************************************************************/

#bannerfoto {
	position: absolute;
	top: 15px;
	left: 703px;
	width: 200px;
	height: 150px;
	z-index: 5;
}

#contmainalles {
	clear: both;
	background: url(../grafik/main_hg.gif) repeat-y;
	padding: 10px 0 10px 0;
}

* html #contmainalles {}

#contfuss {
	clear: both;
	position: relative;
	min-height: 25px;
	background: url(../grafik/main_fuss_hg.gif) repeat-y;
	line-height: 140%;
}

* html #contfuss {
	height: 25px;
}

#fuss {
	text-align: center;
	padding: 10px 18px 18px 18px;
}

#fussbottom {
	position: absolute;
	bottom: 0;
	width: 936px;
	height: 25px;
	background: url(../grafik/fuss_hg.gif) no-repeat;
}

#contmain {
	float: left;
	width: 690px;
	margin-top: 10px;
	margin-left: 28px;
	color: #6B5B4E;
	line-height: 140%;
}

#contmain p {
	margin-bottom: 0.5em;
}

* html #contmain {
	margin-left: 14px;
	width: 687px;
}

* html > body #contmain {
	padding-bottom: 20px;
}

#contwerbung {
	margin-left: 726px;
	width: 200px;
}

* html #contwerbung {
	margin-left: 723px;
}

#werbung {
	width: 160px;
	margin: 0 10px 0 10px;
	padding: 10px;
	color: #555555;
	background-color: #E4DFD8;
	overflow: hidden;
}

* html #werbung {
	width: 180px;
	wid\th: 160px;
}

* html > body #werbung {
	margin-top: 10px;
}

#werbung h4 {
	color: #555555;
}

.clearboth {
	clear: both;
}

* html .clearboth {
	height: 1px;
}

.cont_zweispalten {
	clear: both;
}

.spaltelinks {
	float: left;
	width: 330px;
}

.spalterechts {
	margin-left: 354px;
	width: 330px;
}

h1, h2, h3, h4, h5, h6 {
	color: #7C695A;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	margin-top: 1em;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.7em;
}

h3 {
	font-size: 1.2em;
	text-decoration: underline;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 0.5em;

}

h5 {
	font-size: 1.0em;
	text-decoration: underline;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 1.0em;
	margin-bottom: 0.5em;
}

a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.tab_01 {
	margin-bottom: 0.5em;
}

* html table {
	font-size: 1em;
	color: #6B5B4E;
	line-height: 140%;
}

.address {
	margin-left: 10px;
}

form#route table {
	margin: 1em auto;
}

* html .mitte {
	clear: both;
	width: 100%;
	text-align: center;
}

* html form#route table {
	text-align: left;
}

#map {
	clear: both;
	width: 650px;
	height: 400px;
	border: 2px solid #999999;
	margin: 1em auto;
}

ul {}

li {
	list-style-position: outside;
	margin: 8px 0 5px 17px;
}

li.unterliste {
	margin: 0 0 0 40px;
	list-style-type: circle;
}

.kursiv {
	font-style: italic;
}

.werbegrafik {
	margin-bottom: 12px;
}