body {
	font-color:#0000ff;
	background-image:  url(bg_hiroglyph.jpg);
	background-repeat: repeat;
	}

/*Text*/
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	}

#fett { font-weight:bold; }

/*Textausrichtung */
.zentriert { text-align:center; }
.rechts { text-align:right; }
.blocksatz { text-align:justify; }
.einzug { text-indent:30px; }

/*Schriftfarben */
.rot { color:#ff0000;}
.green { color:#00ff00;}
.blue { color:#0000ff;}
.weiss { color: #ffffff; font-size:16pt;} 

/*Absatz*/
p {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-weight: bold;
	color:darkgreen;
	font-style: normal;
	}
p:first-line { font-weight:bold; }

/*Textgestaltung*/
/*.buch1 {first-letter { 
	font:italic 24pt Arial,sans-serif; 
	color:#00ff00;
	background-color: #FF0000;
	}} */
	
/*Ueberschriften*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	background-color: #FF0000;
	text-align: center;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	font-style:italic;
	color:#006633;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	} 
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18pt;
	font-style:italic;
	color:#006600;
	/*background-color:#404040;*/
	font-weight: bold;
	}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-style: italic;
	font-weight: bold;
	color: #000099;
	}

/*Links*/
a:link {
	color:#0000cc;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited {
	color:#ff8800;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	color:#ff0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color:#006633;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}

.frame {
	border: 1px solid blue; 
	align: "left";
	width: 1000px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;	
	}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003399;
}
