		/* ************ PAGE STRUCTUR ************ */
			html, body {
				height:100%;
				margin:0%;
				padding:0%;

				background-color:#cad5e3;

				font-family:Verdana, sans-serif;
				font-size:12px;
				color:#000000;
			}

			#content { /*zentriert content spalten*/
				width:900px;
				margin:0px auto;
				text-align:left;

				background:url(/upload/design/bg_content2.jpg) repeat-y;
			}

			#head { /*positioniert den kopf auf links oben*/
				width:100%;

				/*position:absolute;
				top:0px;
				left:0px;*/
			}

			#foot { /*positioniert den fuß auf links unten*/
				width:100%;

			}

				#head-inlay, #foot-inlay { /*zentriert den kopf/fuß, bei fixer breite und höhe*/
					width:900px;
					margin:0px auto;
				}

			#left {
				width:234px;
				float:left;
			}

			#center {
				width:664px;
				float:left;
			}


				#left-inlay, #center-inlay  {
					/*margin-top:77px; 		/*läst den inhalt unterm kopf anfangen*/
					margin-bottom:75px;			 /*und überm fuß enden*/
margin-top:-2px;
				}

		/* ************ PAGE STRUCT MODs ************ */
				#head-inlay img {
					border:0px;
					border-bottom:2px solid #ffffff;
				}

				#center-inlay {
					margin-left:2px;
				}

				#foot-inlay {
					border-top:2px solid #ffffff;
					background:url(/upload/design/bg_bottom.jpg);
					height:55px;
					line-height:18px;
				}
				
		/* ***** FORMULARE ****/
		.form-contact-button {display: block; width: 200px; height: 22px; background:url(/upload/design/bg_sprechen_out.jpg); }
		.form-contact-button:hover  {display: block; width: 200px; height: 22px; background:url(/upload/design/bg_sprechen_over.jpg); }
		#SpryContactForm {
			margin: 5px 40px 10px;
			display: none;
			padding: 0 0 20px 0;
			border: 1px solid #CAD5E3;
		}
		
		#SpryContactForm ul li span span.grpradio {
          display:block;
          float:left;
          height:25px;
          width:70px;
}
		#SpryContactForm ul li span span.grpcheckbox {
				  display:block;
				  float:left;
				  height:25px;
				  width:100px;
		}
		
		.contactFormSubmit {
			padding-left: 25px;
		}

