/* -------------- */
/* TABLE CSS FILE */
/* -------------- */


/* ---------------- */
/* TABLE DEFAULT    */
/* ---------------- */

.table-default {
	vertical-align: middle;
	padding-bottom: 10px;
	overflow: auto;
}

.table-default td {
	vertical-align: middle;
	padding-right: 20px;
	padding-top: 10px;
}

.table-default tr {
	vertical-align: middle;
}


/* --------------- */
/* TOP LINKS TABLE */
/* ON HOMEPAGE     */
/* --------------- */

.new-content-wrapper{
	overflow: auto;
/* 	padding-bottom: 15px; */
}

.new-content {
	margin-top: 15px;
	font-size: 11px;
}

.new-content table {
	width: 100%;
	border-collapse: collapse;
} 

* html .new-content table {
	width: 99%; /* IE 6 BUG? */
	border-collapse: collapse;
} 

.new-content table tr td {
	border-left: 0px solid white;
	border-right: 0px solid white;
	padding-bottom: 4px;
	border-top: 1px dotted #CFCFCF;
} 

.new-content table tr td a {
	color: #105CB6;
}

.new-content table tr td a:hover {
	color: black;
}

.new-content table tr:hover td {
	background-color: lightyellow;
	color: black;
} 	

.new-content table .date-element {
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	width: 60px;
} 

/* LI Table Links */

.new-content ul {
	list-style-type: none;
} 

.new-content li {
    font-size: 11px;
    font-weight: bold;
}

.new-content li a { 
	display:block;
	color: #105CB6;	
	text-decoration: none;
	min-height: 10px;  	 /* IE 7 TRICK */
	padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 4px;
}

.new-content li a:hover {
    color: black;
    background-color: #ffffcc;
}

* html .new-content li a:hover {
	background-color: #ffffcc;
	text-decoration: none;
    color: black;
}

/* ---------------- */
/* TABLE REGISTER    */
/* ---------------- */

.table-register {
	padding-bottom: 15px;
	padding-top: 10px;
}

.table-register td {
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 5px;
}

.table-register tr {
/* 	vertical-align: middle; */
}


.table-register-new-member {
	padding-bottom: 15px;
	width: 99%;
}

.table-register-new-member td {
	vertical-align: middle;
	padding-right: 10px;
}

/* -------------- */
/* overview-table */
/* -------------- */

.overview-table-wrapper {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
 	color: #333333;
	margin-bottom: 10px;
}


* html .overview-table-wrapper {
	font-size: small;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 0;
	border-right: 0;
}

.overview-table-wrapper a {
	font-weight: normal;
	color: #105CB6;
}

.overview-table-wrapper a:hover {
	font-weight: normal;
	color: #105CB6;
}

/* 
border-collapse: die Art, wie Einzelrahmen benachbarter Tabellenzellen reagieren:
separate = Zellenrahmen fallen nicht zusammen (Ausgangswert seit CSS 2.1).
collapse = Zellenrahmen fallen zusammen (Ausgangswert in CSS2).
*/

.overview-table-wrapper table {
	width: 100%;
	border-collapse: collapse; 
 	table-layout:fixed; /* Breitenangaben haben Vorrang vor dem Zelleninhalt */ 
	overflow: auto; 
	word-wrap: break-word;
}

* html .overview-table-wrapper table {
	width: auto !important;
	font-size: 11px;
}

.overview-table-wrapper td {
/* 	line-height: 20px; */
	padding-top: 4px;
	padding-bottom: 4px;
	border-style:none;
	background-color: #F1F5FA;
}

.overview-table-wrapper table .grid {
	background-color: white;
}

.overview-table-wrapper table .grid-article {
	background-color: #e9f2df;
}

.overview-table-wrapper table .grid-comment {
	background-color: white;
}

.overview-table-wrapper table .grid-link {
	background-color: #f1f5fa;
}

.overview-table-wrapper table .first {
	padding-left: 4px;
}

.overview-table-wrapper table .last {
	padding-right: 4px;
}

.overview-table-wrapper table .title {
	background-color: white;
	border-bottom: 1px solid #93AFCB;
	color: #93AFCB;
	font-weight: bold;
	vertical-align: bottom;
} 

.overview-table-wrapper table .title a {
	font-weight: bolder;
}

.overview-table-wrapper table tr:hover .title {
	background-color: white;
} 

.overview-table-wrapper table tr:hover td {
	background-color: lightyellow;
} 	

.overview-page-index {
	border: 1px solid #93AFCB;
	background-color: #1B5790;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

.overview-table-wrapper table .info {
	background-color: white;
} 
.overview-table-wrapper table tr:hover .info {
	background-color: white;
} 

/* ---------------- */
/* DIRECTORY TABLES */
/* ---------------- */

.directory-table-wrapper {
	/*
	border-left: 2px solid #efefef;
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
*/
	margin-bottom: 15px;
}


.overview-category-table-wrapper table {
	width: 100%;
	border-collapse: collapse; 
 	table-layout:fixed; /* Breitenangaben haben Vorrang vor dem Zelleninhalt */ 
	overflow: auto; 
	word-wrap:break-word;
	font-size: 11px;
}

* html .overview-category-table-wrapper table {
	width: auto !important;
	font-size: 10px;
}

.overview-category-table-wrapper td {
/* 	padding-top: 4px; */
/* 	padding-bottom: 4px; */
	padding-left: 6px;
	padding-right: 6px;
	border-style:none;
/* 	background-color: #F1F5FA; */
}

* html .overview-category-table-wrapper td {
	padding-top: 4px; 
 	padding-bottom: 4px;

}

.overview-category-table-wrapper a {
/* 	background-image: url(/_images/main/folder_1.gif); */
/* 	background-image: url(/_images/main/folder_1.gif); */
/* 	background-repeat: no-repeat; */
/* 	background-position: 0px; */
/* 	background:url(/_images/icons/silk/table_multiple.gif) no-repeat 0 40%; */

 	background:url(/_images/icons/silk/folder.gif) no-repeat 0 40%; 
	padding-left:20px;
	padding-top: 4px; 
 	padding-bottom: 4px;
	display: block;
	font-weight: bold;
	color: #1B5790;
}

* html .overview-category-table-wrapper a {
	padding-bottom: 1px;
	padding-top: 1px;
	background-position: 0px top;
}

.overview-category-table-wrapper a:hover {
	text-decoration: none;
	
}

.overview-category-table-wrapper td:hover { 
	background-color: lightyellow;
}

.overview-category-table-wrapper td.selected {
	background-color: lightyellow;
}

.overview-category-table-wrapper td.selected:hover {
	background-color: lightyellow;
}

/* ------------ */
/* PAGE INDEXER */
/* ------------ */

.overview-table-page-wrapper {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 14px;
	text-align: center;
}

/* -------- */
/* DIRECORY */
/* -------- */

.directory-overview-table-wrapper {
/* 	padding-left: 6px; */
/* 	padding-right: 6px; */
/* 	padding-top: 10px; */
	padding-bottom: 10px;
	font-size: 11px;
 	color: #333333;
	margin-bottom: 10px;
}


* html .directory-overview-table-wrapper {
	font-size: small;
	padding: 0px;
	border: 0;
}

.directory-overview-table-wrapper table {
	width: 100%;
/* 	border-collapse: collapse;  */
 	table-layout:fixed; /* Breitenangaben haben Vorrang vor dem Zelleninhalt */ 
	overflow: auto; 
	word-wrap: break-word;
	border-collapse: collapse;
}

* html .directory-overview-table-wrapper table {
	width: auto !important;
	font-size: 11px;
}

.directory-overview-table-wrapper td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-style:none;
}


.directory-overview-table-wrapper a {
	font-weight: normal;
	color: #105CB6;
}

.directory-overview-table-wrapper a:hover {
	font-weight: normal;
	color: #105CB6;
}

.directory-overview-table-wrapper table .title {
	background-color: white;
	border-bottom: 1px solid #D2DCF3;
	color: #93AFCB;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 10px;
	padding-bottom: 5px;
} 

.directory-overview-table-wrapper table .title a {
	font-weight: bolder;
}

.directory-overview-table-wrapper table tr:hover .title {
	background-color: white;
} 

.directory-overview-table-wrapper table tr:hover td {
	background-color: lightyellow;
} 	

.directory-overview-table-wrapper table .row1-c1 { border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:center; border-left:1px solid #D2DCF3; height: 40px; } 
.directory-overview-table-wrapper table .row1-c2 { background-color:#D2DCF3; border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:left; color: black; font-size: 14px; padding:10px; }
.directory-overview-table-wrapper table .row1-c3 { background-color:#D2DCF3; border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:left; padding:4px; }
.directory-overview-table-wrapper table .row1-c4 { background-color:#B1CDE7; border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:center; padding:5px; }
.directory-overview-table-wrapper table .row1-c5 { background-color:#D2DCF3; border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:center; padding:5px; }
.directory-overview-table-wrapper table .row1-c6 { background-color:#B1CDE7; border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:left; padding:5px; }

.directory-overview-table-wrapper table .row2-c1 { border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:center; height: 40px; color:#ffffff; }
.directory-overview-table-wrapper table .row2-c2 { border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:left; padding:10px; font-size:14px; }
.directory-overview-table-wrapper table .row2-c3 { border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:left; padding:5px; }
.directory-overview-table-wrapper table .row2-c4 { border-bottom:1px solid #D2DCF3; background-color: #EAF0F5; vertical-align: middle; text-align:center; padding:5px; }
.directory-overview-table-wrapper table .row2-c5 { border-bottom:1px solid #D2DCF3; vertical-align: middle; text-align:middle; text-align:center; padding:5px; }
.directory-overview-table-wrapper table .row2-c6 { border-bottom:1px solid #D2DCF3; background-color: #EAF0F5; vertical-align: middle; text-align:left; padding:5px;}


/* ------------- */
/* DIRECORY INFO */
/* ------------- */

.directory-info-table-wrapper {
	font-size: 11px;
 	color: #333333;
}

* html .directory-info-table-wrapper {
	font-size: small;
	padding: 0px;
	border: 0;
}

.directory-info-table-wrapper table {
	width: 100%;
/* 	border-collapse: collapse;  */
 	table-layout:fixed; /* Breitenangaben haben Vorrang vor dem Zelleninhalt */ 
	overflow: auto; 
	word-wrap: break-word;
	border-collapse: collapse;
}

* html .directory-info-table-wrapper table {
	width: auto !important;
	font-size: 11px;
}

.directory-info-table-wrapper td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-style:none;
}


.directory-info-table-wrapper a {
	font-weight: normal;
	color: #105CB6;
}