a:link { text-decoration:none; font-weight:bold; color:brown; }
a:visited { text-decoration:blink; }
a:hover { text-decoration:underline; }		/*  underline  */

/****************************************/
/*  Photografién  */
/****************************************/
  em {
	font-weight: bold;
	font-size: 100.01%;
	}							
	
  #Inhalt {
	width: 70em;
	height: 32em; 
	margin: 16em 40em; 
	padding: 0 20px;
	/*  border: 1px solid black;  */ 
	}
	
/****************************************/
/*  Überschriften  */
/****************************************/
h1 { font-size: 1.5em; font-weight: bold; font-family: "Times New Roman", Times, serif; }     
h2 { font-size: 1.3em; font-family: "Times New Roman", Times, serif; }
h3 { font-size: 1em; }
h4 { font-size: 0.8em; }

/****************************************/
/* Spezielle Textformate */
/****************************************/
	.rotfett { font-size: 1.2em; color: #f00;	font-weight: bold; }
	.braunfett { font-size: 1.2em; color: brown;	font-weight: bold; }
	.H1 { 
	font-family: "Old English Text MT", Times, serif;
	text-shadow: black 3px 2px 1px; font-size:3.0em;
	letter-spacing: 0.05em; 
	color: red; }
	.H2 { 
	font-family: "Old English Text MT", Times, serif;
	text-shadow: black 3px 2px 1px; font-size:3.5em;
	letter-spacing: 0.05em; 
	color: red; }






