/* Allgemeine Klassen */

fieldset
{
	border:0px solid #dddddd;
	margin-top: 10px;
	margin-bottom:20px;
	padding:5px 0px 5px 0px;
	display:block;
	clear:both;
}

legend /* Mozilla 1.5 myty Legend-Edit-Bug*/
{
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	color: black;
	margin-bottom: 10px;
}
    
.button
{
	border:  1px solid black;
	height:20px;
	background-color: #E0BD88;
	margin: 5px 10px 5px 0px;
}
.gobutton
{
	border: 1px solid black;
	height: 20px;
	color: black;
	background-color: #E0BD88;
	margin: 5px 10px 5px 0px;
}

.inputfield
{
	border: 1px solid black;
	border-color: #E0BD88;
	height: 16px;
	width: 250px;
	background-color: #F6F6F6;
	color: black;
	font-size: 10px;
	margin-top: 4px;
	float: left;
}

.error .inputfield
{
	border: 1px solid red;
	color: red;
}

.div-inputfield .form-label
{
	float: left;
	width: 155px;
	margin-top: 4px;	
	margin-right: 10px;
}


.error .errormsg
{
	margin-left: 165px;
	color: red;
	clear: both;
}

.listfield
{
	border: 1px solid black;
	border-color: #E0BD88;
	height: 16px;
	width: 100px;
	background-color: #F6F6F6;
	color: black;
	font-size: 10px;
	margin-top: 4px;
	float: left;
}

.div-listfield
{
	width: 500px;
}

.div-listfield .form-label
{
	float: left;
	width: 155px;
	margin-top: 4px;	
	margin-right: 10px;
}

.div-listfield select
{
	margin-top: 4px;
	margin-left: 0px;
	width: auto;
}

.div-listfield, .errormsg
{
	float: left;
	width: 500px;
}

.div-singlecheckbox .form-label
{
	float: left;
	margin-top: 4px;
	margin-left: 5px;
}

.div-singlecheckbox
{
	margin-top: 10px;
	width: 500px;
	float: left;
	clear: both;
	
}

.div-singlecheckbox input
{
	width: 20px;
	float: left;
}

.desc-fieldset
{
	padding-bottom: 10px;
	clear: both;
}

.div-inputfield
{
	clear:both;
}

.errormsg
{
	color: red;
	clear: both;
}

fieldset .errorsmsg
{
	padding-left: 120px;
}

.form-label /* Fixes Mozilla 1.5 myty Label-Edit-Bug*/ 
{
	width: 450px;
	margin-top: 8px;
	float: left;
}

.errortext
{
	color: red;
	font-size: 17px;
}

div.tyContentDynamic
{
	display: inline;
}

div.tyContent
{	
 border-top: dotted 1px yellow;border-bottom: dotted 1px yellow
}

div.tyContentGlobal
{
 border-top: dotted 1px red;border-bottom: dotted 1px red
}