/* ---------------- CSS Styleangaben für Harry Web-Design ---------------- */

/* ------ Body ------*/

  body {
    color: black;
	background: #e6d2aa url(hg-auswahl.jpg);
	background-position: top center;
    font-size: 10px;
    font-family: Arial;
    margin: 5px;
	padding: 5px;
    text-align: center; 
  }


/* ------ Links ------*/

  a:link {
	color: #e6d2aa;
	background: none;
	text-decoration: none;
  }
  a:visited {
    color: #e6d2aa;
	background: none;
	text-decoration: none;
  }
  a:hover {
    color: #e6d2aa;
	font-weight: none;
	font-style: none;
	background: none;
	text-decoration: none;
  }

/* ------ Absätze ------ */

  p.a-1 {
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	color: #505050;
	background-color: #e6d2aa;
	margin: 2px;
	padding: 5px;
	width: 300px;
	}

  p.a-2 {
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	color: #e6d2aa;
	background-color: #505050;
	margin: 2px;
	padding: 5px;
	width: 300px;
	}

/* ------ Besonderheiten ------ */

.aa-1 {
	color: #e6d2aa;
	background-color: #505050;
	padding: 5px;
	}

.aa-2 {
	color: #505050;
	background-color: #e6d2aa;
	padding: 5px;
	}
