/**************************************************'*/
/* edition m -> css                 				*/
/* copyright 2007 tp-werbeagentur.de				*/
/*											 	    */
/****************************************************/

/*********** Formulare ************/

form {
	padding: 0px;
	margin: 0px;
	display: inline;
}

.errormistake {
	color: red;
	font-size: 10px;
	margin-left: 155px;
	clear:both;
}

input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;	
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	border: 1px solid #999;
	height: 12px;
	padding: 1px 2px 2px 2px;
	background: #EFEFEF;
}

fieldset{
	border: 0px;
}
.select {
	width: 223px;
	font-size: 10px;
	color: #222;
	margin: 10px 0px 0px 0px;
	padding:1px;
}

.floatKiller{
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

/**************************************************'*/
/* Buy-n-Contact *'*/
/**************************************************'*/
.labelOrder{
	float: left; 
	width: 180px;
	margin: 0px 0px 5px 0px;
}
.right {
	width: 160px;
	margin: 0px 0px 5px 10px;
}
.textareaRequest{
	width: 350px;
	height: 150px;
}
.errorfeldFehler {
	color: #DD0000;
	font-size: 11px;
	margin: 0px 0px 4px 180px;
	font-weight: normal;
}
.submitButton {
	width: 170px;
	height: 20px;
	line-height: 15px;
	background: #AA2000;
	color: #FFF;
	font-weight: bold;
}

