/* Kontakt */
				
#content	{ width:610px; margin:29px auto 0 auto; color:#666; background:#fff; padding: 20px 50px 50px 50px; overflow:hidden }

				/*--- Formular ---*/


				form#contact-frm {
					float:left;width:520px;height:190px;
					padding:0;margin:0;
					background:none;
				}

				div.contact-hl {
					float:left;width:450px;
					line-height:20px;
					position:relative;left:40px;top:30px;
					font-size:13px;font-weight:bolder;
					background:;
					color:#FF8700;
					text-align:left;text-indent:10px
				}

				label.c-label {
					float:left;
					width:160px;
					height:25px;
					line-height:25px;
					color:#808080;
					font-weight:normal;
					font-size:13px;
					letter-spacing:0.05em;
					background:none;
					background-position: center -3px;
					text-align:left;text-indent:0px;padding:0;margin-top:3px
				}

				span.c-value {
					float:right;width:350px;height:25px;line-height:25px;
					text-align:left;margin-top:3px
				}

					input.imp-value {
						width:100%;font-size:12px;font-family:Arial, Sans Serif
					}

				div#contact-buttons {
					float:left;width:530px;background:;position:relative;left:0px;top:0px
				}

					span#c-button-l {
						float:left;width:275px;text-align:right
					}
					
					span#c-button-r {
						float:right
					}
			
					textarea#c-message {
						width:100%;height:80px; font-size:12px; font-family:Arial, Sans Serif
					}


			
				div#c-notes	{ float:left; width:100%; font-size:10px; font-style:italic; margin:5px 0; letter-spacing:0.01em; text-indent:170px }


/* Overlay Fehler Kontakt*/

	#failure {
	
		float:left;width:514px;
		border:1px solid red; background:;
		padding:5px; margin-bottom:15px
	
	}
	
	#ok {
	
		float:left;width:514px;
		border:1px solid #87B129; background:;
		padding:5px; margin-bottom:15px	
	}
	
	
	#failure span, #ok span		{ float:left; width: 100%; line-height: 18px; text-align:left }
	
	
	
	
	
	
	