/* default styles for extension "tx_jsticker_pi1" */
    .tx_jsticker_pi1-tickertext{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
}

[GLOBAL]
page {
	includeCSS {
		file3131 = EXT:powermail/css/sampleCSS.css
		file3131.title = powermail default CSS
		#file3131.media = screen
	}
}
seite.includeCSS.file3131 < page.includeCSS.file3131
[GLOBAL]
config.tx_extbase {
	persistence{
		enableAutomaticCacheClearing = 1
		updateReferenceIndex = 0
		classes {
			Tx_Extbase_Domain_Model_FrontendUser {
				mapping {
					tableName = fe_users
					columns {
						lockToDomain.mapOnProperty = lockToDomain
					}
				}
			}
			Tx_Extbase_Domain_Model_FrontendUserGroup {
				mapping {
					tableName = fe_groups
					columns {
						lockToDomain.mapOnProperty = lockToDomain
					}
				}
			}
		}
	}
}
[GLOBAL]
plugin.meta >
plugin.meta = PHP_SCRIPT
plugin.meta {
  file = EXT:metatags/meta.php
  global {
    description = 
    description_2 = {$styles.content.meta.site_description}
    keywords = 
    keywords_2 = {$styles.content.meta.site_keywords}
    robots = index, follow
    copyright = 
    email = 
    author = jr webdesign (Bad Berleburg) - www.jr-webdesign.de
    language = de
    distribution = 
    rating = 
    revisit = 
  }
  local {
      // stdWrap, "loads" the local description (if any) for the page
    description.field = description
      // stdWrap, "loads" the local keywords (if any) for the page
    keywords.field = keywords
  }
  flags {
     // Boolean, This includes the keywords/description set in styles.content (default) for backwards compatibility (if not set, keywords_2/description_2 is simply unset). 
    useSecondaryDescKey = 1
     // Boolean, This includes the global description (from above), even if local description is found for a page
    alwaysGlobalDescription = 0
     // Boolean, This includes the global keywords (from above), even if local keywords are found for a page
    alwaysGlobalKeywords = 0
     // Boolean, This enables the "Dublin Core" standard meta-tags.
    DC =1
  }
}




page.headerData.999 < plugin.meta
frameset.headerData.999 < plugin.meta
	
[GLOBAL]

plugin.tx_macinabanners_pi1 {
	# parser (dont change this)
	parser < tt_content.text.20.parseFunc
	
	# template for plugin
	templateFile = EXT:macina_banners/pi1/template.htm
		
	# list of page ids where the banners should be taken from ( comma seperated f.E.: 1,5,7)
	pidList = 
	
	# levels of recoursion to search for banners
	recursive = 0
	
	# show banners with this attribute, default options are: "top, left, bottom, right", all Descriptions of Banner Categories can be used
	placement = top
	
	#mode to show banners, options are: all, random
	mode = all
	
	# how many banner maximum
	results_at_a_time = 100
	
	# image preconfig
	image {
		file.maxW = 468
		#file.params = -quality 90 // activate to force quality 90
		#file.ext = jpg			// activate to force jpg
	}

	#enableParameterRestriction: this variable enables the restriction to parameters
	enableParameterRestriction = 0
}

[GLOBAL]
plugin.tx_macinasearchbox_pi1 {
	pidSearchpage = 
	templateFile = EXT:macina_searchbox/pi1/template.htm
}
[GLOBAL]
includeLibs.make_printlink = EXT:make_printlink/make_printlink.php
[GLOBAL]
# POWERMAIL PLUGIN #

plugin.tx_powermail_pi1 {

	# --- CONSTANTS ---
	template.fieldWrap = EXT:powermail/templates/tmpl_fieldwrap.html
	template.formWrap = EXT:powermail/templates/tmpl_formwrap.html
	template.thxMessage = EXT:powermail/templates/tmpl_thx.html
	template.emails = EXT:powermail/templates/tmpl_emails.html
	template.confirmation = EXT:powermail/templates/tmpl_confirmation.html
	template.all = EXT:powermail/templates/tmpl_all.html
	template.mandatory = EXT:powermail/templates/tmpl_mandatory.html
	template.MultipleJS = EXT:powermail/templates/tmpl_multiplejs.html
	css.MultipleJS = EXT:powermail/css/multipleJS.css
	emailformat.recipient_mail = both
	emailformat.sender_mail = both
	# ---
	enable.unique = 
	email.noreply = noreply@###DOMAIN###
	email.checkMX = 1
	hiddenfields.show = 1,0,0,0,1
	markerALL.hideLabel = 0
	markerALL.notIn = 
	PID.dblog = 
	form.method = post
	format.datetime = %H:%M %d-%m-%Y
	format.date = %d-%m-%Y
	label.allowTags = <p><br><b><strong><a>
	html.removeXSS = 1
	countryselect.charset = 
	description.wrap = <a href="#" onclick="return false;"><img src="/typo3conf/ext/powermail/img/icon_info.gif" alt="Description" class="icon icon_info" style="border: none;" /><dfn>|</dfn></a>
	mandatory.messages = 0
	mandatory.symbol = *
	mandatory.wrap = <span class="powermail_mandatory">|</span>
	captcha.use = sr_freecap
	pagebrowser.wrap = <p class="powermail_pagebrowser">|</p>
	upload.folder = uploads/tx_powermail/files/
	upload.file_extensions = jpg,jpeg,gif,png,tif,txt,doc,docx,xls,xlsx,ppt,pptx,pdf,flv,mpg,mpeg,avi,mp3,zip,rar,ace
	upload.mimecheck = 1
	upload.filesize = 1000
	upload.attachment = 1
	clear.session = 0
	js.mandatorydivclass = powermail_mandatory_js
	js.onfocus = 1
	field.checkboxJS = 1
	field.checkboxSplitSign.noTrimWrap = |, ||
	rte.parse = 1
	label.parse = 1
	input.style = 0
	powermail.charset = 
	barrier-free.tabindex = 
	barrier-free.accesskey = 
	geoip.file = 
	geoip.addValuesToMarkerALL = 
	debug.output = 
	
	
	# Some settings for Emails
	email {
	
		# Settings for mail to the default receiver(s)
		recipient_mail {
			# Sender name (overwrite)
			sender.name = TEXT
			sender.name.value =
			
			# Sender email (overwrite)
			sender.email = TEXT
			sender.email.value =
			
			# Reply name
			reply.name = TEXT
			reply.name.value = 
			
			# Reply email
			reply.email = TEXT
			reply.email.value = 
			
			# Return path (if not set, sender will be used)
			returnpath = TEXT
			returnpath.value = 
			
			# stdWrap for uploaded attachments
			attachment = TEXT
			attachment.field = file
			
			# Add some attachments to the email (wrap every attachment with , if you want to add more than only one)
			addAttachment = COA
			addAttachment {
				10 = TEXT
				#10.value = fileadmin/pic.jpg
				#10.wrap = |,
			}
			
			# Sender email (SQL Query - only if field receiver is empty in BE)
				# Markers should contain only integer or integer lists (e.g. ###UID123### => 1,2,3)
#			email_query = TEXT
				# Search for an email where feuser has uid X
#			email_query.value = SELECT email FROM fe_users WHERE uid = ###UID123### AND disable = 0 AND deleted = 0 
				# Search for an email where feuser is in fe group X (could be in more groups)
#			email_query.value = SELECT email FROM fe_users WHERE find_in_set(###UID123###, usergroup) > 0 AND disable = 0 AND deleted = 0
				# Search for an email where address has uid X or Y or Z
#			email_query.value = SELECT email FROM tt_address WHERE uid IN (###UID123###) AND hidden = 0 AND deleted = 0 
		}
		
		# Settings for (confirmation) mail to the user
		sender_mail {
			# Sender name (overwrite)
			sender.name = TEXT
			sender.name.value =
			
			# Sender email (overwrite)
			sender.email = TEXT
			sender.email.value =
			
			# Reply name
			reply.name = TEXT
			reply.name.value = 
			
			# Reply email
			reply.email = TEXT
			reply.email.value = 
			
			# Return path (if not set, main receiver will be used)
			returnpath = TEXT
			returnpath.value = 
			
			# Add some attachments to the email (split every attachment with , if you want to add more than only one)
			addAttachment = COA
			addAttachment {
				10 = TEXT
				#10.value = fileadmin/pic.jpg
				#10.wrap = |,
			}
		}
	}
	
	
	# Enable, Disable email to sender or receiver or db saving
	allow {
		# Enable or disable email to receiver (main mail)
		email2receiver = TEXT
		email2receiver.value = 1
		
		# Enable or disable email to sender
		email2sender = TEXT
		email2sender.value = 1
		
		# Enable or disable saving values to database
		dblog = TEXT
		dblog.value = 1
	}
	
	
	# --- EXAMPLE CODE SECTION ---
	
	
	# Manipulation of values in every mode (email to receiver, db log, etc..)
	mode {
	
		# Manipulation of values in dblog
		dblog {
#			uid999 = TEXT
#			uid999.field = uid999
#			uid999.wrap = <b>|</b>
			
#			uid998_0 = TEXT
#			uid998_0.field = uid998_0
#			uid998_0.wrap = <b>|</b>
		}
		
		# Manipulation of values for email to receiver (main mail)
		recipient_mail {
#			uid999 = TEXT
#			uid999.field = uid999
#			uid999.wrap = <b>|</b>
		}
		
		# Manipulation of values for email to sender (confirmation mail)
		sender_mail {
#			uid999 = TEXT
#			uid999.field = uid999
#			uid999.wrap = <b>|</b>
		}
		
		# Manipulation of values for email to sender (confirmation mail)
		thx {
#			uid999 = TEXT
#			uid999.field = uid999
#			uid999.wrap = <b>|</b>
		}
		
		# Manipulation of values for email to sender (confirmation mail)
		confirmation {
#			uid999 = TEXT
#			uid999.field = uid999
#			uid999.wrap = <b>|</b>
		}
		
		# Manipulation of values for email to sender (confirmation mail)
		mandatory {
#			uid999 = TEXT
#			uid999.field = uid999
#			uid999.wrap = <b>|</b>
		}
		
	}
	
	
	# prefilling form fields (example)
	prefill {
		# fill field uid997 with a static text
#		uid997 = TEXT
#		uid997.value = example value
		
		# fill field uid998 with current timestamp
#		uid998 = TEXT
#		uid998.data = date:U
		
		# fill field uid998 with current date like "Date: 20.01.2009"
#		uid996 = TEXT
#		uid996.data = date:U
#		uid996.strftime = Date: %d.%m.%Y
		
		# fill field uid995 with IP address of the user
#		uid995 = TEXT
#		uid995.data = getIndpEnv:REMOTE_ADDR
	}
	
	
	# adding (or changing) flexible locallang markers in any HTML template or RTE field (example)
	_LOCAL_LANG.en {
		locallangmarker_yourvalue = this is a new text
	}
	
	
	# adding flexible typoscript markers in any HTML template or RTE field (example)
	dynamicTyposcript {
		yourmarker = TEXT
		yourmarker.value = This is a new text
	}
	
	
	# extern db entry (example for tt_adress)
	dbEntry {
		# enable or disable db entry for tt_address
#		tt_address._enable = TEXT
#		tt_address._enable.value = 1

		# write only if field email is not yet filled with current value
			# (update - update values of existing entry) 
			# (none - no entry if field is filled)
			# (disable – always add values – don't care about existing values)
#		tt_address._ifUnique.email = update
		
		# add mm relation to uid 2 of tt_address_group (via mm table)
#		tt_address._mm = COA
#		tt_address._mm.10 = COA
			# 1 is always the mm table
#		tt_address._mm.10.1 = TEXT
#		tt_address._mm.10.1.value = tt_address_group_mm
			# 2 is always the other table
#		tt_address._mm.10.2 = TEXT
#		tt_address._mm.10.2.value = tt_address_group
			# 3 is always the uid of the other table to get a relation to this (in this case uid2 of tt_address_group)
#		tt_address._mm.10.3 = TEXT
#		tt_address._mm.10.3.value = 2
	
		# table "tt_address" with field "email" is a static value => alexander.kellner@einpraegsam.net
#		tt_address.email = TEXT
#		tt_address.email.value = alexander.kellner@einpraegsam.net
	
		# table "tt_address" with field "pid" is the current pid (e.g. 12)
#		tt_address.pid = TEXT
#		tt_address.pid.field = uid
		
		# table "tt_address" with field "tstamp" is the current time as timestamp (like 123456789)
#		tt_address.tstamp = TEXT
#		tt_address.tstamp.data = date:U
		
		# table "tt_address" with field "address" is the current formatted time (like "Date: 20.01.2009")
#		tt_address.address = TEXT
#		tt_address.address.data = date:U
#		tt_address.address.strftime = Date: %d.%m.%Y
		
		# table "tt_address" with field "name" is the value from powermail (tt_content uid 88) field uid18 (###uid18###)
#		tt_address.name = TEXT
#		tt_address.name.data = TSFE:fe_user|sesData|powermail_88|uid18
		
		# table "tt_address" with field "last_name" is the value from powermail (tt_content uid 88) field uid18 (###uid18###)
#		tt_address.last_name = TEXT
#		tt_address.last_name.data = TSFE:fe_user|sesData|powermail_88|uid18
		
		# table "tt_address" with field "company" is the value from powermail (tt_content uid 88) field uid21_1 (###uid21_1###) (e.g. a checkbox value)
#		tt_address.company = TEXT
#		tt_address.company.data = TSFE:fe_user|sesData|powermail_88|uid21|1
	}
	
	
	### Redirection after submit ###
	# 	Return a Number: Typolink to the pid
	# 	Return a URL: Link to an intern or extern URL
	# 	Return a File: Link to a file (within fileadmin folder)
#	redirect = COA
#	redirect {
#		10 = TEXT
#		10.value = x
#		10.typolink.parameter = 100
#		10.typolink.returnLast = url
#	}
	
}




# ---------------------- Additional Typoscript ---------------------




	# Add Javascript files to page header if a powermail plugin is on current page
lib.powermail_dynJavascript = TEXT
lib.powermail_dynJavascript {
    wrap = <script src="|" type="text/javascript"></script>
	typolink.parameter.dataWrap = {TSFE:id},3131
    typolink.returnLast = url
}
	# userFunc to check if powermail is on current page
		# powermail is on current page and prototype should be used
[userFunc = user_powermailOnCurrentPage] && [globalVar = LIT:prototype = prototype]
	page.includeJS.file31312 = EXT:powermail/js/mandatoryjs/lib/prototype.js
	page.includeJS.file31313 = EXT:powermail/js/mandatoryjs/src/effects.js
	page.includeJS.file31314 = EXT:powermail/js/mandatoryjs/fabtabulous.js
[end]
		# powermail is on current page and mootools should be used
[userFunc = user_powermailOnCurrentPage] && [globalVar = LIT:mootools = prototype]
	page.includeJS.file31312 = EXT:powermail/js/mootools/mootools-1.2.1-packed.js
[end]
		# powermail is on current page
[userFunc = user_powermailOnCurrentPage]
	page.includeJS.file31311 = EXT:powermail/js/checkbox/checkbox.js
	page.headerData.31310 < lib.powermail_dynJavascript
	seite.headerData.31310 < page.headerData.31310
	seite.includeJS.31311 < page.includeJS.file31311
	seite.includeJS.31312 < page.includeJS.file31312
	seite.includeJS.31313 < page.includeJS.file31313
	seite.includeJS.31314 < page.includeJS.file31314
[end]





# TypeNum 3131 for field validation via prototype (current page with &type=3131 with Javascript)
powermailJS = PAGE
powermailJS {
	typeNum = 3131
	
	config {
		disableAllHeaderCode = 1
		disablePrefixComment = 1
		xhtml_cleaning = 0
		admPanel = 0
	}
	
	10 = TEMPLATE
	10 {
		template = FILE
		template.file = EXT:powermail/js/mandatoryjs/validation.js
		
		subparts.REQUIRED = TEXT
		subparts.REQUIRED.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_required
		subparts.VALIDATE_REQUIRED = TEXT
		subparts.VALIDATE_REQUIRED.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_number
		subparts.VALIDATE_DIGITS = TEXT
		subparts.VALIDATE_DIGITS.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_digits
		subparts.VALIDATE_ALPHA = TEXT
		subparts.VALIDATE_ALPHA.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_alpha
		subparts.VALIDATE_ALPHANUM = TEXT
		subparts.VALIDATE_ALPHANUM.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_alphanum
		subparts.VALIDATE_DATE = TEXT
		subparts.VALIDATE_DATE.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_date
		subparts.VALIDATE_EMAIL = TEXT
		subparts.VALIDATE_EMAIL.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_email
		subparts.VALIDATE_URL = TEXT
		subparts.VALIDATE_URL.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_url
		subparts.VALIDATE_DATE_AU = TEXT
		subparts.VALIDATE_DATE_AU.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_date_au
		subparts.VALIDATE_CURRENCY_DOLLAR = TEXT
		subparts.VALIDATE_CURRENCY_DOLLAR.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_currency_dollar
		subparts.VALIDATE_SELECTION = TEXT
		subparts.VALIDATE_SELECTION.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_selection
		subparts.VALIDATE_ONE_REQUIRED = TEXT
		subparts.VALIDATE_ONE_REQUIRED.data = LLL:EXT:powermail/pi1/locallang.xml:JSvalidation_label_validate_one_required
		subparts.DIV_CLASS = TEXT
		subparts.DIV_CLASS.value = powermail_mandatory_js
	}
}


[globalVar = LIT:mootools = prototype]
	powermailJS.10.template.file = EXT:powermail/js/mootools/tx_powermail-packed.js
[global]
[GLOBAL]
plugin.tx_jsticker_pi1 {
  javascript = EXT:jsticker/pi1/jsticker.js
  templateFile = EXT:jsticker/pi1/template.html
  width = 500
  height = 15
  tickerSpeed{
    slow = 40
    med = 25
    fast = 10
  }
  image {
      file.maxH = 12
   }
}

[GLOBAL]
plugin.tx_rlmptmplselector_pi1 {

		# Template type. Default is "main". Allowed values: "main", "sub"
	templateType = main

		# Paths to search for templates in HTML file mode (vs. TS mode)		
	templatePathMain = fileadmin/template/main/
	templatePathSub = fileadmin/template/sub/

      # Refers to the default template file name to use
      # if no value is set for the current page
   defaultTemplateFileNameMain =
   defaultTemplateFileNameSub =

      # Refers to the default template object to use
      # if no value is set for the current page
   defaultTemplateObjectMain = 10
   defaultTemplateObjectSub = 10

		# Contains TEMPLATE objects for TS mode (vs. external HTML file mode)   
   templateObjects.main =
   templateObjects.sub =

		# Use the template selected earlier in the rootline of no template was selected	
	inheritMainTemplates = 0
	inheritSubTemplates = 0
}

[GLOBAL]
plugin.tx_rlmpdateselectlib.calConf {
	dateTimeFormat =
	toolTipDateTimeFormat =
	inputFieldDateTimeFormat = %y-%m-%d
	weekStartsMonday = 0
	weekend = 6,0
	allowedYearMin = 1900
	allowedYearMax = 2070
	displayWeekNumbers = 1
	showMethod = element
	showPositionAbsolute = 0,0
	stylesheet = EXT:rlmp_dateselectlib/calendar-system.css
	inputFieldLabel = ...
}
[GLOBAL]
config.index_enable = 1
config.index_externals = 0
config.index_metatags = 0

plugin.tx_indexedsearch {
	templateFile = EXT:indexed_search/pi/indexed_search.tmpl

	show {
		rules = 0
		parsetimes = 0
		L2sections = 0
		L1sections = 1
		LxALLtypes = 0
		clearSearchBox = 0
		clearSearchBox.enableSubSearchCheckBox = 0
		forbiddenRecords = 0
		alwaysShowPageLinks = 0
		advancedSearchLink = 0
		resultNumber = 0
		mediaList =
	}

	# Blinding of option-selectors / values in these (advanced search) (see $optValues array in source code for options + extResume checkbox)
	blind {
		type = 0
		defOp = 0
		sections = 0
		freeIndexUid = 1
		media = 0
		order = 0
		group = 0
		lang = 0
		desc = 0
		results = 0
		# defOp.1=1
		# extResume=1
	}
	rules_stdWrap {
	}
	sectionlinks_stdWrap {
	}
	path_stdWrap {
	}
	search {
		rootPidList =
		page_links = 10
		detect_sys_domain_records = 0
		defaultFreeIndexUidList =
		skipExtendToSubpagesChecking = 0
		exactCount = 0
	}

	result_link_target =
/*
	flagRendering = CASE
	flagRendering {
		key.current = 0
		2 = TEXT
		2.value = German
		default = TEXT
		default.value = English
	}
*/
/*
	iconRendering = CASE
	iconRendering {
		key.current = 1
		html = TEXT
		html.value = HtmL
		default = TEXT
		default.value = TYPO3 pages
	}
*/
	forwardSearchWordsInResultLink = 0

	# Setting default values for piVars (please see the source code for the form-field names which you can preset values for here)
	_DEFAULT_PI_VARS {
		extResume = 1
		type = 1
		group = flat
	}
	_CSS_DEFAULT_STYLE (
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:15px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:200px; margin:10px; color:#ffffff; background:#b40001;}
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:200px; margin:10px;}
		.tx-indexedsearch-searchbox-sword input {border: 1px solid #fff;}
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; color:#b40001; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:normal; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#ffffff; }
		.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:#ffffff; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#ffffff; font-size:16px; font-weight:bold; }
		.tx-indexedsearch-title { color:#C75D1D; 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_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:15px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:200px; margin:10px; color:#ffffff; background:#b40001;}
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:200px; margin:10px;}
		.tx-indexedsearch-searchbox-sword input {border: 1px solid #fff;}
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; color:#b40001; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:normal; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#ffffff; }
		.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:#ffffff; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#ffffff; font-size:16px; font-weight:bold; }
		.tx-indexedsearch-title { color:#C75D1D; 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_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, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
		border: 3px solid #FFFFFF;
		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; }
	DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 5px; }
	
	/* 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 */
	
	DIV.csc-textpic DIV.csc-textpic-imagerow-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; height: 1%; }
