* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 100.01%;
/*	margin: 1em;
*/
}
#output {
		padding-left: 30px;
		width: auto;
}
#output h1 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 1em 0;
	color: #111;
	padding-bottom: 20px;
}

#output h3 {
	font-size: .8em;
	line-height: 1.6em;
	margin: 1.4em 0 0 0;
	color: #111;
	margin-top: 12px;
	margin-bottom: 10px;
}

#output p, #output li {
	font-size: .7em;
	line-height: 1.2em;
	color: #111;
	margin-bottom: 20px;
	margin-top: 20px;
}
#output li {margin: .7em 2.5em;}

/* 
Wenn das Suchergebnis in einer eigenen Seite ausgegeben wird,
sollten mindestens die folgenden Style Angaben übernommen werden,
um die Ergebnisseite entsprechend dieser Musterdatei zu gestalten.
*/
 
#output em {
	font-weight: bold;
	font-style: normal;
}

#output a {font-weight: bold;}

.searchword  {color: #222; background-color: #ffa945; border: 1px dotted #ffd;}
.searchword0 {color: #222; background-color: #ffa945; border: 1px dotted #ff0;}
.searchword1 {color: #222; background-color: #9ed0c8; border: 1px dotted #0f0;}
.searchword2 {color: #222; background-color: #d4d0c8; border: 1px dotted #0ff;}
.searchword3 {color: #222; background-color: #fbb; border: 1px dotted #fbb;}
.searchword4 {color: #222; background-color: #dfd; border: 1px dotted #dfd;}
.searchword5 {color: #222; background-color: #faf; border: 1px dotted #faf;}
.searchword6 {color: #222; background-color: #ccc; border: 1px dotted #ccc;}
.mod {display: block; font-size: .8em;}

