#id_div_portfolio_angaben01 input {width:100%}			/*volle breite des inputfelds, begrenzt durch umgebendes Div kein size*/
#id_div_portfolio_angaben02 input {width:100%}			/*volle breite des inputfelds, begrenzt durch umgebendes Div kein size*/
@media only screen and (max-width: 800px){
  #id_container_portfolio{min-width:800px;width:95%;}
  #id_div_portfolio_angaben01{float:none;width:100%;font-size:2rem;}
  #id_div_portfolio_angaben02{float:none;width:100%;padding-top:10px}
  #drucken{overflow-x:auto; max-width: 800px;}
  .tabellenspalte_loeschen{width:25px}
  .div_datum{width:130px}
  .div_geld{width:170px}
}
  
/*@media (min-width: 990px) {*/
@media only screen and (max-width: 990px) and (min-width: 801px){
	  #id_container_portfolio{min-width:800px;width:95%;}
	  #id_angaben_container{display:flex;}
	  #id_div_portfolio_angaben01{float:left;width:310px;font-size:2rem; padding-right:10px}
	  #id_div_portfolio_angaben02{float:left;flex-grow:1}
	  #drucken{overflow-x:auto;max-width: 800px;} /*990-170(werbung links*/
	  .tabellenspalte_loeschen{width:17px}
	  .div_datum{width:85px}
	  .div_geld{width:110px}
}
@media (min-width: 991px) {
	#id_container_portfolio{width:95%;}
	#id_angaben_container{display:flex;}
	 #id_div_portfolio_angaben01{float:left;width:310px;font-size:2rem;padding-right:10px}
	#id_div_portfolio_angaben02{float:left; flex-grow:1}
	#drucken{overflow-x:auto;max-width: 980px;}
	.tabellenspalte_loeschen{width:17px}
	.div_datum{width:85px}
	.div_geld{width:110px}
}
/*.td_zinssatz{min-width:55px}
.td_betrag{min-width:110px}
#zinssatzaenderungen_haben input {width:100%;border-spacing:0px}
#zinssatzaenderungen_soll input {width:100%}
#tabelle_bewegungen input {width:100%}

#zinssatzaenderungen_haben {border-spacing:0px;width:100%;padding-right:5px;}
#zinssatzaenderungen_soll {border-spacing:0px;width:100%;padding-right:5px;}
#tabelle_bewegungen {border-spacing:0px;width:100%}*/

#zinssatzaenderungen_haben td{
  border-width: 1px;
  border-color: #7ea8f8;
  border-style: solid;
}

#zinssatzaenderungen_soll td{
  border-width: 1px;
  border-color: #7ea8f8;
  border-style: solid;
}
#tabelle_bewegungen td{
  border-width: 1px;
  border-color: #7ea8f8;
  border-style: solid;
}

.tr_hintergrund_tabellenueberschrift_blau{
  background-color: #7ea8f8;
}
.tr_hintergrund_tabellenueberschrift_grau{
  background-color: #c8c8c8;
}
























