body {
    color: #000000; 
	background-color: white;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
a:link {
	color: #339933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339933;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/*------------------------------ positionen ------------------------------*/

#site {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px;
    border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
  }
#kopf {
	height: 140px;
	width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid #000000;
	background-image:url(bilder/reifenkoch.jpg);
}
#hm {
	height: 20px;
	width: 400px;
	margin-left: 500px;
	top: 110px;
	position: absolute;
	text-align: left;
}
#zm {
	height: 20px;
	width: 400px;
	margin-left: 17px;
	top: 110px;
	position: absolute;
	text-align: left;
}
#inhalt {
    margin-left: 50px;
	width: 750px;
  }
#inhaltlogin {
    margin-left: 0px;
	width: 900px;
  }
#um {
	height: 397px;
	width: 120px;
	left: 0px;
	top: 226px;
	position: absolute;
	text-align: left;
	border: 1px solid #339933;
}

/*----------------------------------------------------------------------------------------------*/

ul#wm {
    margin: 0; 
	padding: 0.8em;
    text-align: center;
}
ul#wm li {
    list-style: none;
    display: inline;
    margin: 0.4em; 
	padding: 0;
}
ul#wm a, ul#wm span {
    padding: 0.2em 1em;
    text-decoration: none;
	font-size: 12px;
	font-weight:normal;
    color: #000000;
}
* html ul#wm a, * html ul#wm span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#wm a:hover, ul#wm span {
    color: #000000;
	text-decoration: underline;
}

/*------------------------------ schriftstile ------------------------------*/

.fliestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.fliestextfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.fliestextfettspezial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ea701a;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	color: #339933;
}
.firma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.bild {
	border: 1px solid #339933;
}
