form
{
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}

form br
{
	clear: left;
	float: left;
	padding: 0px;
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

input, textarea, select
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


fieldset
{
	display: block;
	width: 770px;
	overflow-x: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
}

fieldset .text-einleitung
{
	float: left;
	margin-bottom: 15px;
	width: 90%;
}


legend
{
	background-color: #E0E0E0;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #666666;
	color: #000000;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
}

label
{
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-weight: bold;
	float: left;
	height: 17px;
	width: 150px;
}

.label-text
{
	float: left;
	height: 17px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 3px;
}


input, textarea
{
	background-color: #F0F0F0;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #666666;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

input:focus
{
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #0099CC;
}

textarea
{
	clear: right;
}


.submitbutton
{
	background-color: #c90039;
	width: auto;
	height: 20px;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
	border: 1px solid #000;
	padding-top: 1px;
	cursor: pointer;
	overflow: visible;
}

.submitbutton:hover
{
	background-color: #FFF;
	color: #000;
	border-color: #c90039;
}


form .input-markiert
{
	border: 1px solid #FF0000;
}

form .hidden
{
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form .checkbox
{
	height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	border-style: none;
}

select
{
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #F0F0F0;
	border: 1px solid #666666;
	padding: 1px;
}

select option
{
	text-indent: 2px;
}


.image-button
{
	margin-bottom: 3px;
	cursor: pointer;
}

#tbxAbfangwert
{
	visibility: hidden;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
