﻿
.webForm{border:1px solid #80909F;font-family: Verdana, Arial, Helvetica, sans-serif;border:0px solid red;}

.pageTitle{border-bottom:1px solid #80909F;width:100%;padding-top:10px;padding-bottom:10px;margin-bottom:10px;letter-spacing:2px;font-size: 175%;font-weight:bold;text-align: center;color: #80909F;}

.fieldset{padding-left:5px;border: 1px solid #80909F;padding-right:5px;}
fieldset p{margin-bottom:5px; margin-right:5px;}
.legend{line-height:25px;padding-left:5px;padding-right:5px;letter-spacing:2px; font-size: 175%;font-weight:bold; color:#80909F;}

.pageStatus{margin-top:20px;margin-bottom:10px;padding-left:5px;font-size: 100%;font-weight:bold;text-align: left;}
.pageStatusOK{color:#00A000;}
.pageStatusERROR{color:#CC0000;}
.pageStatusWARNING{color:#A0A000;}



p.button
{
	padding-left:5px;
	padding-right:5px;
	padding-top:20px;
	border:0px solid red;
	margin-top:20px;
	text-align:center; 
}



fieldset input{padding-top:1px;padding-bottom:1px;border-right: 1px solid #295A7B;border-bottom: 1px solid #295A7B;border-left: 1px solid #80909f;border-top: 1px solid #80909f;font-weight: normal;font-size: 12px;width: 120px;font-family: Verdana, Arial, sans-serif;}

.label{padding-left:5px;clear: both; float: left; width: 200px;}

.fieldOptional{border-right: 1px solid #295A7B;border-bottom: 1px solid #295A7B;border-left: 1px solid #80909f;border-top: 1px solid #80909f;width:200px;}
.fieldOptionalHover{border-right: 1px solid #295A7B;border-bottom: 1px solid #295A7B;border-left: 1px solid #80909f;border-top: 1px solid #80909f;background-color:#F5EFD5;width:200px;}

.fieldRequire{border-right: 1px solid #84371B;border-bottom: 1px solid #84371B;border-left: 1px solid #80909f;border-top: 1px solid #80909f;width:200px;}
.fieldRequireHover{border-right: 1px solid #84371B;border-bottom: 1px solid #84371B;border-left: 1px solid #80909f;border-top: 1px solid #80909f;background-color: #FFADAD;width:200px;}

/* nur für moderne Browser */

.fieldOptional[type="text"]:hover{background-color:#F5EFD5;}
.fieldRequire[type="text"]:hover{ background-color:#FFADAD;}
.buttonImportant[type="submit"]:hover, .buttonImportant[type="reset"]:hover{background-color: #FFADAD;width:120px;}
.buttonNormal[type="submit"]:hover, .buttonNormal[type="reset"]:hover{background-color: #F5EFD5;width:120px;}

