body {
	background-image:url('gfx/bg.jpg');
	background-repeat: repeat-x;
	background-color:#fafcfb;
	margin:0px;
	padding:0px;
}
td,th,p {
	font-family:Verdana,Tahoma,Arial,Sans-serif;
	font-size:8pt;
}
a {
	font-family:Verdana,Tahoma,Arial,Sans-serif;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}
a:hover {
	font-family:Verdana,Tahoma,Arial,Sans-serif;
	font-size:8pt;
	color:#2F395C;
	text-decoration:underline;
}
a.menu:hover {
	font-family:Verdana,Tahoma,Arial,Sans-serif;
	font-size:8pt;
	color:#376299;
	text-decoration:none;
}
h1 {
	font-size:14pt;
	font-weight:bold;
	color:#233357;
}
.adress {
	font-size: 7.5pt;
	color:#ffffff;
	font-weight:bold;
}
.picture {
	float:right;
}
input {
	width:150px;
	font-family:Verdana,Tahoma,Arial,Sans-serif;
	font-size:8pt;
	color:#222222;
	background-color:#E6E6E6;
	border:1px solid #999999;
}
textarea {
	width:150px;
	font-family:Verdana,Tahoma,Arial,Sans-serif;
	font-size:8pt;
	color:#222222;
	background-color:#E6E6E6;
	border:1px solid #999999;
}