	#ajaxFocus {
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: #fff;

		opacity: 0.7;
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		filter: alpha(opacity=70);
	}

	.ajaxLoader {
		position: absolute;
		width: 16px;
		height: 16px;
		background-image: url(../images/ajaxLoader.gif);
		background-position: center center;
		background-repeat: no-repeat;
	}
	/* -----------------------------------------------
		a
	----------------------------------------------- */
	.content a.rss,
	.htmlarea-content-body a.rss {
		padding-left: 21px;
		background: url(../images/rss.gif) no-repeat 0 0;
	}


	/* -----------------------------------------------
		ul
	----------------------------------------------- */
	.content ul,
	.htmlarea-content-body ul {
		margin: 5px 0 5px 0;
	}

		.content ul li {
			height: auto !important;
			height: 1px;
			padding-left: 10px;
			background: url(../images/liItem.gif) no-repeat 0 7px;
		}

		.htmlarea-content-body ul li {
			padding-left: 10px;
			list-style-type: disc;
			list-style-position: inside;
		}




	/* -----------------------------------------------
		dl
	----------------------------------------------- */
	.content dl {
		overflow: auto;
		height: auto !important;
		height: 100%;
	}

	 /* filelinks */
	.content dl.filelinks dt {
		padding-left: 25px;
		margin-top: 5px;
		line-height: 18px;
	}


	.content dl.filelinks dt.first {
		margin-top: 0;
	}

		.content dl.filelinks dt .icon img{
			vertical-align: middle;
		}

        	.content dl.textPic {
		clear: left;
	}

		.content dl.textPic dt {
			float: left;
			padding-right: 20px;
		}

		.content dl.textPic dd.picTitle {
			margin-bottom: 5px;
			font-weight: bold;
		}

		.content dl.textPic dd.descritption {
			margin-bottom: 5px;
		}

	/* twoCols */
	.content dl.twoCols {
		overflow: auto;
		height: auto !important;
		height: 100%;
	}
		.content dl.twoCols dt {
			margin-top: 15px;
		}
		.content dl.twoCols dt.first {
			margin: 0;
		}
		.content dl.twoCols dt.border {
			margin-bottom: 12px;
			font-weight: bold;
			border-bottom: 1px solid #988F89;
		}
		.content dl.twoCols dt.longDescTitle {
			margin: 0;
			display: inline;
		}
		.content dl.twoCols dd {
			float: left;
		}
		.content dl.twoCols dd.longDesc {
			display: inline;
			float: none;
		}
		.content dl.twoCols dd.fullWidth {
			width: 100%;
		}
		.content dl.twoCols dd.title {
			clear: both;
		}



	/* TextPic */
	.content dl.textPic {
		clear: left;
	}

		.content dl.textPic dt {
			float: left;
			padding-right: 20px;
		}

		.content dl.textPic dd.picTitle {
			margin-bottom: 5px;
			font-weight: bold;
		}

		.content dl.textPic dd.descritption {
			margin-bottom: 5px;
		}

	.content dl.inline dt {
		float: left;
		clear: left;
		margin-right: 4px;
	}



	/* -----------------------------------------------
		Plugins
	----------------------------------------------- */

	/* indexed Search */
	.indexed_search .tx-indexedsearch-whatis  {
		margin-bottom: 2px;
	}
		.indexed_search .tx-indexedsearch-whatis .tx-indexedsearch-sw {
			font-weight: bold;
		}

	.indexed_search .tx-indexedsearch-browsebox {
		margin-bottom: 15px;
	}
		.indexed_search .tx-indexedsearch-browsebox p {
			margin-bottom: 2px;
		}

	.indexed_search .tx-indexedsearch-res h4 img {
		margin-bottom: 2px;
		vertical-align: middle;
	}

	.indexed_search .tx-indexedsearch-res h4 a {
		text-decoration: none;
	}

	.indexed_search .tx-indexedsearch-res h4 .percent {
		float: right;
	}

	#mainContent .indexed_search .tx-indexedsearch-res dl {
		margin: 8px 0 30px 0;
		line-height: 18px;
	}

		.indexed_search .tx-indexedsearch-res dt,
		.indexed_search .tx-indexedsearch-res dd {
			float: left;
		}
		.indexed_search .tx-indexedsearch-res dt {
			padding-right: 2px;
		}
		.indexed_search .tx-indexedsearch-res dd {
			margin-right: 10px;
		}
		.indexed_search .tx-indexedsearch-res dt.path {
			padding-right: 6px;
			clear: both;
		}

	/* tipAFriend */

		#tipAfriendContainer {
			position: absolute;
			z-index: 11;
			margin: auto;
			background: #ffffff;
		}

		#tipLoading {
			width: 100%;
			height: 100%;
		}

		#tipAfriendContainer .mailform {
			padding-top: 0 !important;
			padding-top: 0;
		}
			#tipAfriendContainer h3 {
				top: auto;
				line-height:15px;
				min-height:15px;
				padding: 1px 0 1px 5px;
				color: #fff;
			}

				#tipAfriend .captchaImage {
					position: relative;
				}

				#tipAfriend .captchaForm {

				}

				#tipAfriend .captchaForm .validation-advice {
					margin-top: 0;
				}

				#tipAfriend  #advice-required-tipFormComment {
					margin-top: 0;
				}

				#tipAfriend .content h4 {
					margin-bottom: 5px;
				}

				#tipAfriend .content p {
					margin-bottom: 5px;
				}

				#tipAfriendRemove {
					position: absolute;
					z-index: 1;
					background: url(../images/buttonClose.gif) no-repeat 0 0;
				}

		/* The main calendar widget.  DIV containing a table. */

	.calendar {
		position: relative;
		display: none;
		border-top: 2px solid #fff;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		border-left: 2px solid #fff;
		font-size: 11px;
		color: #000;
		cursor: default;
		background: #d4c8d0;
		font-family: tahoma,verdana,sans-serif;
		z-index: 100;
	}

	.calendar table {
		width: 260px;
		border-top: 1px solid #000;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #000;
		font-size: 11px;
		color: #000;
		cursor: default;
		background: #d4c8d0;
		font-family: tahoma,verdana,sans-serif;
	}

	/* Header part -- contains navigation buttons and day names. */

	.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
		text-align: center;
		padding: 1px;
		border-top: 1px solid #fff;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #fff;
	}

	.calendar .nav {
		background: transparent url(menuarrow.gif) no-repeat 100% 100%;
	}

	.calendar thead .title { /* This holds the current "month, year" */
		font-weight: bold;
		padding: 1px;
		border: 1px solid #000;
		background: #847880;
		color: #fff;
		text-align: center;
	}

	.calendar thead .headrow { /* Row <TR> containing navigation buttons */
	}

	.calendar thead .daynames { /* Row <TR> containing the day names */
	}

	.calendar thead .name { /* Cells <TD> containing the day names */
		border-bottom: 1px solid #000;
		padding: 2px;
		text-align: center;
		background: #f4e8f0;
	}

	.calendar thead .weekend { /* How a weekend day name shows in header */
		color: #f00;
	}

	.calendar thead .hilite { /* How do the buttons in header appear when hover */
		background-color: #e4d8e0;
	}

	.calendar thead .active { /* Active (pressed) buttons in header */
		padding: 2px 0px 0px 2px;
		border-top: 1px solid #000;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #000;
		background-color: #c4b8c0;
	}

	/* The body part -- contains all the days in month. */

	.calendar tbody .day { /* Cells <TD> containing month days dates */
		width: 2em;
		text-align: right;
		padding: 2px 4px 2px 2px;
	}
	.calendar tbody .day.othermonth {
		font-size: 80%;
		color: #aaa;
	}
	.calendar tbody .day.othermonth.oweekend {
		color: #faa;
	}

	.calendar table .wn {
		padding: 2px 3px 2px 2px;
		border-right: 1px solid #000;
		background: #f4e8f0;
	}

	.calendar tbody .rowhilite td {
	  background: #e4d8e0;
	}

	.calendar tbody .rowhilite td.wn {
		background: #d4c8d0;
	}

	.calendar tbody td.hilite { /* Hovered cells <TD> */
		background: #f4e8f0;
	}

	.calendar tbody td.active { /* Active (pressed) cells <TD> */
		padding: 2px 2px 0px 2px;
		border-top: 1px solid #000;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #000;
	}

	.calendar tbody td.selected { /* Cell showing selected date */
		font-weight: bold;
		border-top: 1px solid #000;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #000;
		padding: 2px 2px 0px 2px;
		background: #e4d8e0;
	}

	.calendar tbody td.weekend { /* Cells showing weekend days */
		color: #f00;
	}

	.calendar tbody td.today { /* Cell showing today date */
		font-weight: bold;
		color: #00f;
	}

	.calendar tbody .disabled { color: #999; }

	.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
		visibility: hidden;
	}

	.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
		display: none;
	}

	/* The footer part -- status bar and "Close" button */

	.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
	}

	.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
		background: #f4e8f0;
		padding: 1px;
		border: 1px solid #000;
		background: #847880;
		color: #fff;
		text-align: center;
	}

	.calendar tfoot .hilite { /* Hover style for buttons in footer */
		border-top: 1px solid #fff;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #fff;
		padding: 1px;
		background: #e4d8e0;
	}

	.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
		padding: 2px 0px 0px 2px;
		border-top: 1px solid #000;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #000;
	}

	/* Combo boxes (menus that display months/years for direct selection) */

	.calendar .combo {
		position: absolute;
		display: none;
		width: 4em;
		top: 0px;
		left: 0px;
		cursor: default;
		border-top: 1px solid #fff;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #fff;
		background: #e4d8e0;
		font-size: 90%;
		padding: 1px;
		z-index: 100;
	}

	.calendar .combo .label,
	.calendar .combo .label-IEfix {
		text-align: center;
		padding: 1px;
	}

	.calendar .combo .label-IEfix {
		width: 4em;
	}

	.calendar .combo .active {
		background: #d4c8d0;
		padding: 0px;
		border-top: 1px solid #000;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #000;
	}

	.calendar .combo .hilite {
		background: #408;
		color: #fea;
	}

	.calendar td.time {
		border-top: 1px solid #000;
		padding: 1px 0px;
		text-align: center;
		background-color: #f4f0e8;
	}

	.calendar td.time .hour,
	.calendar td.time .minute,
	.calendar td.time .ampm {
		padding: 0px 3px 0px 4px;
		border: 1px solid #889;
		font-weight: bold;
		background-color: #fff;
	}

	.calendar td.time .ampm {
		text-align: center;
	}

	.calendar td.time .colon {
		padding: 0px 2px 0px 3px;
		font-weight: bold;
	}

	.calendar td.time span.hilite {
		border-color: #000;
		background-color: #766;
		color: #fff;
	}

	.calendar td.time span.active {
		border-color: #f00;
		background-color: #000;
		color: #0f0;
	}

/* dampostcard */

#mainContent .tx-dampostcard-pi1 ul.imageNavigation,
#mainContent .tx-dampostcard-pi1 .imageNavigation li,
#mainContent .tx-dampostcard-pi1 .postcardDetailText li {
	margin: 0;
	padding: 0;
	background: none;
}

body #mainContent .tx-dampostcard-pi1 .onePixelClear {
	height: 1px;
	padding: 0;
}

#mainContent .tx-dampostcard-pi1 .postcardDetail {
	margin-bottom: 20px;
}

#mainContent .tx-dampostcard-pi1 .postcardDetailImage {
	float:left;
	margin-right: 10px;
}

#mainContent .tx-dampostcard-pi1 .postcardDetailText {
	float:left;
	width: 180px;
}

#mainContent .tx-dampostcard-pi1 .postcardSmallImage {
	float: right;
}

#mainContent .tx-dampostcard-pi1 .postcardNavigation li {
	background-repeat:no-repeat;
	width:auto !important;
}

	#mainContent .tx-dampostcard-pi1 .postcardNavigation li.sendPostcard {
		background: url(/fileadmin/templates/landwirtschaft_ch/images/dampostcard/sendPostcard.png) no-repeat;
		margin-bottom: 8px;
	}

	#mainContent .tx-dampostcard-pi1 .postcardNavigation li.sendImageLink {
		background-image:url(/fileadmin/templates/landwirtschaft_ch/images/dampostcard/sendImageLink.png);
	}

	#mainContent .tx-dampostcard-pi1 .postcardNavigation li.viewFullSize {
		background-image:url(/fileadmin/templates/landwirtschaft_ch/images/dampostcard/viewFullSize.png);
	}

	#mainContent .tx-dampostcard-pi1 .postcardNavigation li a {
		line-height: 18px;
		padding-left: 24px;
	}

#mainContent .tx-dampostcard-pi1 .imageNavigation {
	margin: 13px -13px !important;
	width: auto !important;
	width: 461px;
}

	#mainContent .tx-dampostcard-pi1 .imageNavigation li {
		float: left;
		position: relative;
		margin-bottom: 13px;
		padding-left: 13px;
	}

	#mainContent .tx-dampostcard-pi1 .imageNavigation li a {
		display: block;
	}

	#mainContent .tx-dampostcard-pi1 .imageNavigation li span {
		display: block;
		position:absolute;
		top: 102px;
		left: 13px;
		width: 99px;
	}

#mainContent .tx-dampostcard-pi1 .senddate {
	font-weight: bold;
}

#mainContent .tx-dampostcard-pi1 .inlineButtons form {
	display: inline;
}

#admPanel * {
	text-align: left;
}

#mainContent .feportal_pi1 .warning {
	background-image: url(/fileadmin/templates/global/images/warning.jpeg);
	height: 100px;
	padding-left: 100px;
}