@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	
	custom styles
*/




/* --- color definitions ----------------------------------
	.white			{ color: #FFFFFF; }
	.black			{ color: #000000; }
   
	.tc-orange		{ color: #FA8800; }	
	.tc-green		{ color: #66A552; }	
*/












/* --- custom styles --------------------------------------
*/

/* tt_news */

.news-list-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b5c823;
}

.news-list-item h1 {
	color: #657813;
	text-decoration: none;
	font-family: Georgia;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
}

.news-list-item h2 {
	color: #657813;
	text-decoration: none;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}

.news-list-item span.news-list-morelink {
	color: #657813;
    display: block;
    font-family: Georgia;
    font-size: 24px;
    font-style: italic;
    line-height: 45px;
	}
	.news-list-item span.news-list-morelink a {
		font-style: normal;
	}

.news-list-item h2 a {
	color: #657813;
	text-decoration: none;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	background: none;
	padding-left: 0px;
}

.news-list-item h2 a:hover {
	color: #657813;
	text-decoration: none;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	background: none;
	padding-left: 0px;
}

.news-list-item h3 .bodytext {
	float: left;
}

.news-list-image,
.news-single-img {
	padding: 10px 0;
}

.news-list-image a {
	background: none;
	padding-left: 0px;
}

.news-list-image a:hover {
	background: none;
	padding-left: 0px;
}

.news-list-morelink a,
.news-single-item a {
	background: transparent url(prefab_101/img/link.png) no-repeat scroll 0 3px;;
	padding-left: 13px;
}

.news-list-morelink a:hover,
.news-single-item a:hover {
	background: transparent url(prefab_101/img/link.png) no-repeat scroll 0 3px;
	padding-left: 13px;
}

.news-single-backlink a {
	background: none;
	padding-left: 0px;
}

.news-single-backlink a:hover {
	background: none;
	padding-left: 0px;
}

.news-list-morelink a {
	background: none;
	padding-left: 0px;
}

.news-list-morelink a:hover {
	background: none;
	padding-left: 0px;
}


.news-catmenu img {
	display: none;
}

.news-list-morelink {
	padding-top: 10px;
}

.news-single-img a {
	background: none;
	padding-left: 0px;
}

.news-single-img a:hover {
	background: none;
	padding-left: 0px;
}

.tx-ttnews-browsebox a {
	background: none;
	padding: 0 0 0 5px ;
}


.tx-ttnews-browsebox a:hover {
	background: none;
	padding: 0 0 0 5px;
}

.news-single-imgcaption {
	padding-top: 5px;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
}

.news-list-meta {
	font-family: Georgia;
	font-size: 11px;
}


/* slightbox */

#overlay {
	background-color: #657813;
}

#lbNumber {
	background:transparent none repeat scroll 0 0;
}

.tx-rgsmoothgallery-pi1 {
	border:10px solid #E3E8A7;
}

.rgsgcontent {

}


