@charset "UTF-8";
/*
#######################
These styles overwrite definitions from TYPO3 extensions (system and user) which are generally collected by 
TYPO3 and compiled into one temp file that is named somewhat similar to:  /typo3temp/stylesheet_7ba6abc16d.css
#######################
*/


/* 
----------
SYSTEM: IMAGE CAPTIONS
*/
.csc-caption, .csc-textpic-caption{
	font-size: 10px; line-height: 11px;
	padding-top: 2px;
}
.csc-textpic-image{
  padding-top: 4px;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img{
  border: 2px solid #66F;
}


/*
----------
SYSTEM: MAILFORM PLUGIN
*/
.csc-mailform{
  height: 245px;
  margin: 0;
  padding: 0;
}
.csc-mailform-field{
	position: relative;
	color: #333333;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 1px;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: right;
	width: 130px;
	height: 20px;
}
.csc-mailform-field input{
	position: absolute;
	left: 145px;
	top: 0px;
	width: 200px;
}
.csc-mailform-field select{
	position: absolute;
	left: 145px;
	top: 0px;
	width: 200px;
}
.csc-mailform-field textarea{
	position: absolute;
	left: 145px;
	top: 0px;
	width: 200px;
	height: 120px;
}
.csc-mailform-submit{
	margin-top: 15px;
	width: 200px;
}


.csc-mailform {
	border: #808080;
	vertical-align: top;
}

.css-label{
	border: red;
	height: 600px;
	vertical-align: top;
}

fieldset.csc-mailform {
	border: none;
}


/*
----------
SYSTEM: LOGIN FORM
*/
.csc-form-labelcell, .csc-form-fieldcell{
  font-weight: bold;
  padding-top: 5px;
}
.csc-form-fieldcell{
  padding-left: 10px;
}


/*
----------
EXTENSION: SEARCH FORMS (INDEXED SEARCH)
*/
.tx-indexedsearch-searchbox TABLE{
  margin-bottom: 10px;
}
.tx-indexedsearch-searchbox TD{
  font-weight: bold;
  padding-top: 5px;
  padding-right: 10px;
}
.tx-indexedsearch-searchbox FORM{
  margin-bottom: 15px;
}
.tx-indexedsearch-rules{
	font-size: 10px; line-height: 11px;
}
.tx-indexedsearch-rules H2{
	font-weight: bold;
}
.tx-indexedsearch-whatis{
	font-size: 13px; line-height: 14px;
  padding-top: 10px;
  padding-bottom: 6px;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
}
.tx-indexedsearch-browsebox{  padding-top: 3px;  padding-bottom: 5px; }
.tx-indexedsearch-result-number{ background:#FFF;}
.tx-indexedsearch-title{ padding-left: 1px;}
.tx-indexedsearch-percent{ background:#FFF; padding-right: 3px;}
.tx-indexedsearch-descr{ background:#EFEFF4; padding: 3px 10px;}
.tx-indexedsearch-info{ padding: 2px 4px;}
.tx-indexedsearch-noresults{ padding: 10px 0 20px 0;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#B9B9BF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#CCC8C6; }



/*
----------
EXTENSION: TIP-A-FRIEND
*/
.tx_tipafriend_url .csc-firstHeader{
  display: none;
}
.tx_tipafriend_url a{
  margin-left: 10px;
}


/*
----------
EXTENSION: TT-NEWS
*/
.news-list-date {
	float: right;
	font-weight: normal;
	text-align: right;
	font-size: 9px;
	color: #666;
	padding: 0 2px;
	margin-left: 15px;
	background-color: #F2EFEE;
	}
.news-list-header{
	margin-bottom: 10px;
}
.news-list-header a{
	text-decoration: none;
}
.news-list-header a:hover{
	text-decoration: underline;
}
.news-list-container IMG {
	float: right;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-morelink a{
	font-size: 9px;
}
.news-single-item h3{
  margin: 10px 0;
}
.news-single-timedata {
	float: right;
	text-align: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.news-single-img {
	float: right;
	margin-left:5px;
}
P.news-single-author{
  display: inline;
}


/*
----------
EXTENSION: TX-DROPDOWNSITEMAP
*/
.tx-dropdownsitemap-pi1 A {
  text-transform: none;
}


/*
#######################
*/
