@CHARSET "UTF-8";

* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

#banner {
  position: absolute;
  width: 900px;
  top: 0px;
  left: 50%;
  margin-left: -450px;
}

#container {
  position: absolute;
  width: 900px;
  top: 150px;
  left: 50%;
  margin-left: -450px;
/*	border: 1px solid #000000;
	background-color: #c0c0c0; */
	padding: 3px;
}

#nav {
  position: absolute;
  top: 0px;
  left: 0px;
  /* border: 1px solid #000000; */
  overflow: auto;
}
#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#nav li {
  float: left;
  width: 140px;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  text-align: center;
}
#nav li a {
  display: block;
  padding: 5px 10px;
  height: 100%;
  text-decoration: none;
  background: url(../images/nav.bg.jpg) repeat -20px 35px;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
  background-position: -150px 0px;
}

#content {
	position: absolute;
	left: 0px;
	top: 50px;
  padding: 3px;
  height: 500px;
  overflow: auto;
}

#content h2 {
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
}

#content th {
	font-weight: bold;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}


.bg1 {
  background-attachment: fixed;
  background-image: url(gfx/bg.jpg);
  background-repeat: repeat;
}
.homeheadlinefont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.homemainfont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}
.kontaktHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #000000;
}
.kontaktMain {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}
.bottomfont1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #000000;
}
.fahrzeugHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #000000;
}
.fahrzeugMain {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}
.fahrzeugFont2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}
.preislisteHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #000000;
}
.preislisteMain {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}
.preislisteFont2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}
.preislisteFont3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.preislisteFont4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
}
