﻿h1
{
	color: Red;
}

table.items
{
	display: table;
	table-layout: fixed;
	margin-top: 1em;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	border-collapse: collapse;
	border: Solid 1px Gray;
}

th
{
	text-align: left;
}

#pager
{
	margin-bottom: 1em;
}

table.items td, table.items th
{
	padding: 5px;
}


.firma
{
	width: 200px;
	overflow: hidden;
}

.sitz
{
	width: 200px;
	overflow: hidden;
}

.rnr
{
	width: 200px;
	overflow: hidden;
}

.lastCheck
{
	width: 65px;
	overflow: hidden;
}

.controls
{
	width: 36px;
	overflow: hidden;
}

table.items th
{
	font-weight: normal;	
	background-color: Silver;
	text-align: left;
	vertical-align:bottom;
}

.item
{
	background-color: White;
}

.aitem
{
	background-color: Silver;
}

.items input
{
	width: 99%;
}

.controls input
{
	width: auto;
}