/**************************  Tabellendefinition  ******************************/

table {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	width: 100%;
	font-size: 10pt;
	line-height: 16px;
	text-align: left;
	
}


table a {
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid;
}

table a:hover {
	font-weight: normal;
	text-decoration: none;
}

table thead tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#3c4f5e;
}

table thead tr th {
	border-bottom: 1px;
	border-bottom-color: #3c4f5e;
	border-bottom-style: solid;
	color:#3c4f5e;
}

a.sortierbar,
a:hover.sortierbar {
	border-bottom: 1px;
	border-bottom-color: #3c4f5e;
	border-bottom-style: solid;
	color:#3c4f5e;
	text-decoration: none;
	font-weight: bold; 
}

tr.zeile1 {
	background-color:#d6dadc;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height:20px;
	
}
td img {
	width: 20px;
	height: 20px;
	
}
td a {
	text-decoration: none;
	border: none;
}

td#weiter {
	text-align:right;
}
td#zurueck {
	text-align:left;	
}
td#weiter a,
td#zurueck a,
td#mitte a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #3c4f5e;
	text-decoration: none;
}
td#weiter a:hover, 
td#weiter a:active,
td#zurueck a:hover, 
td#zurueck a:active,
td#mitte a:hover, 
td#mitte a:active {
	text-decoration: underline;
}

/*************************** Aktionsleiste ***************************/
table#ivr_aktionsleiste {
	width: 100%;
}
table#ivr_aktionsleiste tbody tr td.buttonRechts{
	text-align: right;
	padding-right: 7em;
}

/************************* Artikelarchiv *************************/
table a.thickbox:hover {
	color:#3C4F5E;
	font-weight:bold;
}
