/* EINSTELLUNG FÜR LIST-ANSICHT */

TABLE#news_list {
	width:100%;
}

TABLE#news_list TD#list_image {
	vertical-align:top;
}


TABLE#news_list TD#list_inhalt {
	text-align:left;
	width:100%;
	vertical-align:top;
	padding-left:10px;
	/* Font Size gibt nicht die Schriftgrösse an, sondern den Abstand vom Titel zum Kurzbeschrieb */
	/*font-size:1px;*/
}

TABLE#news_list TD#list_inhalt A {
	text-decoration:underline;
}

TABLE#news_list TD#list_inhalt A:hover {
	/*color:#999999;*/
	text-decoration:none;
}

/* EINSTELLUNG FÜR SINGLE-ANSICHT */

TABLE#news_single {
	width:100%;
}

TABLE#news_single TD#single_inhalt {
	vertical-align:top;
}

TABLE#news_single TD#single_image {
	vertical-align:top;
	text-align:right;
}
TABLE#news_single TD#FilesLink DIV#Link A {
	padding-left:12px;
	background-image:url(http://www.holzbauing.ch/fileadmin/user_upload/icons/pfeil_news.gif);
	background-repeat:no-repeat;
}

/* EINSTELLUNG FÜR NEWS-ARCHIV LIST ANSICHT */

TABLE#news_list TD#archiv_inhalt {
	text-align:left;
	width:100%;
	vertical-align:top;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	padding-bottom:6px;
	padding-top:6px;
}

TABLE#news_list TD#archiv_inhalt A {
	text-decoration:underline;
}
TABLE#news_list TD#archiv_inhalt A:hover {
	text-decoration:none;
}

/* Slideshow */
Div#first, Div#last, Div#prev, Div#next A {
padding-left:10px;
	/*background-image:url(http://www.holzbauing.ch/fileadmin/user_upload/icons/pfeil_news.gif);*/
	background-repeat:no-repeat;
	width:40px;
}

/* Serach index */
div.tx-indexedsearch-searchbox A {
	padding-left:12px;
	background-image:url(http://www.holzbauing.ch/fileadmin/user_upload/icons/pfeil_news.gif);
	background-repeat:no-repeat;
}
