	/*
	
		GIS infrasite
		TYPO3 Elemente
		----------------------------------------------------------------------
	
	*/
	
	
	
/* 
	default styles for extension "tx_indexedsearch" 
	----------------------------------------------------------------------
*/

div#contentleft .tx-indexedsearch table {
	font-size: 1.2em;
	border: 0;
}

div#contentleft .tx-indexedsearch table th,
div#contentleft .tx-indexedsearch table td {
	padding: 0.2em;
	border: 0;
}

div#content div#contentleft .tx-indexedsearch-searchbox p {
	margin: 0.5em 0 1em 0;
}

div#contentleft .tx-indexedsearch ul.browsebox { 
	margin-bottom: 1em;
}

div#contentleft .tx-indexedsearch .tx-indexedsearch-browsebox li { 
	display:inline; 
	margin-right:5px;
	list-style-type: none;
	list-style-image: none;
	background: none;
}

div#contentleft .tx-indexedsearch .tx-indexedsearch-path a { 
	color: #132a6b;
	background-color: #f1f1f1;
}

div#contentleft .tx-indexedsearch strong {
	color: #333;
	background-color: #fff;
}

div#contentleft .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width:250px;
}
.tx-indexedsearch .tx-indexedsearch-whatis { font-size: 1.2em; 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:#f1f1f1; }
.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; }

/* 
	News 
	----------------------------------------------------------------------
*/

div#contentright div.tx-ttnews-browsebox {
	font-size: 0.8em;
	text-align: center;
}

div#contentright div.tx-ttnews-browsebox p {
	margin: 0;
}

div#contentright div.tx-ttnews-browsebox table {
	margin: 0 auto;
	padding: 0;
	border: 0;
}

div#contentright div.tx-ttnews-browsebox table td {
	margin: 0;
	padding: 0 0.5em 0 0;
	border: 0;
}

div#contentright div.news-single-timedata {
	padding: 0.5em 0;
}

div#contentright div.news-single-backlink {
	padding: 2em 0 1em 0;
}


/* 
	Sitemap 
	----------------------------------------------------------------------
*/


	div#contentleft div.csc-sitemap {
		line-height: 1.2;
		margin-bottom: 0.5em;
	}

	div#contentleft div.csc-sitemap ul {
		margin: 0.5em 0 1em 1em;
	}

	div#contentleft div.csc-sitemap li {
		font-size: 1em;
		font-weight: bold;
		list-style-type: none;
		margin-left: 0;
		margin-bottom: 0.5em;
		padding-left: 1em;
		color: #656566;
		background-color: #fff;
		background: none;
	}

	div#contentleft div.csc-sitemap li ul li {
		font-weight: normal;
	}

	div#contentleft div.csc-sitemap li a {
		color: #656566;
		background-color: #fff;
	}


/* 
	Kontaktformular
	----------------------------------------------------------------------
*/

	div#contentleft form#mailform {
	}
	
	div#contentleft form#mailform fieldset {
		border: none;
	}
	
	div#contentleft form#mailform input.csc-mailform-submit {
		margin: 1em 0;
	}

	div#contentleft form#mailform label,
	div#contentleft form#mailform div.csc-mailform-label {
		font-size: 1.2em;
		display: block;
		margin: 0.5em 0 0.2em 0;
	}
	

