/***********/
/*Styles the Macina Searchbox plugin*/
/**********/

.searchbar {
 float: left;
 background: url(images/bg_searchbox.gif) no-repeat;
 width: 130px;
 height: 30px;
 margin: 0 0 20px 0;
}

input.searchbox {
 float: left;
 color: #200;
 border: none;
 background: transparent;
 width: 90px;
 margin: 5px 20px; 
 font-size: 14px;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-style: oblique;
}

input.searchsubmit {
 float: left;
 padding-left: 0px;
}


/************** Indexed search plugin *********************/

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




/************ tt_news extension ***********************/


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border-bottom:1px solid #369;
	display: none;
}

/*--------------------------------- tt_news LATEST view  -----------------------------------*/
.news-latest-item {

font-size: 85%;


}


.news-latest-item p {
text-align: left;
}

.news-latest-item img {
	float:left;
margin: 0px;
padding: 0 10px 0px 0;
}



/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	float: left;
}

.news-list-date {
	float: right;
	font-size: 65%;
	font-weight: normal;
}

.news-list-container IMG {
	float: right;
	margin: 0 0 0 10px;
}

.news-list-morelink{
	font-size:80%;
	margin-left:0px;
}
.news-list-morelink  {
	float: right;
	margin-bottom:20px;
}
.news-list-browse {
	text-align: center;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#b8d0e8;
	float: left;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color: #9abddd;
	border:1px solid #666;
}
.tx-ttnews-browsebox-SCell a:link,
.tx-ttnews-browsebox-SCell a:visited,
.tx-ttnews-browsebox-SCell a:hover{
	color:#fff;
}
.tx-ttnews-browsebox-SCell a:link, 
.tx-ttnews-browsebox-SCell a:visited {
	font-size: 80%;
	color: #fff;
}
.tx-ttnews-browsebox-SCell a:hover, 
.tx-ttnews-browsebox-SCell a:active{
	color: #ffc;
}
.tx-ttnews-browsebox a:link, 
.tx-ttnews-browsebox a:visited {
	font-size: 100%;
	color: #369;
}
.tx-ttnews-browsebox a:hover, 
.tx-ttnews-browsebox a:active{
	color: #369;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
}

.news-single-item blockquote {margin-left: 350px; font-size: .8em
}

.news-single-img {
	float: left;
	display:inline;
        margin: 0px;
	padding: 0 20px 0px 0;
}

.news-single-imgcaption {width: 150px; font-size: .85em; margin: 0; padding:0}

.news-single-backlink {
    float: right;
	font-size: 80%;
	margin: 0 0 20px 0;
}

.news-single-timedata {
	font-size: 70%;
float: right;
}

.news-single-author {
	font-size: 90%;
margin-bottom: 20px;
}

.news-single-author {
	padding-bottom: 3px;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:5px;
	margin-bottom:10px;
	padding:3px;
	border:0px solid #333;
	background-color: transparent;
/*	float: left;
	width: 100%; */
}
.news-amenu-container LI {
	padding-bottom:3px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	/*border:1px solid #666;*/
	/*background-color:#F9FFE5;*/
	list-style-type: none;
}
.news-amenu-container H3 {

}
.news-amenu-item-year {
	font-weight: bold;
	padding: 2px;
	margin: 4px 0px 4px 0px;
}
