*{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 9pt;

}

body {
	margin-top:100px;
	font-family: "Bookman Old Style";
	color: #FFFFCC;
	background-color: #000099;
	font-size: 12px;
	font-style: normal;
	margin-left: 0px;
}

p#titel{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

p#text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	color: #000000;
}
input#textfeld{
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color:#000000;
	background-color:#FFFFCC;
	height:20px;
	width:200px;
	border:1px solid #000000;
	font-style: normal;
}
select{
	border:1px solid #000099;
	background-color: #FFFFCC;
	height:20px;
	width:200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
textarea{
	height:100px;
	width:350px;
	border: 1px solid #000099;
	background-color:#FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
