button
{
	font-size:9px;
	color: black;
	background-color: white;
	border: solid black 1px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}


#textBox {
	padding: 20px;
	font-weight: normal;
	font-size: 0.8em;
	font-style: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
	color: white;
}

.spruchText {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.3em; 
	margin-top: 30px; 
}

.spruchSubText {
	font-size: 0.7em;
	font-style: italic;
}

h1 {
	font-weight: bolder;
	font-size: 1.3em;
	font-style: italic;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
	
	font-variant: small-caps;
	color: white;
	text-decoration:underline;
	letter-spacing: 0.3em;
	margin: 0em 0em 1em 0em; 
}	

h2 {
	font-weight: bolder;
	font-size: 1.0em;
	font-style: italic;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration:underline;
	letter-spacing: 0.1em;
	margin: 0em 0px 0.5em 0; 
}	

h3 {
	font-weight: bolder;
	font-size: 1.0em;
	font-style: italic;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0em 0px 0.3em 0; 
}	

p { 
	margin: 0px 0px 1.5em 0; 
}

#textBox a:link, #textBox a:visited { 
	font-style: italic;
	font-weight: bolder;
	color: white;
	text-decoration:none;
}
#textBox a:hover, #textBox a:active, #textBox a:focus { 
	font-style: italic;
	font-weight: bolder;
	text-decoration:underline;
	color: white;
}

.termin, .highlight {
	background-color: #222; 
	padding: 10px 10px 10px 10px; 
	margin: 0.5em 0 2em 0;
}
