/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_veguestbook_pi1" */
/* example styles */    .tx-guestbook-list-header { background-color: #93AD93; color: #FFFFFF; font-weight:bold; }    .tx-guestbook-list-row { background-color: #FFFFFF; }    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }    .tx-guestbook-list-entrycomment-title {font-weight: bold; }    .tx-guestbook-list-entrycomment { font-style: italic; }    .tx-guestbook-list-small { font-size: 9px; color: #666666; }    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }    .tx-guestbook-latest-header { background-color: #4D606B; color: #FFFFFF; font-weight:bold; }    .tx-guestbook-latest-row { background-color: #FFFFFF; }    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#93AD93; font-size:12px; color:#333333; width:100px; height:20px; }    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#93AD93; font-size:12px; color:#333333; width:150px; height:20px; }    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#93AD93; font-size:12px; color:#333333; width:250px; }    .tx-guestbook-form-obligationfield { color: #CC0000; }    .tx-guestbook-form-error { color: #CC0000; }
/* default styles for extension "tx_imagecycle_pi1" */
.tx-imagecycle-pi1-images {
	display: none;
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tx-imagecycle-pi1-images img {
	display: block;
}
.tx-imagecycle-pi1-images li {
	position: absolute;
	margin: 0;
	padding: 0;
}
.tx-imagecycle-pi1-images li,
.tx-imagecycle-pi1-images a {
	display: block;
	position: relative;
}
.tx-imagecycle-pi1-images a:hover {
	background: none;
	border: 0 !important;
}
.tx-imagecycle-pi1-images .imagecycle-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	/* remove the below 'width' line if you want the caption background to be just the width of the caption text */
	width: 100%;
	padding: 5px;
	color: #fff;
	background: #000;
	opacity: 0.8;
	white-space: nowrap;
	display: none;
}
.tx-imagecycle-pi1-images .imagecycle-caption a {
	display: inline;
	color: #9bd;
}
.tx-imagecycle-pi1-images .imagecycle-caption a:hover {
	color: #acf;
}
.tx-imagecycle-pi1-pager {
	margin: 0 0 5px 0;
	text-align: center;
}
.tx-imagecycle-pi1-pager a {
	border: 1px solid #ccc;
	background: #fc0;
	text-decoration: none;
	margin: 0 5px;
	padding: 3px 5px;
}
.tx-imagecycle-pi1-pager a.activeSlide {
	background: #ea0;
}
/* noscript will be displayed */
noscript .tx-imagecycle-pi1-images {
	display: block;
}
noscript .tx-imagecycle-pi1-images li {
	float: left;
	overflow: hidden;
}
noscript .tx-imagecycle-pi1-images .imagecycle-caption {
	display: block;
}
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid #10300D;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 5px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* specific page styles for extension "tx_cssstyledcontent" */
	.csc-space-before-5 { margin-top: 5px !important; }
	.csc-space-before-20 { margin-top: 20px !important; }
/* default styles for extension "aba_waipatches_html5" */
 .cookie {
	background:#000;
	color:#fff;
	font-family: 'ITCQuaySansW01-Medium',Verdana,Arial,Sans-Serif;
  	font-size: 14px;
	text-align:left;
	display:none;
	z-index:10000;
	background:#93C01F;
}

.cookie-wrapper{
	max-width:964px;
	margin:0 auto;
	padding:10px;
}
.cookie-wrapper{
	padding:2px 10px;
}
.cookie-wrapper p {
color:#fff;
}

.cookie-wrapper p {
font-size:12px;
}

.cookie a.accept-cookie {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	background:#FDFD99; color: #000000 !important; padding: 4px 12px 4px 12px;
  	width:auto;
    text-decoration: none !important;
  	font-size:13px !important;
  	border:0;
  background-image: -ms-linear-gradient(top, #FDFD99 100%, #FEDC00 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFD99), to( #FEDC00)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient( #FDFD99, #FEDC00); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient( #FDFD99, #FEDC00); /* FF3.6 */
  background-image:     -ms-linear-gradient( #FDFD99, #FEDC00); /* IE10 */
  background-image:      -o-linear-gradient( #FDFD99, #FEDC00); /* Opera 11.10+ */
  background-image:         linear-gradient( #FDFD99, #FEDC00);	
}
.cookie a.accept-cookie {

}
