@charset "utf-8";
/* CSS Document */



/* Tabellenlayout 1 */
table.contenttable-1 {
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
	width: 460px;
}

table.contenttable-1 td {
	border: 1px solid #DEDEDE;
	padding: 0.5em 0.3em;
	vertical-align: top;
}

table.contenttable-1 td.td-0 {
	width: 70px;
}

table.contenttable-1 td.td-1 {
	/* width: 400px; */
}

table.contenttable-1 td.td-2 {
	width: 100px;
}

table.contenttable-1 td.td-3 {
	width: 70px;
}

table.contenttable-1 .tr-0 td {
	background: #DEDEDE !important;
	color: #666;
	font-weight: bold;
}

table.contenttable-1 .tr-even td {
	background: #F2F2F2;
}




/* Tabellenlayout 2 */
table.contenttable-2 {
	border-collapse: collapse;
	border: 1px solid #8DBEBF;
	width: 460px;
}

table.contenttable-2 td {
	border: 1px solid #8DBEBF;
	padding: 0.3em 0.3em;
	vertical-align: top;
}

table.contenttable-2 td.td-1 {
	width: 70px;
}

table.contenttable-2 td.td-2 {
	width: 50px;
}

table.contenttable-2 .tr-0 td {
	background: #D3E8E9 !important;
	color: #666;
	font-weight: bold;
}


/* Tabellenlayout 3 */
table.contenttable-3 {
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
}

table.contenttable-3 td {
	border: 1px solid #DEDEDE;
	padding: 0.5em 0.3em;
	vertical-align: top;
}

table.contenttable-3 .tr-0 td {
	background: #DEDEDE !important;
	color: #666;
	font-weight: bold;
}

table.contenttable-3 .tr-even td {
	background: #F2F2F2;
}


/* css_styled_filelinks */
.filelinks {
	line-height: 1.5em;
	margin-bottom: 15px;
}

.filelinks .filelinks_description {
	background-image: none;
	line-height: 1.2em;	
	padding-left: 0;	
}

.filelinks .filelinks_spacer {
/*
	background-image: none;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 100px;
*/
	display: none;
}



/* sitemap */
ul.csc-menu-1, .tx_recentcontent_pi1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul.csc-menu-1 li, .tx_recentcontent_pi1 li {
		margin: 6px 0;
	}





/* images */
.csc-textpic {
	margin-left: 20px;
}


.csc-textpic-imagewrap img {
	border: 1px solid #DEDEDE !important;
}


/* tt_address */
table.tt_address_table {
	border: 1px solid #DEDEDE;
	border-collapse: collapse;
}


	.tt_address_table td {
		border: 1px solid #DEDEDE;
		padding: 4px;
		vertical-align: top;
	}



/* dirlist */
.dokpath
{
	display: none;
}	

#gruppenid {
	display: none;
}







/* text with image */
.csc-textpic {
	margin-left: 0 !important;
}



/* swissbib list on homepage */
ul.swissbib-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.swissbib-list  li {
	background: url(images/accept.png) top left no-repeat;
	color: #555;
	margin: 4px 0 7px 6px;
	padding-left: 18px;

}
