html, body{
	background-color: #d1e2f3;
	color: #006;
	font:  12px Arial, Helvetica, sans-serif;
	line-height:15px;
}

h3 {color:#006;}

input.eingabe {
	background: #fff url(../img/formulare/bg_input.gif) top left repeat-x;
	font-size: 11px;
	margin: 3px 0;
	padding: 2px 0 1px 2px;
	width: 220px;
	border: 1px solid #bfcfdf;
}

select.eingabe {
	font-size: 11px;
	width: 224px;
	margin: 3px 0;
	padding: 2px 0 1px 2px;
	visibility: visible;
	border: 1px solid #bfcfdf;
	background: #fff url(../img/formulare/bg_input.gif) top left repeat-x;
}

input.width00 { width: 25px; }
input.width01 { width: 40px; }
input.width02 { width: 60px; }
input.width02_1 {width:75px; }
input.width03 { width: 80px; }
input.width04 { width: 100px; }
input.width05 { width: 120px; }
select.width01 { width: 50px; }
select.width02 { width: 70px; }
select.width03 { width: 90px; }
select.width04 { width: 110px; }
select.width05 { width: 130px; }
select.width06 { width: 170px; }



.cssbutton {
	background: #D2E5F4 url(../img/buttons/bg_button.gif) top left repeat-x;
	padding: 2px 4px;
	border: 1px solid #bfcfdf;
	color: #006;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 0;
}

.nomargin{
	margin: 0 !important;
}
