BODY, .ComboBox
{
	background-color: red;
}

.Button
{
	height: 24px;
}

.Caption
{
	font-size: medium;
}

.CheckBox
{
	font-family: Verdana, Arial;
	font-size: 10px;
	height: 16px;
}

.ComboBox
{
	height: 16px;
	width: 141px;
}

.Label
{
	height: 16px;
	width: 100px;
}

.NavigationButton, .NavigationButtonActive
{
	height: 24px;
	width: 160px;
	position: absolute;
}

.TextBox
{
	border: solid 1px #E0E0E0;
	height: 16px;
	width: 140px;
}

.Validator
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: Yellow;
	border-color: Red;
	border-style: solid;
	border-width: 1px;
	height: 16px;
}

.Button, .Caption, .ComboBox, .DataGrid, .Label, .NavigationButton, .NavigationButtonActive, .TextBox
{
	font-family: Verdana, Arial;
}

.Button, .NavigationButton, .NavigationButtonActive
{
	font-size: xx-small;
}

.Caption, .Table, .TextBox
{
	background-color: Transparent;
}

.Caption
{
	font-size: medium;
}

.ComboBox, .DataGrid, .Label, .Table, .TextBox
{
	font-size: 10px;
}

.Label
{
	background-color: #E0E0E0;
}

.LabelStart
{
	background-color:Beige;
	font-family:Verdana;
	font-size: large;
	text-align:center;
	vertical-align:middle; 
	text-decoration:none;
}

.LabelWarnung
{
	border-left : Black 1px solid; 
	BORDER-TOP: Black 1px solid; 
	background-color: Red;
	color: Yellow;
	font-weight: bold; 
	line-height: 16pt;
	text-align: center;
	text-decoration: none;
	border-right: Black 1px solid; 
	border-bottom: Black 1px solid;
}

.NavigationButton
{
	border-left : Darkgray 1px solid; 
	BORDER-TOP: Darkgray 1px solid; 
	background-color: DarkRed;
	color: Yellow;
	font-weight: bold; 
	font-size: xx-small;
	line-height: 16pt;
	text-align: center;
	text-decoration: none;
	border-right: Darkgray 1px solid; 
	border-bottom: Darkgray 1px solid;
}

.NavigationButtonActive
{
	border-left: Darkgray 1px solid; 
	BORDER-TOP: Darkgray 1px solid; 
	background-color: Yellow;
	color: DarkRed;
	font-weight: bold; 
	line-height: 16pt;
	text-align: center;
	text-decoration: none;
	border-right: Darkgray 1px solid; 
	border-bottom: Darkgray 1px solid;
}

.NavigationButtonActive:hover
{
	border-left: Darkgray 1px solid; 
	BORDER-TOP: Darkgray 1px solid; 
	background-color: DarkGray;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#C7D4F7, EndColorStr=#FFFFFF); 
	color: Black;
	font-weight: bold; 
	line-height: 16pt;
	text-align: center;
	text-decoration: none;
	border-right: Darkgray 1px solid; 
	border-bottom: Darkgray 1px solid;
}

.NavigationButton:hover
{
	border-left: #215dc6 1px solid; 
	BORDER-TOP: #215dc6 1px solid; 
	BACKGROUND-COLOR: #e6e6e6;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#C7D4F7, EndColorStr=#FFFFFF); 
	COLOR: Black; 
	font-weight: bold; 
	line-height: 16pt;
	text-align: center;
	text-decoration: none;
	BORDER-BOTTOM: #215dc6 1px solid; 
	border-right : #215dc6 1px solid; 
}
