/*----------------------------------------------------------------------------------------------------------*/
/* Dies sind CSS-Styles fuer besondere Seitentypen, die Teil des Typo3-Standards sind.                      */
/* Styles fuer besondere Extensions, die auch eigene Vorlagen brauchen, werden in getrennten Files geladen  */
/*----------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------*/
/* Style fuer das email-Formular                                                                            */

legend {
	padding-left:10px;
	padding-right:10px;
	border: 0px;
}

fieldset {
	border:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #C0C0C0;
}

.radiolayout {
	width:60%;
	padding-top:15px;
	padding-bottom:15px;
}

.formu {
	width: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	border: 1px solid #C0C0C0;
}

.mf-radio {
	border:0px;
}

.mf-text {
	color: #000000;
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
}

.mf-check {
	border: 0px;
}
.mf-select {
	border:0px;
}

.mf-input {
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
}

.mf-submit {
	color: #ffffff;
	background-color: #C0C0C0;
	border: 0px;
}

/*----------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------*/
/* Styles fuer Datei-Download                                                                               */

.csc-header {
	margin-top: 15px;
}

table.csc-uploads {
	width: 100%;
	border: 1px;
	border-collapse: collapse;
}

table.csc-uploads td {
	padding-left: 4px;
	border: solid 1px black;	
}

td.csc-uploads-icon {
	width: 5%
}

td.csc-uploads-fileSize {
	width: 10%
}


.csc-uploads-fileName {
	font-size: small;
}


.csc-uploads-fileName p {
	margin-bottom: 0px;
}

.csc-uploads-fileName a {
	color: #55188b;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

.csc-uploads-fileName a:hover {
	color: red;
}

.csc-uploads-fileSize {
	font-size: small;
	font-variant: italic;
}

/*----------------------------------------------------------------------------------------------------------*/
