body {
  background: #A6A6A6;
  background-image: url("../images/body_hg.jpg");
	background-position: 0px 0px; 
	background-repeat: repeat-x;
	font-size: 12px; 
	color: #000000; 
	font-family: Trebuchet MS, Tahoma, Verdana, Arial,Helvetica, Sans-serif;
	font-style: normal; 
	font-weight: normal
}

ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

td {
  font-size: 12px; 
  color: #000000; 
  font-family: Trebuchet MS, Tahoma, Verdana, Arial,Helvetica, Sans-serif;
  font-style: normal; 
  font-weight: normal
}


#homepage {
	position: absolute;
	width: 882px;
	left: 50%;
	top: 40px;
	margin-left: -440px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #ACACAC;
}

#header {
  height: 120px; 
}

#content {
  min-height: 450px;
  padding-left: 1px;
}

#footer {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: white;
  height: 70px;
  width: 881px;
  background-image: url("../images/footer_hg.jpg");
	background-repeat: repeat-x;
}

#kwick {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
  width: 882px;
  background-image: url("../images/kwick_hg.jpg");
	background-repeat: repeat-x;
}

#kwick .kwicks {
	display: block;
	height: 70px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 70px;
	width: 145px;
	background: #fff;
	border-right: 2px solid #FFFFFF;
}

#kwick .kwick span {
	display: none;
}

#kwick .home {
	background: url(../images/kwick_home.jpg);
}

#kwick .about {
	background: url(../images/kwick_about.jpg);
}

#kwick .leistung {
	background: url(../images/kwick_leistung.jpg);
}

#kwick .kunden {
	background: url(../images/kwick_kunden.jpg);
}

#kwick .news {
	background: url(../images/kwick_news.jpg);
}

#kwick .kontakt {
	background: url(../images/kwick_kontakt.jpg);
	border-right: 0;
}
