/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}
/* default styles for extension "tx_infrakontakt" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-infrakontakt table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-infrakontakt table th {
		font-weight:bold;
	}

	.tx-infrakontakt table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_infrapublications" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-infra-publications table th {
        font-weight:bold;
    }

    .tx-infra-publications table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_infrarechner" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-infrarechner table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-infrarechner table th {
		font-weight:bold;
	}

	.tx-infrarechner table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}
	.tx-infrarechner .warning{
		border-bottom: 2px solid red;
	}
/* default styles for extension "tx_infratickets" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-infra-tickets table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-infra-tickets table th {
        font-weight:bold;
    }

    .tx-infra-tickets table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_nfnotifications" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-nf-notifications table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-nf-notifications table th {
        font-weight:bold;
    }

    .tx-nf-notifications table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
