/* Subnavi Tantramassage */

.mod_customnav.subnavi_tantramassage_unten
{
	margin-bottom:15px;
	padding: 0;
}
.mod_customnav.subnavi_tantramassage ul
{
	margin:0;
	padding: 0;
}
.mod_customnav.subnavi_tantramassage ul.level_1 li
{
	float:left;
	background-color:#f4cc74;
}
.mod_customnav.subnavi_tantramassage ul.level_1 li span.active
{
	padding:5px 15px;
	background-color:#c02e1f;
	color:#fff;
}
.mod_customnav.subnavi_tantramassage ul.level_1 li a,
.mod_customnav.subnavi_tantramassage ul.level_1 li a:hover
{
	padding:5px 15px;
}
.mod_customnav.subnavi_tantramassage ul.level_1 li a:hover
{
	background-color:#c02e1f;
	color:#fff;
}


/* FORMULAR: Seminar-Buchung */


.ce_form.tableform
{
	width:100%;
	margin: 0.5em 0;
	padding: 0.5em 0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}
.ce_form.tableform td.col_first
{
	width:150px;
	vertical-align:middle;
}
.ce_form.tableform td.col_last
{
	width:450px;
}
.ce_form.tableform input.text,
.ce_form.tableform textarea,
.ce_form.tableform input.captcha,
.ce_form.tableform input.submit
{
	width:240px;
	margin:0.5em 0;
	padding:5px;
	background-color:#fafaf9;
	border:1px solid #c0c0c0;
	color:#494949;
}
.ce_form.tableform input.text:focus,
.ce_form.tableform textarea:focus,
.ce_form.tableform input.captcha:focus,
.ce_form.tableform input.submit:focus
{
	background-color:#eee;
	border:1px dashed #C02E1F;
	color:#202020;
}
.ce_form.tableform input.text:hover,
.ce_form.tableform textarea:hover,
.ce_form.tableform input.captcha:hover,
.ce_form.tableform input.submit:hover
{
	background-color:#eee;
	border:1px dashed #C02E1F;
	color:#202020;
}
#ctrl_13, #ctrl_21 
{
	width: 40px;
}
.ce_form.tableform textarea
{
	width:600px;
	height:120px;
	line-height:1.5;
}
.ce_form.tableform input.captcha
{
	width:48px;
}
.ce_form.tableform span.captcha_text
{
	margin-left:0.25em;
}
.ce_form.tableform .radio,
.ce_form.tableform .checkbox
{
	margin-top:0.5em;
}
.ce_form.tableform .radio_container label
{
	margin-left:0.25em;
	padding-right:1em;
	font-weight:normal;
}
.ce_form.tableform  #ctrl_18.radio_container,
.ce_form.tableform  #ctrl_23.checkbox_container
{
	margin:0.5em 0;
}
.ce_form.tableform  #ctrl_18.radio_container span,
.ce_form.tableform  #ctrl_23.checkbox_container span
{
	display: block;
}
.ce_form.tableform  .explanation
{
	width:715px;
	padding: 20px 20px 10px 20px;
	background-color: #ffffdd;
	border: solid 1px #c1d5ca;
}
.ce_form.tableform .submit_container
{
	margin:0.5em 0 0;
}
.ce_form.tableform input.submit
{
	margin-bottom:0;
}
.ce_form.tableform span.mandatory
{
	color:#C02E1F;
}
.ce_form.tableform p.error
{
	margin-top:0.5em;
	margin-bottom:0;
	color:#C02E1F;
}