#formhandler_contact_form {
	width:644px;
}

#formhandler_contact_form .row {
	margin-bottom:10px;
}
	#formhandler_contact_form .row li {
		list-style: none;
	}
#formhandler_contact_form input.hidden, #formhandler_contact_form input[type="hidden"] {
        display: none;
        border: none;
}

#formhandler_contact_form input.submit, #formhandler_contact_form input[type="submit"] {
	border:1px solid #ccc;
	width:auto;
	display:inline;
	margin-right: 10px;
}

#formhandler_contact_form .mathguard {
	padding:0;
}

#formhandler_contact_form .interests_box {
	border:1px solid #dedede;
	padding:8px;
	width:200px;
	margin-left:200px;
	height:180px;
	float:left;
}

#formhandler_contact_form .contact_box {
	border:1px solid #dedede;
	padding:8px;
	width:200px;
	margin-left:200px;
	float:left;
}

#formhandler_contact_form .interests_box label,
#formhandler_contact_form .contact_box label {
	width:70px;
}

#formhandler_contact_form fieldset, #formhandler_contact_form input[type="text"], #formhandler_contact_form textarea {
	border:1px solid #dedede;
}

#formhandler_contact_form fieldset {
	padding:30px 10px 10px 10px;
	width: 444px;
}

#formhandler_contact_form input, #formhandler_contact_form select {
	padding:2px;
}
	#formhandler_contact_form .ingredient-unit {
		width: 50px;
	}


	#formhandler_contact_form input[type="text"].ingredient-name {
		width: 180px;
	}

	#formhandler_contact_form input[type="text"].ingredient-quantity {
		width: 50px;
	}

	#formhandler_contact_form li {
		display: block;
		float: left;
		margin: 0 10px 0 0;
	}
		#formhandler_contact_form legend {
			color: #A7CA22;
			font-size: 1.5em;
			padding: 2px;
		}

		#formhandler_contact_form legendtext {
			font-size: 1em;
			width: 440px;
			position: relative;
			bottom: 20px;
			display: block;
		}


		#formhandler_contact_form li h1 {
			color: #A7CA22;
			font-size: 1.2em;
		}

		#formhandler_contact_form li.name {
			width: 220px;
		}

		#formhandler_contact_form li.quantity {
			width: 60px;
		}

		#formhandler_contact_form li.quantity input {
			width: 40px;
		}

		#formhandler_contact_form .process_temp-unit {
			width: 40px;
			height: 21px;
		}


		#formhandler_contact_form li.unit {
			width: 60px;
		}

		#formhandler_contact_form li.rdi input {
			width: 50px;
		}

/*		#formhandler_contact_form input[type="button"] { */
/*			width: 20px; */
/*			height: 20px; */
/*			background: url('img/dropdown.gif') no-repeat; */
/*		} */

		#formhandler_contact_form #addProduct a { 
			cursor: default; 
			padding-left: 20px; 
			background: url('img/plus.gif') no-repeat; 
		} 

		#formhandler_contact_form input.dropdown {
			cursor: default;
			width: 18px;
			height: 20px;
			background: url('img/plus.gif') no-repeat;
		}

.error {
	color:red;
	font-weight:bold;
}

#formhandler_contact_form label {
	display:block;
	float:left;
	width:175px;
}

#formhandler_contact_form input[type="text"], #formhandler_contact_form textarea {
	display:block;
	width:200px;
	float:left;
}

#formhandler_contact_form .clear {
	clear:both;
}

#formhandler_contact_form .contexthelp {
	border:1px solid #dedede;
	background-color: #efefef;
	padding:5px;
	display:block;
	font-size:small;
}

#formhandler_contact_form .info {
	float:left;
	width:200px;
	margin-left:20px;
}



/*******************************************************************************************************/

#level-Three {

}

	#iqSlideIngredients {
		width: 210px;
		min-height: 500px !important; /* Für moderne Browser */
		background-color: #ffffff;
		cursor: default;
	}

/*********** Main Navigation CSS begins here **********/

/* SLIDING DOOR */
#menu {
	position: absolute;
	width: 210px;
	min-height: 500px !important;
	height: 500px;
	cursor: default;
	z-index:1000;
}

#menu ul li a, #menu ul li a:visited {
	display: block;
	width: 210px;	height: 20px;
/*	border: 1px solid #000000; */
/*	border-width: 1px 1px 1px 1px; */
}

#menu ul li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0px;
}

#menu ul li ul {
	display: none;
	position: absolute;
	top: 0;
	left:212px;
}
	
#menu ul li ul li,  #menu ul li ul li a{
		width: 300px;
	}

#menu ul li:hover ul {
	display: block;
}

#menu ul li:hover ul li ul {
	display: none;
	position: absolute;
	left: 212px;
	top:0;
}

#menu ul li:hover ul li:hover ul {
	display: block;
}

.finishing-border {
	width: 210px;
	border: 1px solid #000000;
	border-width: 0px 0 1px 0;
}

.corrector1 {
	margin-top: -1px;
}
/********************************************************************************************************************/
#menu ul#level1 li#active a {
	background-color: #f2f5e0; /* ACTIVE: level1 background */
	text-align: right;
	font-weight: bold;
/*	text-transform: uppercase; */
	padding: 0 10px 0 0;
}

#menu ul#level1 li#active:hover a {
	background-color: #f2f5e0; /* ACTIVE: level1 rollover */
}

#menu ul#level1 li#active ul#level2 li a {
	background-color: #f2f5e0; /* ACTIVE: level2 background */
	text-align: right;
	font-weight: normal;
	text-transform: none;
	padding: 0 10px 0 0;
}

#menu ul#level1 li#active:hover ul#level2 li:hover a {
	background-color: #f2f5e0; /* ACTIVE: level2 rollover */
}

/********************************************************************************************************************/
#menu ul#level1 li#submenu a {
	background-color: #f2f5e0; /* SUBMENU: level1 background */
	text-align: right;
/*	font-weight: bold; */
/*	text-transform: uppercase; */
	padding: 2px 3px 0 0;
	color: #2968a5;

}

#menu ul#level1 li#submenu:hover a {
	background-color: #f2f5e0; /* SUBMENU: level1 rollover */
	font-weight: bold;
}

#menu ul#level1 li#submenu ul#level2 li a {
	background-color: #f2f5e0; /* SUBMENU: level2 background */
	text-align: left;
	font-weight: normal;
	text-transform: none;
	padding: 2px 3px 0 3px;
	color: #2968a5;
}

#menu ul#level1 li#submenu ul#level2 li a:hover {
	background-color: #f2f5e0; /* SUBMENU: level2 background */
}

#menu ul#level1 li#submenu:hover ul#level2 li:hover a {
	font-weight: bold;
}
/********************************************************************************************************************/


/* DROPDOWN */
#menu ul#level1 li#active ul#level2 {
	position: relative;
	display: block;
	height: 1%; /* Hack against IE7 Ghost Bug */
	top: 0;	
	left: 0;
}

#content div.col_middle ul li  {
	list-style-image: none;
}


div#progress {
	float: left;
/* 	width: 100;  */
/* 	height: 100;  */
	background: url('img/progress.gif') no-repeat;
}

div#progressInfo {
	float: left;
	margin: 50px;
}
/*********** Main Navigation CSS ends here **********/
