html,body {
	width:				100%;
	height:				100%;
	font-family:		"Trebuchet MS", Arial, sans-serif;
}

textarea {
	width:				100%;
	height:				300px;
	color:				#115;
	background-color:	#f7f7ff;
}

form {
	display:			inline;
	margin:				0;
}

p {
	margin:				7px;
}

input {
	width:				150px;
}

div {
	width:				98%;
}

div#anzeige {
	color:				black;
	background-color:	#eef;
}

h1 {
	font-size:			110%;
}
h2 {
	font-size:			105%;
}

.warning {
	background-color:	yellow;
}