/* allgemeingültige Einstellung übernehmen */
@import "standard.css";

/* Suchkriterien */
#content .searchcol2, .searchcol4
{
	width: 8em;
}

#content .buttoncol
{
	width: 7em;
	text-align: center;
}

#content select
{
	width: 7em;
}

#content .button
{
	width: 6em;
	background-color: #BBCCFF;
	color: #000088;
/*	border-color: #000088;*/
	border-width: 3px;
}

#content .label
{
	width: 5em;
	text-align: right;
	vertical-align: middle;
}

/* Suchergebnisse */
#content .col2			/* bezieht auf die Klasse */
{
	width: 4em;
}

#content .col3
{
	min-width: 4em;
}

