/*
  form
    input
    select
    textarea
  .order_form
*/

/* form */
form {
  margin: 0px;
  padding: 0px;
}

/* input */
input.unsubscribe,
input.subscribe,
input.search {
	border:none;
	cursor: hand;
	color: #FFFFFF;
	background-image: url(../img/newsletter-btn.gif);
	height: 25px;
	background-color: transparent;
	width: 106px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	padding-bottom: 3px;
}
input.email {
  border: 1px solid black;
  color: black;
	padding-left: 3px;
	margin-bottom: 8px;
	border-color: #CCCCCC;
	height: 15px;
	width: 99px;
}

div.order_form,
.tx-majordomo-pi1 form {
  clear:both;
  height:2em;
}

div.order_form div.left,
.tx-majordomo-pi1-button_left {
/*  padding-top:0.4em;
  width:49%;
*/  text-align:center;
}
div.order_form div.right,
.tx-majordomo-pi1-button_right {
  text-align:center;
/*  padding-top:0.4em;
  width:49%;
*/}
div#newsletter .tx-majordomo-pi1 {
	height: 130px;
	background-image: url(../img/newsletter-bkg.gif);
	margin-bottom: 1em;
 /* background:#a5bac6;  lhayer 080619*/ 
}
.tx-majordomo-pi1 form {
	width:128px;
	overflow:hidden;
	text-align:center;
	height: 90px;
}
.tx-majordomo-pi1 h4,
div#googleSearch h4 {
	line-height: 1em;
	font-size:1.1em;
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	text-align:center;
	color: #FFFFFF;
}
.tx-majordomo-pi1-button_left {
	margin-bottom: 8px;
/*  width:49%;
*/}
.tx-majordomo-pi1-button_right {
/*  width:49%;
*/}
input {
	font-size: 1em;
}
div#googleSearch {
	background-image: url(../img/suche-bkg.gif);
	height: 110px;
	margin-bottom: 1em;
	background-repeat: no-repeat;
}

div#googleSearch form {
  text-align: center;
}

div#googleSearch input {
  margin-bottom: 8px;
	width: 99px;
}
div#googleSearch input.search {
	width: 106px;
}

