/*
	Titel:	Sites -> Kirchliches Verwaltungszentrum Itzehoe
	Type:	tt_news Extension
	Autor:	Andreas Frahm, Geargain
	Datum:	17.08.2009
*/



/* ======================================================================== */
/*  CLEARER */
/* ======================================================================== */

.news-list-item .clearer, .news-single-item .clearer {
	float: left;
	width: 100%;
	color: #DFDFDF;
	border-color: #DFDFDF;
	border-width: 1px 0 0 0;
	height: 1px;
	border-style: dotted;
	margin: 5px 0;
}



/* ======================================================================== */
/*  LIST NEWS */
/* ======================================================================== */

.news-list-container {
	width: 100%;
}


.news-list-item {
	border: 1px solid #878272;
	background-color: #FBFBFB;
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
	float: left;
	width: 508px;
	clear: both;
}

.news-list-headline {	
	background-color: #878272;
	margin: 0px -10px 15px -10px;
	padding: 0px 10px 0px 10px;
	line-height: 17px;
	border-bottom: 1px solid #878272;
	font-size: 14px;
}

#content .news-list-headline a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.news-list-date {
	float: right;
	color: #878272;
	width: 180px;
	line-height: 17px;
	height: 17px;
	text-align: right;
	margin-right: -10px;
	padding-right: 10px;
	font-size: 9px;
	font-weight: normal;
	background-color: #FFFFF9;
}

#content .news-list-morelink a {
	text-decoration: none;
	font-size: 9px;
	color: #FFF;
	background: url(../templates_images/bg_news_latest_more2.gif) no-repeat;
	width: 50px;
	line-height: 12px;
	height: 12px;	
	padding-left: 17px;
	margin: 8px 0px;
	padding-bottom: 8px;
	display: block;
	float: left;
}

.news-list-item img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin: 0px;
	border: 1px solid #E6EAF3;
	padding: 3px;
}

.news-list-item a:hover img {
	border: 1px solid #BFC9E2;
}

.news-list-category {	
	font-size: 9px;
	color: #AAAAAA;
	width: 100%;
	float: left;
}

.news-list-browse {
	text-align: center;
	float: left;
	width: 524px;
}



/* ======================================================================== */
/*  SINGLE NEWS */
/* ======================================================================== */

.news-single-item {
	border: 1px solid #878272;
	background-color: #FBFBFB;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
	float: left;
	width: 508px;
	clear: both;
}

.news-single-headline {
	background-color: #878272;
	margin: 0px -10px 15px -10px;
	padding: 0px 10px 0px 10px;
	line-height: 17px;
	border-bottom: 1px solid #878272;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.news-single-item h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
	padding: 0;
}

.news-single-timedata {
	float: right;
	color: #878272;
	width: 180px;
	line-height: 17px;
	height: 17px;
	text-align: right;
	margin-right: -10px;
	padding-right: 10px;
	font-size: 9px;
	font-weight: normal;
	background-color: #FFFFF9;
}

#content .news-single-backlink a {
	text-decoration: none;
	font-size: 9px;
	color: #FFF;
	background: url(../templates_images/bg_news_latest_more2.gif) no-repeat;
	width: 50px;
	line-height: 12px;
	height: 12px;	
	padding-left: 17px;
	padding-bottom: 8px;
	margin: 8px 0px;
	display: block;
	float: left;
}

.news-single-category, #content .news-single-author {
	font-size: 9px;
	color: #AAAAAA;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#content .news-single-author {
	margin-bottom: 15px;
}

#content .news-single-author a {
	font-size: 9px;
}

.news-single-additional-info {
	/*
	background-color: #FFF;
	margin-top: 15px;
	border: 1px solid #878272;
	padding: 3px;
	padding-bottom: 0px;
	*/
	float: left;
	width: 100%;
}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #878272;
	margin: 0px;
	margin-bottom: 8px;
	padding-bottom: 3px;
	background-color: #FFFFF9;
}

.news-single-files img {
	margin-right: 3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left: 20px;
}

.news-single-links DD p {
	margin: 0;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 10px;
	/* margin-left: 8px; */
	margin-bottom: 5px;
	width: 100%;
	background-color: #C5C5BF;
	text-indent: 6px;
	color: #FFF;
}

.news-single-img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 240px;
}

.news-single-img img {
	border: 1px solid #E6EAF3;
	padding: 3px;
}

.news-single-img a:hover img {
	border: 1px solid #BFC9E2;
}

.news-single-imgcaption {
	margin: 0;
	padding: 3px;
	font-size: 10px;
	width: inherit;
}

.news-single-img p {
}



/* ======================================================================== */
/*  LATEST NEWS */
/* ======================================================================== */

.news-latest-container {
	width: 179px;
	background-color: #FFF;
	margin-bottom: 25px;
}

.news-latest-hl {
	background: url(../templates_images/bg_box_right_hl.gif) no-repeat;
	height: 24px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
}

.news-latest-gotoarchive {
	width: 179px;
	height: 20px;
}

.news-latest-gotoarchive a {
	background: url(../templates_images/bg_box_right_archive.gif) no-repeat;
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-indent: 8px;
	line-height: 20px;
}

.news-latest-item {
	width: 163px;
	margin-left: 8px;
	font-size: 11px;
	margin-bottom: 10px;
}

.news-latest-date {
	font-size: 10px;
	color: #999;
}

.news-latest-headline {
	font-weight: bold;
	color: #1B3F94;
	margin-top: 1px;
	margin-bottom: 3px;
}

.news-latest-teasertext p {
	margin: 0;
	padding: 0;
}

.news-latest-category {
	font-size: 9px;
	color: #1B3F94;
	margin-bottom: 5px;
}

.hr-news-latest-gepunktet, .hr-news-latest-gestrichelt, .hr-news-latest-durchlaufend {
	width: 100%;
	color: #8D9FC9;
	border-color: #8D9FC9;
	border-width: 1px 0 0 0;
	padding: 0;
	margin: 0;
	height: 1px;
	line-height: 1px;
}

.hr-news-latest-gepunktet {
	border-style: dotted;
	margin: 5px 0;
}

.hr-news-latest-gestrichelt {
	border-style: dashed;
}

.hr-news-latest-durchlaufend {
	border-style: solid;
	margin-top: 10px;
}

.news-latest-more a, news-latest-more a:hover {
	text-decoration: none;
	font-size: 9px;
	color: #FFF;
	background: url(../templates_images/bg_news_latest_more2.gif) no-repeat;
	width: 50px;
	line-height: 12px;
	padding-left: 17px;
	display: block;
	margin-left: 110px;
}

.news-latest-item img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* ======================================================================== */
/*  SEARCH NEWS */
/* ======================================================================== */

.news-search-form {
	padding: 10px;
	border: 1px solid #878272;
	background-color: #FFFFF9;
	margin-bottom: 30px;
}
.news-search-emptyMsg{
	position: relative;
	left: -8px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	font-size: 11px;
	margin-left: 10px;
}
.news-search-form form {
	margin: 0px;
}

.news-search-form-submit input {
	border: 0px;
	font-size: 10px;
	color: #FFF;
	background: url(../templates_images/bg_searchbutton.gif) no-repeat;
	width: 70px;
	height: 17px;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 1px;
	margin-top: 2px;
	cursor: pointer;		
}

.tt_news_searchtext {
	color: #000;
	border-color: #94A2C2;
	background-color: #FFF;
	font-size: 10px;  
	width: 200px;
	line-height: 13px;
	height: 13px;
	background-image: url(../templates_images/bg_form.png);
	background-position: left top;
	background-repeat: repeat-x;
	vertical-align: bottom;
	margin-top: 2px;
}



/* ======================================================================== */
/*  PAGE BROWSER */
/* ======================================================================== */

.tx-ttnews-browsebox, .browseBoxWrap {
	border-top: 1px solid #000;
	width: 100%;
	padding: 3px;
}

.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: #FFCB04;
	border: 1px solid #000;
}

#content .tx-ttnews-browsebox a {
	color: #000;
	padding: 0 4px;
}

#content .tx-ttnews-browsebox a:hover {
	color: #CCC;
}

#content .tx-ttnews-browsebox-SCell a {
	color: #000;
}

#content .tx-ttnews-browsebox-SCell a:hover {
	color: #977802;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-bottom: 25px;
}

.news-amenu-container UL {
	border: 1px solid #9D9C7F;
	background-color: #FFFFF9;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
}

.news-amenu-container LI {
	padding-bottom: 1px;
	padding-left: 10px;
}

.news-amenu-item-year {
	font-weight: bold;
	border-left: 11px solid #8B8A6C;
	padding: 1px 10px 1px 10px;
	background-color: #9D9C7F;
	margin: 0px 0px 5px 0px;
	color:#FFFFFF;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}
