/* FUNDING CHOICES */
.fc-consent-root .fc-button.fc-cta-consent .fc-button-background ,.fc-consent-root .fc-button.fc-data-preferences-back .fc-button-background {background-color:green !important;border:1px solid green !important;}
.fc-consent-root .fc-button.fc-cta-manage-options .fc-button-background,.fc-consent-root .fc-button.fc-save-continue .fc-button-background  {background-color:white !important;border:1px solid lightgray !important;}
.fc-consent-root .fc-button.fc-cta-manage-options .fc-button-label,.fc-consent-root .fc-button.fc-save-continue .fc-button-label  {color:#888 !important;font-weight:normal !important;}



/*---------------------------------*/
/* Frickler.net Stylesheet Angaben */
/*---------------------------------*/



/* Schrift im Body Tag */
body
{	font-family:verdana;
	font-size: 8pt;		}


/* Schrift in Tabellen und Listen */
ul,ol,li,td,th
{ 	font-family:verdana;
	font-size: 8pt;		}


/* Links */
a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:active { color:#000000; text-decoration:underline; }
a:hover { color:#707070; text-decoration:none; }


/* Formularfelder */
input, select, textarea
{	color: #54727D;
	font-family:verdana;
	font-size: 8pt;		
	border: solid #C5C6CA;
	border-width: 1px;
	background-color: #FFFFFF;
				}

/* HR Querstrich */
hr
{	border: solid #C5C6CA;
	border-width: 1px;	}

/* Überschrift auf der Startseite */
h1#willkommen
	{
	font-family: verdana;
	font-size: 14px;
	}

/* Nedstat */
div#stats
	{
	height:18px;
	width:18px;
	visibility:hidden;
	}
        
        
pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}