BODY {
	font-family :  Arial,Verdena;
	font-size : 14;
	color : Black;
	background-image: url(Fotos/hintergrund.jpg);
}
 
#wrapper  {
	padding: 20px;
	width: 1040px;
	background-color : fffff0;
	}
#content1 {
	
	height: 300px;
}
#content {
	text-align: left;
}

#fuss   {
	text-align: center;
	font-size: 12px;
}

TDf { 
	background-color : White;
	font-family : "Times New Roman", Times, serif;
	font-size :  14x;
	color : Black;
}
 H1 {
		color : Black;
		font-family : "Times New Roman", Times, serif;
		font-size : 32px;
		letter-spacing : 2px;
	}
	div.H1 {
		color : Black;
		font-family : Arial;
		font-size : 48px;
		letter-spacing : 2px;
	}
 .h2 {
		color : Black;
		font-family : Arial;
		font-size : 36px;
		letter-spacing : 1px;

	}


A, A:LINK, A:VISITED {
	color : Black;
	font-family : Verdena, Arial;
	font-size : 18px;
	letter-spacing : 2px;
	text-decoration : none;
}
A:HOVER {
	color : Red;
	font-family : Verdena, Arial;
	font-size : 18px;
	letter-spacing : 2px;
	text-decoration : none;
}
DIV.Titel1 {
	font-family : Verdena, Arial;
	font-size : 16px;
	color : Black;
	letter-spacing : 1px;
}
DIV.Titel2 {
	font-family : Verdena, Arial;
	font-size : 18px;
	color : Black;
	letter-spacing : 3px;
}
DIV.Titel3 {
	font-family : "Times New Roman", Times, serif;
	font-size : 28px;
	color : Black;
	letter-spacing : 3px;
}
TD.Bild {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 10px;
	letter-spacing : 2px;
}
DIV.Bildtitel {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	letter-spacing : 2px;
	font-weight : bold;
}

 /* ------------------- CSS für Horizontale Menüleist ----------------------- */
	/* Hintergrundleiste für Startmenü -index.html*/
   ul#Navigation_Menu {
    margin: 0; padding: 0.8em;
    text-align: center;
    border: 0px solid black;		/* Rand Hintergrundleiste - 1px*/
    background-color: b1a985;		/* Farbe Hintergrundleiste - silver  b1a985*/
  }
  ul#Navigation_Menu  li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }  
   ul#Navigation_Menu a, ul#Navigation_Menu span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #ccc;
	
		font-family : Arial;
		font-size : 12px;
		letter-spacin : 1px;		
  }

  
  
	/* Hintergrundleiste für alle anderen Menüs*/
  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
    border: 0px solid black;		/* Rand Hintergrundleiste - 1px*/
    background-color: e9e9e9;		/* Farbe Hintergrundleiste - silver  b1a985*/
  }
  
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #ccc;
	
		font-family : Arial;
		font-size : 12px;
		letter-spacing : 1px;	
	
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: fdb404;
  }
