/* default styles for extension "tx_blockcookieconsent" */
.cookie-consent{padding:.55556rem;background-color:rgba(47,47,47,.9);position:fixed;bottom:0;left:0;right:0;z-index:999;display:none}.cookie-consent.active{display:flex;flex-wrap:nowrap;align-items:center}.cookie-consent .confirm{display:inline-block;vertical-align:middle;margin:0 0 1rem;font-family:inherit;padding:.7em 1.4em;-webkit-appearance:none;border:1px solid transparent;border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;line-height:1;text-align:center;cursor:pointer;flex-shrink:1;background-color:#8a8a8a;color:#fff;font-size:1em}.cookie-consent .confirm:active,.cookie-consent .confirm:focus,.cookie-consent .confirm:hover{background-color:#717171;color:#fff}.cookie-consent .confirm,.cookie-consent p{margin-bottom:0}.cookie-consent p{color:#fff;flex-grow:1;padding-bottom:0}.cookie-consent a{color:#fff;text-decoration:underline}.cookie-consent a:active,.cookie-consent a:focus,.cookie-consent a:hover{color:#c9c9c9}@media screen and (max-width:39.9375em){.cookie-consent.active{display:-webkit-flex;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}.cookie-consent p{margin-bottom:.625rem}}@media print,screen and (min-width:40em){.cookie-consent{padding:.83333rem}.cookie-consent p{padding-right:1.66667rem}}
/* default styles for extension "tx_wall" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

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

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

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

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

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

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

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

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

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

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

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

	.typo3-messages .message-ok {
		color:green;
	}
	.t3begists {
    color: #555555;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	}

	.t3begists h2 {
	    font-size: 14px;
	    margin: 2px 0 20px;
	    font-weight: bold;
	}

	.t3begists a {
	    text-decoration: none;
	}

	.t3begists_paginator {
	    margin-bottom: 20px;
	}

	.t3begists .paginator-page {
	    background-color: #ededed;
	    border: 1px solid #666;
	    padding: 2px 5px;
	    font-size: 80%;
	    margin-left: -1px;
	}

	.t3begists .paginator-page.active {
	    background-color: #dcdcdc;
	    font-weight: bold;
	}

