/* Active Form Elements :font-sizes */
	.KT_tngtable input, .KT_tngtable select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	}

	.KT_tngtable textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Special items : error containers, field hints, required table cell  */
	.KT_field_error {
		color: #cc0000;
	}
	.KT_field_hint {
		color:#0000cc;
		font-size: 10px;
	}
	.KT_tngtable td.KT_required {
	}
	/* span containing the "*" for required field labels */
	.KT_tngtable label span.KT_required {
		padding: 0 2px;
		color: #cc0000;
		font-family: Courier New, Courier, monospace;
		font-weight: normal;
	}


/* The client-side error displaying */

	/* How the label should change on error */
	.form_validation_field_error_label {
		/* color:#cc0000; */
	}

	/* How the input's container (TD) should change on error */
	.form_validation_field_error_container {
		/* border: 2px solid black; */
	}

	/* How the input textfield should change on error */
	.form_validation_field_error_text {
		/* border:2px solid #cc0000; */
	}

	/* The actial error message style */
	.form_validation_field_error_error_message {
		color:#cc0000;
		font-weight: bold;
		clear:left;
	}
	form.form_validation_form_error table {
		border: 0px solid red;
	}

/* The server-side error displaying */
/* topmost error div */
#KT_tngerror {
	padding: 10px 10px 10px 40px;
	margin:5px;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #990000;
	background-color:#ffffff;
	background-image:url(../admin/iconen/error.gif);
	background-repeat:no-repeat;
	background-position:1% 50%;
	border: solid 1px #4F72B4;
}

/* trace container ( iniitally collapsed), and "Submit this to InterAKT... " area */
#KT_tngdeverror, #KT_tngtrace {
	padding: 5px 10px 5px 5px;
	margin:5px;
	border: solid 1px #4F72B4;
	color: #555555;
	background-color:#f2f2f2;
	font-family:Courier, monospace;
	font-size: 12px;
}
    #KT_tngdeverror a, #KT_tngdeverror a:visited, #KT_tngdeverror a:active, #KT_tngdeverror a:hover, 
    #KT_tngtrace a, #KT_tngtrace a:visited, #KT_tngtrace a:active, #KT_tngtrace a:hover {
		font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
        font-weight: bold;
		font-size: 14px;
        text-decoration: none;
        color: #555555;
	    padding: 0px 5px 0px 12px;
	    margin-right: 0px;
    }
    #KT_tngdeverror a:hover, 
	#KT_tngtrace a:hover {
		text-decoration: underline;
    }

	/* alignment and borders for the form submit buttons */
	#KT_tngdeverror #KT_needhelp {
		text-align: right;
	}

	#KT_tngdeverror label, #KT_tngtrace label {
		display: block;
		font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
		font-weight:bold;
	}

	#KT_tngtrace ul {
		padding-left:10px;
		margin-left:10px;
	}

	#KT_tngtrace_details {
		display: none;
	}

#KT_tngwarning {
	padding: 10px 10px 10px 50px;
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0000CC;
	font-size: 12px;
	border:1px solid blue;
	background-color:#E4FFFF;
	background-image:url(images/warning.gif) ;
	background-repeat:no-repeat;
	background-position:left;
}
.meldingdiv {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
