/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_photoblog_pi1" */
.tx-photoblog-pi1 .commentHead .title,
.tx-photoblog-pi1 .blogEntry .title {
  font-size: large;
  font-weight: normal;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  display: block;
  color: #700;
}
.tx-photoblog-pi1 a,
.tx-photoblog-pi1 a:hover {
  border-bottom: none;
}
.tx-photoblog-pi1 .title {
  clear: both;
}
.tx-photoblog-pi1 .thumbList .photo,
.tx-photoblog-pi1 .list .photo,
.tx-photoblog-pi1 .photo {
	text-align: center;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background-color: white;
	padding: 4px;
	margin: 4px auto;
}
.tx-photoblog-pi1 .thumbList .photo:hover,
.tx-photoblog-pi1 .list .photo:hover {
	background-color: #f0f0f0;
}
.tx-photoblog-pi1 .blogEntry .photo:hover {
	background-color: #000;
}
.tx-photoblog-pi1 .thumbList .title {
  font-size: smaller;
  color: #555;
}
.tx-photoblog-pi1 .thumbList {
}
.tx-photoblog-pi1 .thumbList .random {
  float: right;
}
.tx-photoblog-pi1 .thumbList .nearest,
.tx-photoblog-pi1 .thumbList .latest {
  clear: both;
  float: left;
}
.tx-photoblog-pi1 .thumbList .photo {
  float: left;
  padding: 2px;
}
.tx-photoblog-pi1 .thumbList .photo img,
.tx-photoblog-pi1 .photo img {
}
.tx-photoblog-pi1 .photo a:hover,
.tx-photoblog-pi1 .photo a {
  text-decoration: none;
	display: block;
}
.tx-photoblog-pi1 .thumbList .photo {
  margin-right: 6px;
}
.tx-photoblog-pi1 .blogEntry .navigation {
  float: right;
  font-weight: normal;
  text-align: right;
}
.tx-photoblog-pi1 .blogEntry .navigation .next,
.tx-photoblog-pi1 .blogEntry .navigation .previous,
.tx-photoblog-pi1 .blogEntry .navigation .latest {
  padding-left: 4px;
  clear: right;
}
.tx-photoblog-pi1 .blogEntry .description {
  color: #777;
  font-size: smaller;
}
.tx-photoblog-pi1 .blogEntry .commentLink {
  color: #555;
  font-size: smaller;
  float: right;
  clear: right;
}
.tx-photoblog-pi1 .commentHead .time,
.tx-photoblog-pi1 .blogEntry .time {
  color: #555;
  font-size: smaller;
  float: right;
  clear: right;
}
.tx-photoblog-pi1 .archive .item .time,
.tx-photoblog-pi1 .categorylist .item .time {
  color: #bbb;
  font-size: smaller;
  padding-right: 6px;
  float: left;
}
.tx-photoblog-pi1 .archive .commentLink a,
.tx-photoblog-pi1 .categorylist .commentLink a {
  color: #555;
}
.tx-photoblog-pi1 .archive .commentLink,
.tx-photoblog-pi1 .categorylist .commentLink {
  font-size: smaller;
  padding-right: 6px;
}
.tx-photoblog-pi1 .archive .title,
.tx-photoblog-pi1 .categorylist .title {
  float: left;
  padding-right: 6px;
}
.tx-photoblog-pi1 .archive .date,
.tx-photoblog-pi1 .categorylist .category {
	font-weight: bold;
	padding-top: 6px;
} 
.tx-photoblog-pi1 .blogEntry .category {
  color: #555;
  font-size: smaller;
}
.tx-photoblog-pi1 .commentForm,
.tx-photoblog-pi1 .commentList {
  width: 400px;
  clear: both;
  padding-top: 6px;
}
.tx-photoblog-pi1 .commentList .title {
  color: #555;
  font-size: smaller;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #bbb;
}
.tx-photoblog-pi1 .commentList .time {
  clear: right;
  color: #bbb;
  float: right;
  font-size: smaller;
}
.tx-photoblog-pi1 .commentList .name {
  clear: left;
  font-size: smaller;
}
.tx-photoblog-pi1 .commentList .body {
  font-size: smaller;
  color: #555;
}
.tx-photoblog-pi1 .commentList .comment {
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
}
.tx-photoblog-pi1 .commentForm .title {
  color: #555;
  font-size: smaller;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
  margin-bottom: 6px;
}
.tx-photoblog-pi1 .commentForm td {
  padding-bottom: 2px;
}
.tx-photoblog-pi1 .commentForm .key {
  color: #555;
  font-size: smaller;
  padding-right: 4px;
}
.tx-photoblog-pi1 .moderationNotification {
  color: #555;
  font-size: smaller;
  padding: 2px;
  margin-top: 6px;
  border: 1px solid #700;
}
.tx-photoblog-pi1 .unlockMessage {
  color: #555;
  font-size: smaller;
  padding: 2px;
  margin-top: 6px;
  border: 1px solid #700;
}
.tx-photoblog-pi1 div.exifData {
  padding-top: 6px;
}
.tx-photoblog-pi1 .exifData .key {
  white-space: nowrap;
  color: #555;
  font-weight: bold;
  text-align: right;
  padding-right: 6px;
}
.tx-photoblog-pi1 .exifData .value {
  white-space: nowrap;
  text-align: left;
}
.tx-photoblog-pi1-searchbox {
  clear: both;
  padding-top: 6px;
}
.tx-photoblog-pi1-browsebox {
  font-size: smaller;
}
.tx-photoblog-pi1-browsebox p {
  margin: 0;
  padding-top: 6px;
}
.tx-photoblog-pi1 .commentForm .button,
.tx-photoblog-pi1-searchbox-button {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
  font-weight: bold;
}
/* default styles for extension "tx_vcdcalendar_pi1" */

div.tx-vcdcalendar-pi1 table {
  color:#333333;
  background-color:#eeeeee;
  border: 1px  #000099 solid;
  margin-bottom:10px;
}

div.tx-vcdcalendar-pi1 table a{
  color:#333333;
  text-decoration:none;
}

div.tx-vcdcalendar-pi1 table td{
  vertical-align: top;
  text-align: left;
  padding: 5px;
  empty-cells:show;
  background-color:#ddeeee;
}

div.tx-vcdcalendar-pi1 table td small{
  font-size:80%;
}

div.tx-vcdcalendar-pi1 table td big{
  font-weight:bold;
  font-size:115%;
}

div.tx-vcdcalendar-pi1 table td.title{
  font-size:115%;
  font-weight:bold;
  margin:0px;
  padding-left:5px;
  padding-top:3px;
  padding-bottom:4px;
  background-color: #9999cc;
  color: #ffffff;
}

div.tx-vcdcalendar-pi1 table th, div.tx-vcdcalendar-pi1 table td.header{
  font-size:100%;
  font-weight:bold;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color:#99cccc;
  color: #ffffff;
}

div.tx-vcdcalendar-pi1 table td.title1{
  font-size:105%;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left:3px;
  padding-right:3px;
  background-color:#ddeeee;
  color: #000099;
}

div.tx-vcdcalendar-pi1 table td.label{
  text-align:right;
  font-weight:bold;
  background-color: #ffffff;
  color: #000099;
}

div.tx-vcdcalendar-pi1 table td.light{
  background-color: #ffffff;
}

div.tx-vcdcalendar-pi1 table td.dark {
  background-color:#ddddee;
}

div.tx-vcdcalendar-pi1 table td.error{
	font-size:90%;
  font-weight:bold;
  background-color: #ddeeee;
  color:#dd0000;
}
/* default styles for extension "tx_netcalendar_pi1" */
	.tx_netcalendar_listtable {
		border:1px solid #4A1600;
		width:100%;
		border-spacing: 0px;
	}
	.tx_netcalendar_listleft {
		background-color:#FFB400;
		width:33%;
		vertical-align:top;
		border-bottom:1px dotted #4A1600;
	}
	.tx_netcalendar_listright {
		background-color:#FCFEE4;
		width:67%;
		vertical-align:top;
		border-bottom:1px dotted #4A1600;
	}
	.tx_netcalendar_listdate {
	}
	.tx_netcalendar_listlocation {
		font-size:smaller;
	}
	.tx_netcalendar_listtitle {
		font-weight:bolder;
		font-size:large;
	}
	.tx_netcalendar_listsubtitle {
		font-style:italic;
	}
	.tx_netcalendar_listlink {
	}
	.tx_netcalendar_listnavi {
		width:100%;
		border-spacing: 0px;
		margin-top:3px;
	}
	.tx_netcalendar_listnavileft {
		background-color:#FFB400;
		width:33%;
		vertical-align:top;
		text-align:left;
		border:1px solid #4A1600;
		border-right:0px;
	}
	.tx_netcalendar_listnavicenter {
		background-color:#FFB400;
		width:34%;
		vertical-align:top;
		text-align:center;
		border:1px solid #4A1600;
		border-right:0px;
	}
	.tx_netcalendar_listnaviright {
		background-color:#FFB400;
		width:33%;
		vertical-align:top;
		text-align:right;
		border:1px solid #4A1600;
	}
	.tx_netcalendar_singletable {
		border:1px solid #4A1600;
		width:100%;
		padding:0px;
		border-spacing: 0px;
	}
	.tx_netcalendar_singleleft {
		background-color:#FFB400;
		width:33%;
		vertical-align:top;
		border-bottom:1px dotted #4A1600;
	}
	.tx_netcalendar_singleright {
		background-color:#FCFEE4;
		width:67%;
		vertical-align:top;
		border-bottom:1px dotted #4A1600;
	}
	.tx_netcalendar_singletitle {
		font-weight:bold;
	}
	.tx_netcalendar_singlesubtitle {
	}
	.tx_netcalendar_singledate {
	}
	.tx_netcalendar_singlerrule {
	}
	.tx_netcalendar_singlelocation {
	}
	.tx_netcalendar_singlebacklink {
	}
	.tx_netcalendar_listheader {
		width:100%;
		background-color:#FFB400;
		margin-bottom:3px;
		border-spacing:0px;
	}
	.tx_netcalendar_subscribelink {
		width:33%;
		height:100%;
		border:1px solid #4A1600;
	}
	.tx_netcalendar_subscribehowto {
		font-size:smaller;
	}
	.tx_netcalendar_subscribehowtolink {
		font-size:smaller;
	}
	.tx_netcalendar_categorybox {
		width:33%;
		height:100%;
		border:1px solid #4A1600;
		border-right:0px;
	}
	.tx_netcalendar_subcategorybox {
		width:34%;
		height:100%;
		border:1px solid #4A1600;
		border-right:0px;
	}
	.tx_netcalendar_monthtable {
		border:1px solid #4A1600;
		width:100%;
		border-spacing: 0px;
	}
	.tx_netcalendar_monthweekdays {
		background-color:#FFB400;
		border:1px solid #4A1600;
		width:14.28%;
	}
	.tx_netcalendar_monthday {
		border:1px solid #4A1600;
		vertical-align:top;
		width:14.28%;
	}
	.tx_netcalendar_monthdayno {
		font-size:x-small;
	}
	.tx_netcalendar_monthentry {
		font-size:smaller;
	}
	.tx_netcalendar_monthnavi {
		width:100%;
		border-spacing: 0px;
		margin-top:3px;
	}
	.tx_netcalendar_monthnavileft {
		background-color:#FFB400;
		width:33%;
		vertical-align:top;
		text-align:left;
		border:1px solid #4A1600;
		border-right:0px;
	}
	.tx_netcalendar_monthnavicenter {
		background-color:#FFB400;
		width:34%;
		vertical-align:top;
		text-align:center;
		border:1px solid #4A1600;
		border-right:0px;
	}
	.tx_netcalendar_monthnaviright {
		background-color:#FFB400;
		width:33%;
		vertical-align:top;
		text-align:right;
		border:1px solid #4A1600;
	}
	.tx_netcalendar_monthtitle {
		font-weight:bold;
		text-align:center;
	}
	.tx_netcalendar_ {
	}
	.tx_netcalendar_ {
	}
/* default styles for extension "tx_kjkpicasawebalbum_pi1" */

#tx_kjkpicasawebalbum_navigation_top{
	width: 100%;
	text-align:center;
}

#tx_kjkpicasawebalbum_navigation_bottom{
	width: 100%;
	text-align:center;
	padding-top: 15px;
}

ul.tx_kjkpicasawebalbum_albums {
	border: 0px;
	padding: 0px;
}

li.tx_kjkpicasawebalbum_albums {
	display: block;
	float: left;
	margin: 5px;
	text-align: center;
}

img.tx_kjkpicasawebalbum_thumb {
	margin: 3px;
	padding: 3px;
	border: 0px;
	background-color:#FFFFCC;
}

#tx_kjkpicasawebalbum_area {
	width: 100%;
	text-align:center;
}
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

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

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

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

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

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

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

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */