﻿.row
{
	height: 30px;
}

.label
{
	clear: left;
	float: left;
	width: 140px;
	padding-top: 4px;
}

.textbox
{
	float: left;
	width: 100px;
	margin-right: 20px;
}

.btSuchen
{
	float: left;
	font-weight: bold;
	padding-top: 4px;
}

.ResultContainer
{
	width: 421px; 
	height:108px;
	padding-top: 4px;
	clear: both;
	float: left;
	background-image: url(images/bgErgebnisDatieren.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.result
{
	padding-top: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #dd0b1a;
	text-align: center;
}

.error
{
	padding-left: 4px;
	padding-right: 10px;
	font-weight: bold;
	color: #dd0b1a;
	text-align: center;
}