body {
	background-image: url(busch_bg.jpg);
	background-repeat: repeat;
	background-position: center;
	background-color: #99CC66;

	}

/*Text*/
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0033FF;
	line-height: normal;

	}

#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:#0033FF;
	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:#0033FF;
	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:#0033FF;
	/*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: #0033FF;
	}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	}
.pseudoa {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	vertical-align: middle;
	text-indent: 10px;
	}
.pseudop {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	color: #0033FF;
	vertical-align: middle;
	line-height: normal;
	}		
/*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:#006600;
	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; 
	width: 1000px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;	
	}
.ueber1 {
	font-size: 14pt
	}
.link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	color: #0033FF;
	vertical-align: middle;
	line-height: normal;
	text-decoration: underline;
	text-indent: 10px;
}