/* Suchseite */
#msgs {
	width: 600px;
}

.suchbox {
	width: 600px;
}

table.suchbox > tbody > tr > td:first-child, table.suchbox > tbody > tr > td:first-child + td + td {
	width: 75px;
}

table.suchbox > tbody > tr > td:first-child +td {
	width: 180px;
}

#begriff {
	width: 450px;
}

#einrichtungen {
	width: 490px;
}

/* IE7 Bugfix */
button.ui-button {
	border: 0px;
}

/* IE9 Bugfix */
img.ui-datepicker-trigger {
	padding-right: 0px !important;
}

/* Trefferseite */

/* Abstände nach oben und unten entfernen */
div.datatableTreffer {
	margin-top: 0px;
	margin-bottom: 0px;	
}

/* Abstände der Tabellenüberschriften nach links und rechts reduzieren */
div.datatableTreffer th {
	padding: 4px;	
}

/* Hintergrund und Ränder von Kopf und Fußzeile entfernen */
div.datatableTreffer .ui-widget-header {
	background: none;
	border: none;
}

/* sonst gibt es Probleme mit Rändern im IE7 */
div.datatableTreffer table {	
	border-collapse: separate;
}

/* Ränder um jede Zeile innerhalb der Tabelle entfernen */
div.datatableTreffer.ui-datatable table td {
	border-width: 0px;
	border-style: hidden;
	padding: 1px;
}

/* Nach jedem Treffer eine Linie anzeigen */
div.datatableTreffer.ui-datatable > table > tbody > tr > td {
	border-bottom: 2px solid white;
	padding-bottom: 5px;
}

/* Ränder um jede Zelle innerhalb einer Tabellenzeile entfernen */
div.datatableTreffer table.treffer td {
	border-width: 0px;
	border-style: hidden;
	padding: 1px;
}

/* Hintergrund vom Footer entfernen */
div.datatableTreffer.ui-datatable > table tfoot td {
	border-top: 2px solid white;
	background: none;
	padding: 4px;
}

/* keine Ränder um den Paginator */
div.datatableTreffer div.ui-paginator-bottom {
	border-style: hidden;	
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

.printAll {
	font-weight: bold;
	text-align: right;	
	border-top: 2px solid white;
	padding-top: 5px;
	padding-right: 10px;
}

img {
	border: none;
}

table.treffer img {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

div.spalteLinks {
	float: left; 
	text-align: left;
	line-height: 20px;
}

div.spalteRechts {
	float: right; 
	text-align: right;
	line-height: 20px;
}

div.spalteLinks.header {
	padding-left: 8px;
}

div.spalteRechts.header {
	padding-right: 8px;
}

/* Footer mit Paginator formatieren */
div.spalteLinks.footer {
	line-height: 28px;
	width: 150px;
	padding-left: 3px;
}

div.spalteRechts.footer {
	width: 150px;
	padding-right: 3px;
}

div.spalteRechts.footer select {
	margin: 5px 0px 5px 0px;
}

select.comboboxRight {
	width: 160px;
}