/**
 * Style sheet kontaktformular
 */
div.mod_form  input.text, div.mod_form  input.captcha, .select
{
	width:70%;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #ccc;
}

div.mod_form span.captcha_text
{
	display:block;
}

div.mod_form  input.submit
{
	width:40%;
	height:30px;
	margin-top:30px;
	margin-bottom:30px;
	padding:5px;
}

div.mod_form  td.col_0
{
	width:12em;
}

div.mod_form  td.col_1 label
{
	padding-right:20px;
	padding-left:5px;
}

div.mod_form  td.headline
{
	padding-top:20px;
	padding-bottom:10px;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}

div.mod_form  label.choose
{
	background-color:#f4f4f4;
}

div.mod_form  span.mandatory
{
	font-weight:bold;
	color:#ff0000;
}

div.mod_form  .textarea
{
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #ccc;
}

