@charset "utf-8";
/* CSS Document */


/* Nur csc-mailform */

div.csc-mailform {
	font-size:1em;
}

div.csc-mailform ol {
	list-style:none;
	margin:0;
	padding:0;
}

div.csc-mailform ol li {
	clear:both;
}

div.csc-mailform label {
	display:block;
	float:left;
	width:10em; /*150px;*/
	padding:4px 0;
	margin-bottom:8px;
}

div.csc-mailform label em,
div.csc-mailform legend em {
	display:inline;
	color:#c71e1e;
	font-size: 1em;
	font-style:normal;
	font-weight:bold;
	text-transform:none;
}



div.csc-mailform label strong,
div.csc-mailform legend strong {
	font-weight:bold;
	text-transform:none;
}

/*
div.csc-mailform label strong,
div.csc-mailform legend strong {
	display: block;
	width:400px;
	margin:10px 0px;
	color: #c71e1e;
	font-size: 1em;
	font-weight:bold;
	text-transform:none;
}
*/

div.csc-mailform input[type=text] {
	width:16em; /*220px;*/
	padding:2px;
	margin-bottom:8px;
	font-size:1em;
}

div.csc-mailform textarea {
	width:21.5em; /*300px;*/
	height:9em; /*120px;*/
	padding:2px;
	margin-bottom:8px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}
div.csc-mailform textarea.anschrift {
	height:4.5em; /*60px;*/
	width:16em; /*220px;*/
}

div.csc-mailform .hinweis {
	margin:10px 0px;
	font-size:0.9em;
}

