
table.tabellenGitter {
	position: relative;
	padding: 0;
	margin: -1px 0 0 0;
	border: none;
	background: #fff;
	border-collapse: separate;
	-margin-right: -20px;
}

*html > table.tabellenGitter {
	position: relative;
	padding: 0;
	margin: 0 0 0 0;
	border: none;
	background: #fff;
	border-collapse: separate;
	-margin-right: -20px;
}

table.tabellenGitter th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 3px 3px 3px 5px;
	line-height: 14px;
	border-top: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	vertical-align: top;
	background: #bfbfbf url(../img/bg_th.gif) top left repeat-x;
	color:#333;
}


table.tabellenGitter tr.obergruppe th {
	color: #000;
	text-align: left;
	background: #bfcfdf url(../img/bg_th.gif) top left repeat-x !important;
}

table.tabellenGitter tr.obergruppe:hover th {
	background: #bfcfdf url(../img/bg_th.gif) top left repeat-x !important;
}

body table.tabellenGitter tr.nohover:hover th {
	background: #bfcfdf url(../img/bg_th.gif) top left repeat-x !important;
}

table.tabellenGitter th.aktiv {
    /*background: #bfbfbf none;*/
}

table.tabellenGitter th div.LabelTH { float: left; display: block;}
table.tabellenGitter th div.colLabel { width:100%; position: relative;}
table.tabellenGitter th div.sortTH { float:right; padding: 0;}
table.tabellenGitter th div.sortTH div { padding-bottom: 0;}

table.tabellenGitter td {
	font-size: 11px;
	padding: 2px 3px 2px 5px;
	line-height: 14px;
	border-left: solid 1px #e2e2e2;
	border-top: solid 1px #e2e2e2;
	vertical-align: middle;
}
table.tabellenGitter th.first,
table.tabellenGitter td.first {
	padding-left: 10px;
	border-left: none;
}

table.tabellenGitter tr {
	background: #fff; 
}
table.tabellenGitter tr.listeOdd {
	background: #fbfbfb; 
}

table.tabellenGitter tr th:hover {
	/*background: #bfbfbf;*/
}

table.tabellenGitter tr.trenner {
	background: #f0f0f0;
}

.tabellenHoover {
	background: #e2e2e2;
}

/* Button Abstand in einer Tabelle */
table.tabellenGitter td input {
	margin-top: 2px;
	margin-bottom: 3px;
}


table.tabellenGitter tr.oben {vertical-align: top;}
table.tabellenGitter th.rechtsb, td.rechtsb {text-align: right;}
table.tabellenGitter th.linksb, td.linksb {text-align: left;}
table.tabellenGitter th.mittig, td.mittig {	text-align: center;}

table.tabellenGitter td span.neuemission {
    white-space:nowrap;
    margin-left:3px;
}

table.tabellenGitter td span.neuemission img {
    vertical-align:bottom;
}

.linieOben {border-top: solid 1px #bfcfdf;}

/*Icon Container*/
div.iconTableCont{
	display: block;
	text-align: right;
	padding: 5px 2px 2px 2px;
}

div.iconCont {
	position: absolute;
	margin-top: 5px;
	right: 2px;
}

div.iconCont a{
	margin-right: 4px;
}

div.einspaltigCont table.tabellenGitter{
	border-collapse: separate;
	position: relative;
	margin-left: -1px;
}
div.einspaltigCont table.tabellenGitter td{
	border-left: 1px solid #bfcfdf;
}
div.einspaltigCont table.tabellenGitter th{
	border-top: none;
}

div.modulZweispaltig table.tabellenGitter {width: 359px;}
div.modulZweispaltig1 table.tabellenGitter {width: 483px;}
div.moduldreispaltig table.tabellenGitter {width: 234px;}



body div.modulZweispaltig table.tabellenGitter td,
body div.modulZweispaltig1 table.tabellenGitter td,
body div.modulDreispaltig table.tabellenGitter td{
    border:0;
    border-right: 1px solid #bfcfdf;
    border-bottom: 1px solid #bfcfdf;

}

body div.modulZweispaltig table.tabellenGitter td.first,
body div.modulZweispaltig1 table.tabellenGitter td.first,
body div.modulDreispaltig table.tabellenGitter td.first{
	border-left: 1px solid #bfcfdf !important;
}


table.tabellenGitter td.noborderLeft {  border-left: none !important;}
table.tabellenGitter td.noborderRight { border-right: none !important;}

/* Zeilenhoehenanpassung -  Downloadlinks mit icon */
table.tableDownload td {
	padding: 1px 3px 1px 5px;
}

table.tableUserAdmin td {
	border: none;
}
