/* ----------------------------------------------------------------
	extension.css
	version 2009/01/19
-----------------------------------------------------------------*/


/* --------------------------------------------------------------*/
/* css_filelinks */
/* --------------------------------------------------------------*/

.filelinks div {
	margin-bottom:10px;
	padding-left: 25px;
	background: url('/typo3/gfx/fileicons/default.gif') left top no-repeat;
}

.filelinks span {
	display: block;
}

.filelinks a {
	text-decoration:none;
	color: #000;
}

.filelinks a:hover {
	text-decoration: underline;
}

.filelinks .ai{background-image:url('/typo3/gfx/fileicons/ai.gif')!important;}

.filelinks .ani{background-image:url('/typo3/gfx/fileicons/ani.gif')!important;}

.filelinks .au{background-image:url('/typo3/gfx/fileicons/au.gif')!important;}

.filelinks .avi{background-image:url('/typo3/gfx/fileicons/avi.gif')!important;}

.filelinks .bmp{background-image:url('/typo3/gfx/fileicons/bmp.gif')!important;}

.filelinks .cdr{background-image:url('/typo3/gfx/fileicons/cdr.gif')!important;}

.filelinks .css{background-image:url('/typo3/gfx/fileicons/css.gif')!important;}

.filelinks .csv{background-image:url('/typo3/gfx/fileicons/csv.gif')!important;}

.filelinks .doc{background-image:url('/typo3/gfx/fileicons/doc.gif')!important;}

.filelinks .dtd{background-image:url('/typo3/gfx/fileicons/dtd.gif')!important;}

.filelinks .eps{background-image:url('/typo3/gfx/fileicons/eps.gif')!important;}

.filelinks .exe{background-image:url('/typo3/gfx/fileicons/exe.gif')!important;}

.filelinks .fh3{background-image:url('/typo3/gfx/fileicons/fh3.gif')!important;}

.filelinks .flash{background-image:url('/typo3/gfx/fileicons/flash.gif')!important;}

.filelinks .folder{background-image:url('/typo3/gfx/fileicons/folder.gif')!important;}

.filelinks .gif{background-image:url('/typo3/gfx/fileicons/gif.gif')!important;}

.filelinks .htm{background-image:url('/typo3/gfx/fileicons/htm.gif')!important;}

.filelinks .html{background-image:url('/typo3/gfx/fileicons/html.gif')!important;}

.filelinks .ico{background-image:url('/typo3/gfx/fileicons/ico.gif')!important;}

.filelinks .inc{background-image:url('/typo3/gfx/fileicons/inc.gif')!important;}

.filelinks .java{background-image:url('/typo3/gfx/fileicons/java.gif')!important;}

.filelinks .jpg{background-image:url('/typo3/gfx/fileicons/jpg.gif')!important;}

.filelinks .js{background-image:url('/typo3/gfx/fileicons/js.gif')!important;}

.filelinks .max{background-image:url('/typo3/gfx/fileicons/max.gif')!important;}

.filelinks .mid{background-image:url('/typo3/gfx/fileicons/mid.gif')!important;}

.filelinks .mov{background-image:url('/typo3/gfx/fileicons/mov.gif')!important;}

.filelinks .mpeg{background-image:url('/typo3/gfx/fileicons/mpeg.gif')!important;}

.filelinks .mpg{background-image:url('/typo3/gfx/fileicons/mpg.gif')!important;}

.filelinks .pcd{background-image:url('/typo3/gfx/fileicons/pcd.gif')!important;}

.filelinks .pcx{background-image:url('/typo3/gfx/fileicons/pcx.gif')!important;}

.filelinks .pdf{background-image:url('/typo3/gfx/fileicons/pdf.gif')!important;}

.filelinks .png{background-image:url('/typo3/gfx/fileicons/png.gif')!important;}

.filelinks .ps{background-image:url('/typo3/gfx/fileicons/ps.gif')!important;}

.filelinks .psd{background-image:url('/typo3/gfx/fileicons/psd.gif')!important;}

.filelinks .rtf{background-image:url('/typo3/gfx/fileicons/rtf.gif')!important;}

.filelinks .sgml{background-image:url('/typo3/gfx/fileicons/sgml.gif')!important;}

.filelinks .swf{background-image:url('/typo3/gfx/fileicons/swf.gif')!important;}

.filelinks .sxc{background-image:url('/typo3/gfx/fileicons/sxc.gif')!important;}

.filelinks .sxw{background-image:url('/typo3/gfx/fileicons/sxw.gif')!important;}

.filelinks .tga{background-image:url('/typo3/gfx/fileicons/tga.gif')!important;}

.filelinks .tif{background-image:url('/typo3/gfx/fileicons/tif.gif')!important;}

.filelinks .ttf{background-image:url('/typo3/gfx/fileicons/ttf.gif')!important;}

.filelinks .txt{background-image:url('/typo3/gfx/fileicons/txt.gif')!important;}

.filelinks .wav{background-image:url('/typo3/gfx/fileicons/wav.gif')!important;}

.filelinks .wrl{background-image:url('/typo3/gfx/fileicons/wrl.gif')!important;}

.filelinks .xls{background-image:url('/typo3/gfx/fileicons/xls.gif')!important;}

.filelinks .xml{background-image:url('/typo3/gfx/fileicons/xml.gif')!important;}

.filelinks .xsl{background-image:url('/typo3/gfx/fileicons/xsl.gif')!important;}

.filelinks .zip{background-image:url('/typo3/gfx/fileicons/zip.gif')!important;}


/* --------------------------------------------------------------*/
/* slimbox */
/* --------------------------------------------------------------*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/sb_schliessen.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}


/* --------------------------------------------------------------*/
/* tt_news */
/* --------------------------------------------------------------*/

#content .news h1 {
	margin-top: 20px;
}

#content .news .news_item {
	margin: 0 0 1.2em 0;
}

#content .news .news_item_left, #content .news .news_item_right {
	float: left;
	margin: 0 0 1.2em 0;
	width: 45%;
}

#content .news .news_item_left {
	padding: 0 10px 0 0;
	border-right: 1px dotted #ddeedd;
}

#content .news .news_item_right {
	padding: 0 0 0 10px;
}

#content .news p, #content .news_single p {
	margin-bottom: .1em;
}

#content .news .label_italic, #content .news_single .label_italic {
	font-style: italic;
}

#content .news .news_list_img, #content .news_single .news_single_img {
	float: left;
	margin: 0 1em .5em 0;
}

#content .news .news_list_img img, #content .news_single .news_single_img img {
	border: 1px dotted #007A00;
}

#content .news .news_header, #content .news_single .news_header {
	margin-bottom: .5em;
}

#content .news_single h1 {
	margin-top: 0;
}

#content .news_single .news_single_additional_info dl {
	margin: 10px 0 0 0;
}

#content .news_single .news_single_additional_info dt {
	font-weight: bold;
}

#content .news_single .news_single_additional_info dd img {
	padding: 0 10px 0 0;
}

#content .news .browsebox_left, #content .news_single .browsebox_left {
	float: left;
	margin-top: 10px;
	width: 50%;
}

#content .news .browsebox_right, #content .news_single .browsebox_right  {
	margin-top: 10px;
	text-align: right;
}


/* --------------------------------------------------------------*/
/* powermail */
/* --------------------------------------------------------------*/

#content form {
	margin: 0 0 10px 0;
}

#content form .tx_powermail_pi1_fieldwrap_html {
	clear: both;
}

#content form label {
	display: block;
	float: left;
	width: 150px;
}

#content form label.no_float {
	float: none;
	width: 500px;
}

#content form .powermail_mandatory_js {
	padding-left: 150px;
	color: #c00;
	margin-bottom: 10px;
}

#content form input.powermail_submit {
	margin: 0;
	padding: 0;
	width: auto;
}

#content form .tx_powermail_pi1_fieldwrap_html_text input {
	margin: 0 0 5px 0;
	padding: 2px 0;
	width: 200px;
	border: 1px solid #999;
}

#content form .tx_powermail_pi1_fieldwrap_html_select select {
	margin: 0 0 5px 0;
	width: 200px;
}

#content form .tx_powermail_pi1_fieldwrap_html_text img {
	margin: 0 0 5px 0;
	padding: 2px 0;
	border:1px solid #999999;
}

#content form .tx_powermail_pi1_fieldwrap_html_textarea textarea {
	margin: 0 0 5px 0;
	padding: 2px 0;
	width: 500px;
	border: 1px solid #999;
}

#content .tx-powermail-pi1_confirmation dl {
	margin: 1em 0;	
}

#content .tx-powermail-pi1_confirmation dl dt {
	width: 12em;
	float: left;	
}

#content .tx-powermail-pi1_confirmation form.tx_powermail_pi1_formconfirmation_back {	
	float: left;
	margin-right: 1em;	
}

#content .tx-powermail-pi1  .tx_powermail_pi1_fieldwrap_html_textarea {
	margin-top: 10px;
}

#content .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio, #content .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check {
	margin-top: 10px;
}

#content .tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_radio_title, #content .tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	font-weight: bold;
}

#content .tx-powermail-pi1 .powermail_check_inner {
	clear: both;
}

#content .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio input, #content .tx-powermail-pi1 .powermail_check_inner input {
	float: left;
}

#content .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio label, #content .tx-powermail-pi1 .powermail_check_inner label {
	float: none;
	padding-left: 25px;
	width: 100%;
}

#content .tx-powermail-pi1  select#uid18 {
	width: 55px;
}

#content .tx-powermail-pi1  .tx-powermail-pi1_confirmation dl.powermail_all_dl dt {
	float: none;
    width: 100%;
}

#content .tx-powermail-pi1  .tx-powermail-pi1_confirmation dl.powermail_all_dl dd {
	margin-bottom: 10px;
}

#content .tx-powermail-pi1 input.powermail_submit {
	margin: 10px 0pt;
}


/* --------------------------------------------------------------*/
/* indexed_search */
/* --------------------------------------------------------------*/

#content .tx-indexedsearch input#tx-indexedsearch-searchbox-sword {
	float: left;
	margin-right: 10px;
}

#content .tx-indexedsearch form {
	margin-bottom: 10px;
}

#content .tx-indexedsearch .indexedsearch-whatis {
	clear: both;
}

#content .tx-indexedsearch .result {
/*	padding: 10px;
	margin-top: 1em;
	border: 1px solid #cc5629;*/
	margin-bottom: 1.2em;
}

#content .tx-indexedsearch .tx-indexedsearch-res {
	margin-bottom: 10px;
}

#content .tx-indexedsearch .result_header {
	padding-bottom: 5px;
	border-bottom: 1px dashed #fedea9;
	margin-bottom: 5px;
}

#content .tx-indexedsearch .result_meta {
	margin: 10px 0 5px 0;
	padding-top: 5px;
	border-top: 1px dashed #fedea9;
}

#content .tx-indexedsearch ul.browsebox {
	list-style-type: none;
}

#content .tx-indexedsearch ul.browsebox li {
	margin-right: 10px;
	display: inline;
}

#content .tx-indexedsearch strong.tx-indexedsearch-redMarkup {
	color: #f89c0f;
}


/* ----------------------------------------------------------------
	chgallery
-----------------------------------------------------------------*/

/* GALLERY pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
    margin: 10px 5px;
}

.tx-chgallery-pi1 .pagebrowser .pagebrowser_prev {
	float: left;
    width: 20%;
}

.tx-chgallery-pi1 .pagebrowser .pagebrowser_text {
	float: left;
    width: 60%;
	text-align: center;
    font-style: italic;
}

.tx-chgallery-pi1 .pagebrowser .pagebrowser_next {
	float: right;
    width: 20%;
	text-align: right;
}

/* GALLERY single element */
.tx-chgallery-pi1 .single {
	float: left;
    margin: 5px;
    width: 31.7%;
    min-height: 170px;
    background: #f4f4f4;
}

* html .tx-chgallery-pi1 .single {
    height: 170px;
}

.tx-chgallery-pi1 .single p {
    margin-bottom: .3em !important;
    line-height: 1.2em !important;
}

.tx-chgallery-pi1 .single p.img {
    padding: 10px 0 0 0;
    text-align: center;
}

.tx-chgallery-pi1 .single p.txt {
    padding: 0 10px;
    font-size: .8em;
    text-align: center;
}


/* ----------------------------------------------------------------
	slimbox
-----------------------------------------------------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 9999;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9999;
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/sb_schliessen.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}