body {
	background:#0d2656 url(../images/back_blue.jpg) repeat-x;
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
P {
	font-family: Verdana;
	color:#222222;
	font-size:12px;
	font-weight:normal;
}
h1 
	{font-family:Verdana;
	color:#1f3e76;
	font-size:12px;
	font-weight:bold;
	padding-left:inherit;
}
a:link {
	color: #222222;
	text-decoration: underline;
	}
a:visited {
	color: #666666;
	text-decoration: underline;
	}
a:hover {
	color: #1f3e76;
	text-decoration: none;
	}
a:active {
	color: #FF0000;
	}
div#footer {
	background-image: url(../images/bund1.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 900px;
	bottom: 0px;
}
div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#email a {
	background-image:url(../images/email.png);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 18px;
	position: relative;
	left: -270px;
	top: -23px;
	}
#email a span {
	 visibility: hidden;
	 }
	
