body {
	margin:0px 0px 0px 0px;
	overflow:auto;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif; 
	background-image:url('/custom/images/background-body.gif');
	background-repeat:repeat-y;
	font-size:12px;
}
table {
	font-size:12px;

}
div.Header{
	height:150px;
	background-image:url('/custom/images/head-back.jpg');
	background-position:top right ;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
		

}
div.HeaderNav{
	position:absolute;
	top:0px;
	right:0px;
	padding-top:15px;
	padding-right:190px;
}
a.HeaderNav {
	color:#FFFFFF;
	text-decoration:none;
}
a {
	text-decoration:none;
}
div.Logo{
	height:150px;
	float:left;
	width:240px;
	background-image:url('/custom/images/h1.jpg');
	background-position:top right ;
	background-repeat:repear-x;
}
div.Middle {
	background-color:#333333;
	clear:both;
	height:24px;
	border-top:thin #CCCCCC solid;
	border-bottom:thin #CCCCCC solid;
	
}
div.Navigation{
	float:left;
	width:242px;

}

div.Content{
	padding-top:16px;
	float:left;

}
.Clear {
	clear:both; 
}
.Space {
	clear:both;
	height:5px;
}
LABEL {
	float: left;
	width: 140px;
	padding: 5px 0px 0px 0px;
	margin-bottom:10px;
	font-weight:bold;
}

FORM DIV.Field {
	float:left;
	
}
FORM INPUT.Field, FORM TEXTAREA.Field, FORM SELECT.Field  {
		width: 350px;
	}
INPUT.FieldDISABLED  {
		width: 350px;	
		background-color:#ebebeb;
	}
INPUT.FieldPLZ  {
		width: 40px;	
	}
INPUT.FieldOrt  {
		width: 300px;	
		margin-left:10px;
	}

INPUT.DateSmall {
	width:30px;
	height:22px;
	margin-right:5px;
	padding:3px;
	border:solid 1px #cccccc; 
}
SELECT.FieldSelect {
	border:solid 1px #cccccc; 
	height:22px;
	width:350px;
}
INPUT.DateMedium {
	width:60px;
	height:22px;
	margin-right:5px;
	padding:3px;
	border:solid 1px #cccccc;
	
}

Select.Small {
	width:60px;
}

Input.FieldSM{
	width:20px;
}
FORM INPUT.Radio{
		width: 18px;
		
	}

	FORM SELECT.Field  {
		width: 323px;
	}
	FORM INPUT.SmallField, FORM TEXTAREA.SmallField, FORM SELECT.SmallField  {
		width: 264px;
		float: left;
	}
	
	
FORM DIV.Wide .Field {
	width: 50px;

}

FORM DIV.Wide LABEL {
	width: 295px;
}

LABEL.Code {
	width: 60px;
}
h1 {
	font-size:16px;
}
h3 {
	font-size:13px;
}
div.Form {
	border:solid 1px #cccccc;
	padding:10px;
	overflow:visible;	
}

div.infoImage {
 float:left;
 padding-right:10px;
}

div.Notify {
	padding:11px;
	color:#333333; 
	font-weight:normal;
	
}

div.infoHolder{
	border: dashed 1px #cccccc;
	width:608px;
	margin-bottom:9px;
	padding:10px;
	background-color:#EBEBEB;

}

div.SendButton{
	float:none;
}

input.SendButton { 
	margin-top:10px;
	float:right;
}

div.errmsg {
	color:#993300;
	
}

div.InfoYellow {
	border:dashed 1px #cccccc;
	padding:10px;
	background-color:#FFFFCC;
	
}

LABEL.Text {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
}
th {
	text-align:left;
	background-color:#BBDDFF
}

div.PersonDelimiter {
	background-color:#DFDFDF;
	padding:6px;
	border: solid 1px #666666;
	margin-bottom:8px; 
}
div.Starter {
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	padding:6px;
	margin-bottom:9px;
}