/* verwendete Farben
--------------------------------------------------------------------------------
# D52428 = Hausfarbe rot
# EDEDEE = K10		# 87888A = K60
# D9DADB = K20		# 707173 = K70
# C6C7C9 = K30		# 58585A = K80
# C6C7C9 = K40		# 3E3E40 = K90 
# 9C9D9F = K50		# 1A171B = K100
------------------------------------------------------------------------------*/
/* Formularentwurf
------------------------------------------------------------------------------*/
#buchen table {
	position:absolute;
	left:25px; top:80px;
	width:415px;
	border-collapse:collapse;
	font-size:11px;
	color:#3E3E40;
}
#kontakt table {
	position:absolute;
	left:25px; top:70px;

}
th { background:#EDEDEE;
	width:auto;
	text-align:right;
	vertical-align:middle;
	border-bottom:1px solid #c6c7c9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; font-weight:500;
	padding-right:5px;
	padding-top:.1em;
	padding-bottom:.1em;
}
td { background:#EDEDEE;
	border-bottom:1px solid #c6c7c9;
	color:#3E3E40;
	border-left:3px solid #B1B3B4;
}
td input {
	font-size:12px;
	color:#9C9D9F;
}
#first input {
	color:#1A171B;
	background:#fcc9c2;
}
.need  {
color:#D52428;
}
.head th  {
	text-align:left;
	background:none;
	height:20px;
}
.subhead th  {
	background:#fff;
	color:#D52428;
	text-align:left;
	height:20px;
}
/* Maskieren untere Tabelle Kontaktformular
------------------------------------------------------------------------------*/
#mask1 {
	background:#fff;
	position:absolute;
	width:92px; height:100px;
	left:20px; top:242px;
}
#mask2 {
	background:#fff;
	position:absolute;
	width:200px; height:97px;
	left:245px; top:239px;
}
/* Submit - Sendebutton
------------------------------------------------------------------------------*/
.button {
	background:#EDEDEE;
	border-top:1px solid #C6C7C9; 
	color:#3E3E40;
	width:85px;
	font-size:11px; font-weight:600;

}
.submit {
	position:absolute;
	left:330px; top:330px;
}
/* Reset - Zurücksetzenbutton
------------------------------------------------------------------------------*/
.reset {
	position:absolute;
	left:230px; top:330px;
	font-size:8px;
}