﻿/*CSS Definitionen für Formulare*/

div.Formular
{
	margin-bottom: 10px;
}

fieldset.Formular
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	border: 1px solid #C6BEAD; 
	width: 99%;
}

fieldset.Formular legend
{
	font-weight: bold;
	color: #5A5552;
}



fieldset.FormularBB legend
{
	font-weight: bold;
	color: #5A5552;
}


/*FF*/
table.Formular
{
	width: 100%;
	padding: 0px;
	border: 0px solid #000000;
}

/*IE 6*/
*html table.Formular
{
}

/*IE 7*/
*+html table.Formular
{
}

table.Formular td
{
	padding: 2px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #5A5552;
}

table.Formular td.Besch
{
	width: 90px;
	text-align: right;

}

table.Formular td.BeschTop
{
	width: 90px;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;

}



table.Formular td.BeschFett
{
	width: 90px;
	text-align: right;
	font-weight:bold;

}

table.Formular td.Feld
{
	padding-left: 5px;
}


/*FF*/
div.FormularHead
{
		font-size: 10px;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		color: #5A5552;
		text-align:right;
		padding-right: 5px;
		font-style: italic;
}

/*IE 6*/
*html div.FormularHead
{
}

/*IE 7*/
*+html div.FormularHead
{
}


/*FF*/
div.FormularFooter
{
		font-size: 10px;
		font-family: Arial, Helvetica, Verdana, Sans-Serif;
		color: #5A5552;
		text-align:left;
		padding-right: 5px;
		font-style: italic;
		margin-top: 10px;
}

/*IE 6*/
*html div.FormularFooter
{
}


/*IE 7*/
*+html div.FormularFooter
{
}

div.FormularButtonFeld
{
	padding-left: 100px;
}


/*FF*/
div.FormularButton
{
}





/*IE 6*/
*html div.FormularButton
{
}

/*IE 7*/
*+html div.FormularButton
{
}

input
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}

select
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}

input.stdTextfeld
{
	width: 180px;
}

input.kleinesTextfeld
{
	width: 30px;
}

input.mittleresTextfeld
{
	width: 134px;
}

textarea.mehrzeiligesTextfeld
{
	height: 120px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	width: 180px;
}

.Fehlertext
{
	color: Red;
	font-size: 11px;
}

.Pfeil 
{
	font-size: 16px;
	font-weight: bold;
}


div.Formular
{
	margin-bottom: 10px;
}

select.ddlLaender
{
	width: 187px;
}

.Empfaenger
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
}

.BestAnrede
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	color: #5A5552;
}

.BestSpacer
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 6px !important;
}

.FormSpacer
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 1px !important;
}

.BestHeading
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #5A5552;
	font-weight:bold;
}

div.FormButton
{
	text-align: right;

}

.hint
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px !important;
	color: #5A5552;

}


/*Autocomplete*/

.ACcompletionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : #404040;
	border: 1px solid #C3C3C3;
	cursor : 'default';
	overflow : auto;
	height : 100px;
  text-align : left; 
  list-style-type : none;
}

.AChighlightedListItem
{
	background-color: #DFDFDF;
	color: #404040;
	padding: 1px;
}

.AClistItem 
{
	color : #404040;
	padding : 1px;
}




