h2 {
  font: 12px/16px Lucida Sans Unicode, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}

h3 {
  font-size: 11px;
  font-weight: bold;
}

h1 {
  font-size: 14px;
	letter-spacing: 1px;
  font-weight: bold;
	padding: 6px 0 5px 0;
	color: #ddd;
}

p {
  margin-bottom: 14px;
}



li {
  float: left;
	list-style: none;
}
/* Text/ Bild auf der Produkte-Startseite und Philo */
.text {
	padding: 10px 50px 10px 50px;
	text-align: left;
}
/* Text neben Bild auf der Seite Impressum */
.imagetext {
	padding: 0 50px 65px 50px;
	text-align: left;
}
.proimg {
	text-align: left;
}
/* Text auf der Startseite */
.starttext {
	padding: 10px 30px 25px 30px;
	text-align: left;
}
.starttext .leftitem {
  width: 330px;
	float: left;
}
.starttext .rightitem {
  float: right;
	width: 330px;
}
.starttext .leftitem h1, .starttext .rightitem h1 {
  font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.starttext a {
  color: #666666;
	text-decoration: none;
}
.starttext a:hover {
  text-decoration: underline;
}


hr {
  color: #fff;
	background-color: #fff;
	height: 1px;
}

small {
  font-size: 10px;
  line-height: 12px;
	color: #aaa;
	text-decoration: none;
    width:200px;
}


.footertext, .footertext a {
  font-size: 10px;
  line-height: 14px;
	color: #aaa;
	text-decoration: none;
}
.footertext a:hover {
  text-decoration: underline;
}

input, textarea, select {
  border: 1px solid #EAEAEA;
  width: 200px;
  font: 11px/14px Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

.btnsubmit {
  font: 11px/14px Lucida Sans Unicode, Arial, Helvetica, sans-serif;
  background-color: #676767;
  color: #e9b001;
  border: 0px solid #676767;
	width: 120px;
}

/* Fehlermeldung */
.error {
  color: #990000;
	font-size: 10px;
}
/* Kontakt-Buttons */
.send, .reset {
	cursor: pointer;
	width: 76px;
	height: 46px;
	font-size: 0px; /* damit nn7 keine ersatzschrift anzeigt */
	border: 0px;
}
.send {
  background-image: url(../images/send.gif);
  background-position: center;
	background-repeat: no-repeat;
}

.reset {
  background-image: url(../images/loeschen-lo.gif);
  background-position: center;
	background-repeat: no-repeat;
}


.icons {
	text-align:right;
	background-color:#FFF;
	width:750px;
	padding-right: 10px;
	float: right;
}
.icons a {
  margin:2px;
}



.downloads {
  padding-top: 15px;
}
.downloads a {
  margin-left: 5px;
}





.pdfdownload a {
  float:right;
	margin:0 10px 0 0;
	text-decoration: none;
	color: #666;
}

.pdfdownload a:hover {
  text-decoration: underline;
}
