@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;
}
#content {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	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: center;
}

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

#footer {
	height: 30px;
	background-image: url(../images/footer_bkgd_573.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
#header  {
	height: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/header_bkgd_573.jpg);
} 

#logo2 {
	float: right;
	width: 220px;
	text-align: center;
	vertical-align: middle;
	height: 120px;
	padding-top: 10px;
}
#logo1 {
	float: left;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	height: 115px;
	padding-top: 15px;
	padding-left: 20px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #bf0000;
	font-weight: bold;
}
h2 {
	font-size: 18px;
}

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