
/* !Speziell */
/* ---------------------------------------------------------------------- */

/* !mailform Standard */
/* ---------------------------------------------------------------------- */	

.csc-mailform {
	width:540px;
	margin-top:50px;
}

.csc-form-label-req,
.csc-form-label {
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
/*
	line-height : 10px;
*/
}
	
/*
p.csc-form-label-req,
p.csc-form-label {
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
*/

.csc-form-label-req {
	font-weight:bold;
}

.csc-form {
	margin-bottom:5px;
	line-height: 0px;
}

.csc-form-labelcell {
	line-height:10px;
	vertical-align:middle;
	text-align:left;
	width:200px;
	float:left;
}

.csc-form-fieldcell {
	text-align:left;
	float:left;
}

.csc-mailform td {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

.csc-form-labelcell {
	width:200px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;	
/*
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
*/
}

.csc-form-labelcell-comment {
	width:540px;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:0;
	padding-right:0;	
	border-top: 1px solid #cccccc;
	margin-bottom : 20px;
	margin-top : 20px;
	font-weight: bold;
	clear: both;
}

.csc-form-labelcell-comment p {
	font-weight: bold;
}

.csc-form-fieldcell {
	/* width:280px; */
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left: 0px;
	margin-right:0;
	width: 300px;
	position: relative;
}

.csc-form-comment {
}

.csc-form-radio {
	margin-right:10px;
	color: #555555;
}

.csc-form-check {
	height: 40px;
}

.csc-form-radio label {
	width: 250px;
}

.csc-form-radio legend {
	display: none;
}

.csc-form-commentcell {
}

.csc-mailform-radio {
}


/* !mailform: weitere eigene Definitionen */
/* ---------------------------------------------------------------------- */

legend {
	padding-left:10px;
	padding-right:10px;
	border:0;
}

fieldset {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 00px;
	border: 0px;
	width: 540px; /* 407px; */
/*
IE7@Win nimmt das ganz genau! D.h. wenn es zu kurz ist, 
dann kann es auch zu Darstellungsfehlern kommen!
*/
}

.radiolayout {
	width:60%;
	padding-top:15px;
	padding-bottom:15px;
}

.formu {
	width:200px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border:1px solid #cccccc;
}

.mf-radio {
	margin-top:0;
	margin-left: 200px;
	margin-right:4px;
	margin-bottom: 20px;
	border:none;
}

.mf-text-selected,.mf-text {
	width:285px; /* 425px; */
	padding:2px;
	color:#555555;
	border:1px solid #cccccc;
	margin-bottom:5px;
}

.mf-check {
	border:none;
/*
	float : left;
*/
}

.mf-checkbox-field {
	float:left;
	padding-right:5px;
}

.mf-select {
	border:0;
	margin-left:0px;
}

select.mf-select option:hover,
select.mf-select option[selected] {
	background-color:#F2FFFb; /* #CDE4FE; */
}

.mf-file,.mf-input,
.mf-input-selected,
.mf-pass,.mf-pass-selected {
	width:285px;
	padding:2px;
	color:#555555;
	border:1px solid #cccccc;
	margin-bottom:2px;
}
	
/*
.mf-file {
	width : 50px;
}
*/
	
/*
input:focus,
*/
.mf-input:focus,
.mf-text-selected,
.mf-pass-selected,
.mf-input-selected {
	background-color:#F2FFFb; /* #CDE4FE; */
}

.mf-submit {
	width: 93px;
	height: 21px;
	background-image: url(../images/formular_senden.png);
	background-color: #ffffff;
	border: 0px !important;
	margin-top:10px;
	margin-left:205px;
	color:#ffffff;
	margin-bottom:60px;
	cursor:pointer;
	text-transform: uppercase;
	font-size: 15px;
}

.mf-submit:focus {
	color:#555555;
	/* background-color:#CDE4FE; */
}

.mf-submit-img {
	border:none;
}


/* !hiddenselectorbox */
/* ---------------------------------------------------------------------- */

.hiddenSelectorBox {
	display: none;
	background-color: #fffff;
	line-height: 0px;
}

.plusSelectorBox {
	border: 1px solid #ff0000;
}

.selectMore {
	float: right;
	display: inline;
	position: absolute;
	right: 0px;
	cursor: pointer;
}

.selectMore p {
	font-weight: bolder;
	color: #ff0000;
	display: inline;
}


