/* 
----------------------------------------------------------
Versionsinformationen
copyright: klaro-charter peter bahn 
Version: 1.0.0 vom 16.3.2010
	erste produktionsfähige Version
Version: 1.0.1 vom 19.3.2010
	table.Anfrage input.knopf > die Größe des Bildes vorgegeben wegen MS IE
----------------------------------------------------------
*/
/*
table {
	border-collapse:collapse;
	margin-bottom:5px;
	font-size: 10px;
	vertical-align: middle;
} */

td {
	border: solid 1px #b9c7d4;
	padding: 1px;
	vertical-align: middle;
}

th {
	border: solid 1px #b9c7d4; 
	background: #859eb2;
	color:#14456e;
	font-weight:bold;
	padding: 1px;
} 

textarea {
	font-size: 14px;
	border: solid 1px #b9c7d4;
	width: 100%;
	color: #124570;
}

table.kalk {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}
table.kalk tr{
	vertical-align:middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
table.kalk td.kalk{
	vertical-align:middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:1px;
}

table.Anfrage input {
	font-size: 14px;
	border: solid 1px #b9c7d4;
	width: 100%;
	color: #124570;
}
table.Anfrage input.knopf {
	font-size: 12px;
	color: #124570;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 17px;	
}

table.Anfrage td  {
	padding: 2px;
	border: 1px none #b9c7d4;
}

tr.Hintergrund_0 {
background: #FFF;
}

tr.Hintergrund_1 {
background: #e6eaed ;
}

