/*
Copyright (c) 2006 media3 communication heinz stricker & frank baumeister gbr. All rights reserved.
*/

/**
 * file providing the site-specific stylesheets
 */

body {
  font-family: Helvetica, "Trebuchet MS", "Lucida Grande";
	background-image: url(gfx/back2.jpg);
	background-color: white;
	color: black;
}
h1 {
	color: #333;
	font-size: 450%;
	letter-spacing: -4.5px;
	margin: 96px 0px 0px 0px;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 0px 0px 96px 0px;
}
h3 {
	font-size: 150%;
	font-weight: normal;
	margin: 48px 0px 0px 0px;
}
h4 {
	font-size: 84%;
	font-weight: normal;
	margin: 0px 0px 48px 0px;
}
div#bd, div#ft {
	font-size: 84%;
	border: 1px solid black;
  border-width: 1px 0px 0px 0px;
}