body, html {
	margin: 0;
	padding: 0;
	height:100%;
	background: #e6e6e6 url('/images/back.gif') center repeat-y;
}

body {
	min-width: 760px;
}

p,td,li,.inhalt,.form,.textfeld,.header,datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a {
  	color: #f7941d;
  	text-decoration: none;
}

a:hover {
  	text-decoration: underline;
}

.header {
	font-size: 12pt;
	font-weight: bolder;
}

.datum {
	font-size: 8pt;
}

.Stil1 {
  	font-size: smaller;
}

.left {
}

.right {
}

fieldset { border:1px #999999 solid; margin:0; padding:5px; width: 97%;}
input, select, textarea,.button { width:98%; font: 12px/12px Arial; color:#333; padding:3px; margin:1px 0; border:1px solid #cccccc; }
legend, label { color: #666666; }
label { display:block; }
.button { width:100%; }


