@charset "utf-8";
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center;
	background-color: #5B5E4D;
	font-family: Tahoma, Geneva, sans-serif;
}
#content {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	font-weight: bold;
	border-top-width: thin;
	border-top-color: #5B5E4D;
	border-right-color: #5B5E4D;
	border-bottom-color: #5B5E4D;
	border-left-color: #5B5E4D;
	padding: 20px;
	text-align: left;
}

#container {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #a5aa8c;
}

#footer {
	height: 30px;
	background-image: url(../images/footer_bkgd_680.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
#header  {
	height: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/header_bkgd_680.jpg);
} 
h2 {
	font-size: 18px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

a:link {
	color: #FFF;
	text-decoration: none;
	border: 0;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	border: 0;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
