body {
    background-image:url('gfx/unten.gif');
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	padding : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
}
table {
	font-family : Arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
}
A {
	color : #000000;
	font-weight : normal;
	text-decoration : none;
}
A:hover {
	color : #000000;
	text-decoration : none;
}
A:active {
	color : #000000;
	text-decoration : none;
}
A:visited {
	color : #000000;
	text-decoration : none;
}
/* formulare */
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
input {
	border: 1px solid #51aa36;
	background-color: #F6F6F6;
	width: 134px;
	height: 17px;
	font-size: 12px;
	font-family: arial,verdana;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
	-moz-border-radius: 4px;
}
input:focus {
	border: 1px solid #7DEF64;
}
textarea {
	border: 1px solid #51aa36;
	background-color: #c4e4f9;
	width: 580px;
	height: 80px;
	font-size: 12px;
	font-family: arial,verdana;
	color: #000000;
	overflow: auto;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 4px;
}
textarea:focus {
	border: 1px solid #7DEF64;
}
.buttonsend {
	border: none;
	width: 86px;
	height: 15px;
	background-color: transparent;
	background-image: url(gfx/suche_starten.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.buttonsend:focus {
	border: none;
	margin-top: 0px;
}
.buttondel {
	border: none;
	width: 80px;
	background-color: transparent;
	background-image: url(http://www.gws.ms/gfx/bdel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.buttondel:focus {
	border: none;
}
