/******************************************/
/* Basiseinstellungen
/******************************************/ 
form{
	padding:0;
	margin:0;
}

input, 
textarea
{
	border:0px solid #1C416C;
	background-color:#fff;
	vertical-align:middle;
	margin:0;
	font-size:100%;
}

input.noBorder {border:0px;}

input#thisyearAlle,
input#thisyear2003,
input.noBorderPortfolio {
  border:0px;
  background-color:transparent;
  cursor:pointer;
  padding:1px;
  vertical-align:middle;
}

select.selectPortfolio{
	vertical-align:middle;
	padding:1px;
	cursor:pointer;
	font-size:80%;
}

fieldset{
	border:none;
	margin:0;
	padding:5px 5px 3px 5px;
	background-color:#eaeed4;
}
*+html fieldset{padding:5px 5px 5px 0;}

* html fieldset{padding:5px 5px 5px 0;}

legend{
	margin:0; 
	padding:20px 0 0 0;
	font-weight:bold;
}

*+html legend{padding:0;}

* html legend{padding:0;}

input.submit,
input.submitUmsaetze,
input.buttonSubmit{
	background-color:#b5c269;
	background-image:URL('/cachepics/button_rounded_rightBottom.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding:1px;
	cursor:pointer;
}
input.submitUmsaetze{ 
	background-image:URL('/cachepics/legend_rounded_emission_rightBottom.gif');
}
input.buttonSubmit {margin:10px 0 0 0;padding:1px;}

input.fm_text{width: 180px;}

div.errorMessage {
	color:#b30000;
	margin:0 0 10px 0;
	font-weight:bold;
}

/* Special Anpassungen */

div.boxImportantPortfolio fieldset{
	background-color:#ebedf3;
}

div.boxImportantPortfolio input.submitUmsaetze{
	background-color: #5c7f92;
	color:#FFF;
	background-image:URL('/cachepics/menu_rounded_rightBottomBlue.gif');
}

/******************************************/
/* Formulare
/******************************************/

div.formDesign{
	border:0px solid #274B68;
	background-color:#eaeed4;
	margin: 0 15px 0 0;
	padding:0 0 10px 4px;
}

div.formDesign h2,
legend{
	border:0;
	font-weight:bold;
	background-color:#b5c269;
	margin:0 -4px 3px -4px;
	padding:1px 0 2px 4px;
	width:100%;
	background-image:URL('/cachepics/legend_rounded_emission_rightBottom.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#fff;
	font-size:100%;
}


/******************************************/
/* Generierte Formulare Positionierung
/******************************************/ 
div.formNameValuePairError,
div.formNameValuePair
{
	display:block;
	clear:both;
}

div.formName{
	float:left;
	width:130px;
	clear:both;
	padding:2px;
	font-weight:bold;
}

div.formValue{
	padding:2px;
	margin-left:132px;
}

div.formValue input{
	/*float:left;*/
}

div.formValue p{margin: 0 6px 10px 0;}

* html div.formValue p.formDesc{
	margin: -10px 0 0 -133px;
}

div.formCheckBox input{
  border:0;
  margin-right:10px;
  background-color:#eaeed4;
}

p.formWarning,
div.formNameValuePairError div.formName {
	color:#C81400;
}

p.formDesc{
	color:#000;
	float:left;
}

*html p.formDesc{
	color:#000;
	float:left;
	padding:8px;
	padding-left:135px;
}

div.loginForm{
	background-color:#eaeed4;
	padding:0px 2px 10px 5px;
}

input.loginInputStyle{border:0px solid #fff;}

div.loginForm div.inputWrapper{
	float:left;
	font-weight:bold;
	padding-right:4px;
	width:100px;
}

h2.loginFormHeader{
	background-color:#b5c269;
	font-size:102%;
	padding:1px 2px 1px 5px;
	margin:0 -2px 0 -5px;
	background-image:URL('/cachepics/legend_rounded_emission_rightBottom.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#fff;
}

div.loginFormLight{
	background-color:#eaeed4;
	padding:0px 2px 10px 5px;
}

/******************************************/
/* Formulare
/******************************************/
div#content p {
	margin-bottom:10px;
}

div.dm {padding:5px 0 0 0;}

div.dm div.formInput textarea {
	width:100%;
	padding:2px;
	height:100px;
}

div.dm label {
	float:left;
	clear:both;
	font-weight:bold;
	padding:0 0 0 2px;
	width:30%;
}

div.dm div.formInput {
	margin:0 0 0 5px;
	padding:2px;
	float:left;
	width:45%;
}

div.dm div.formInput input.fm_input {padding:2px;}
*+ html div.dm div.formInput input.fm_input {margin-left:5px;}
div.dm div.formInput input.fm_button {padding:1px;}

div.dm div.formInput input.fm_radio {
	float:left;
	clear:both;
	margin:2px 0 5px 0;
	background-color:#eaeed4;
}
*+ html div.dm div.formInput input.fm_radio{margin:0;}

div.dm div.formInput label.fm_radiolabel {
	margin:0 0 0 30px;
	width:50%;
	clear:none;
}
*+html div.dm div.formInput label.fm_radiolabel {margin:0 0 5px 30px;}

div.dm div.formInput fieldset {margin:0;padding:2px;}

div.dm div.formDescription {
	margin:0 5px 5px 5px;
	width:20%;
	float:right;
}
