/*
Ertz Kompressoren CSS Design
(c) 2005 Internetdienste Eisemuth
*/

html,body {
	font-family: sans-serif;
	min-height: 101%;
}

.content h2 {
	font-family: sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #d20; /* #FF3300; */
}

.content h2 span {
	background: url(../pic/line_h2.png) no-repeat bottom right;
	padding-right: 20px;
	padding-bottom: 5px;
}

.content .infobox {
	font-family: sans-serif;
}

.content .infobox .ibtitel {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #00AFFF;
	border-top: 1px solid #000;
	border-left: 2px solid #000;
	border-right: 1px solid #000;
	border-bottom: 2px solid #000;
	padding: 2px 10px;
}

.content .infobox .ibtext {
	font-family: sans-serif;
	font-size: 0.9em;
	padding-left: 10px;
}
.content .infobox a {
	color: #000;
}
#productcat {
	display: block;
	margin: 0 0 20px 0px;
}
#productcat a {
	display: block;
	margin: 0 0 2px 0;
	border-left: 3px double #000;
	border-bottom: 3px double #000;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	width: 16em;
}
#productcat a.selected {
/*	background: #fe9; */
	color: #d20;
	border-left: 3px double #d20;
	border-bottom: 3px double #d20;
}

#produktmailer {
	position: relative;
	display: block;
	background: url(../pic/mailerbg.png);
	margin: 0;
	padding: 0;
	width: 500px;
	height: 420px;
}

#produktmailer #produktmailercontent {
	display: block;
	padding: 50px 40px 0 125px;
	margin: 0 0 0 0;
}
/* \*/
* html #produktmailercontent {
	height: 1%;
}
/* */

#produktmailer .form-line {
	margin-bottom: 5px;
	display: block;
	clear: both;
}

#produktmailer input {
	display: inline;
	border: 1px solid #000;
	width: 280px;
	background: #fff;
	color: #000;
}
#produktmailer input#plz {
	width: 70px;
}
#produktmailer input#ort {
	margin-left: 10px;
	width: 198px;
}

#produktmailer textarea {
	border: 1px solid #000;
	width: 280px;
	background: #fff;
	color: #000;
}

#produktmailer .form-submit {
	text-align: right;
}
#produktmailer #sendebutton {
	border: 1px solid #000;
	background: #ffcc00;
	color: #000;
	width: 100px;
}

#produktmailer .caption {
	position: absolute;
	left: 20px;
	text-align: left;
}
#produktmailer .hiddeninput {
	display: none;
}

#produktmailer .form-nameerror input, #produktmailer .form-emailerror input {
	background: #f00;
}


#produktmailer .error {
	font-size: 0.7em;
}
#produktmailer .needdate {
	font-size: 0.7em;
	margin-right: 10px; 
}