/* CSS www.annabellkay.de 2007 by All Entertainment  */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
.content {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}
/* Anfang Auszeichnung für Texte  */
h1,h2,h3 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #000066;
}
h2 {
	font-size: 14px;
	color: #000066;
}
h3 {
	font-size: 9px;
	color: #000066
}
/* Ende Auszeichnung für Texte  */

/* Anfang Navigation  */
.navi {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  word-spacing: 5px;
  text-decoration: none;
  color: #ffffff;
  background-color: #b22222;
  border-bottom: 1px solid #FFDEAD;
  padding: 3px;
}
.navi:hover {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  background-color: #FFDEAD;
}
.navi:active {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  background-color: #FFDEAD;
}
/* Ende Navigation  */
