/* CSS LBT Kontaktformular - Michael Geelink */

/*   {font: 1.2em/1.8em Verdana, sans-serif}*/

div#col1, div#col2 {
	float: right;
	width: 224px;
	padding-bottom: 10px;
	margin-right: 9px;
	margin-left: 9px;
	background-color: #F0F0F0;
	height: 458px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

div#col1 { float: left; 
}

div.box { margin-top: 50px;}
		

div#middle {
	background-color: #F0F0F0;
	margin-right: 235px;
	margin-bottom: 0px;
	margin-left: 235px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 25px;
	padding-bottom: 16px;
	height: 427px;
}

ol			{list-style-type: none;
			 margin: 0px 0px 10px 10px;
			 padding: 0px;}

fieldset.person,
fieldset.nachricht,
fieldset.interesse {
	border: 1px dashed #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}


fieldset.person legend,
fieldset.nachricht legend,
fieldset.interesse legend{
	font-family:Georgia, serif;
	font-size: 1.4em;
	font-style: italic;
	color: #004A7F;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-top: 10px;
	background-color: #F0F0F0;
}
					
fieldset.anrede legend,
fieldset.anlass legend,
fieldset.sport legend,
fieldset.kultur legend {font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
}
						
fieldset.person input,
fieldset.person select,
ol.interesse input		{width: 160px;
						 margin-bottom: 10px;
						 padding: 2px 5px 3px 5px;
						 border: 1px solid;
						 border-color: #FFF #FFF #CCC #CCC;
}

fieldset.anrede input {width:auto;
						border: none;
						margin: 0px;
						padding: 0px;
}

fieldset.person ol label{display: block;}

fieldset.anrede ol li,
fieldset.anlass ol li,
fieldset.anrede ol li label,
fieldset.anlass ol li label {display: inline;}

fieldset.anrede label,
fieldset.anlass label,
fieldset.sprt label,
fieldset.kultur label {margin: 0px 4px;}

label.mand	{color: #E3004F;
			 font-weight: bold;}
			 
fieldset.nachricht label {display: block;}
textarea	{
	width: 90%;
	height: 200px;
	background-image: url(../images/khs/hg_logo_khs.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-attachment: scroll;
	background-position: center center;
}

.psubmit {text-align: center;margin-top: 20px;}

input#submit {
	width: 10em;
	cursor: pointer;
	font-weight: bold;
	color: #E3004F;
	background-image: url(../images/back_button.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0.5em;
}
			  
input#submit:hover {background: #E3004F;
					color: #FFFFFF;}
