/*
(c) Leonard Burtscher 2005
www.ileo.de
*/

body {
	padding-top: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: #ffffff }
    
	.navbar {
		padding-top: 0.8em;
		padding-bottom: 0.8em;
		margin: 0;
		margin-left: 0;
		position: absolute;
		top: 0em;
		left: 0em;
		width: 100%;
		font-size: 0.8em;
		text-align: center;
		background: #d3d3d3;
		border-bottom: 0.1em solid black; }
	
	a:link {
		text-decoration: none;
		color: blue }
	a:visited {
		text-decoration: none;
		color: blue }
	a:hover {
		background: #f8bf3d;
		color: blue }
    
	.footer {
		padding-top: 0.8em;
		padding-bottom: 0.8em;
		margin: 0;
		margin-top: 1em;
		position: absolute;
		left: 0em;
		width: 100%;
		font-size: 0.8em;
		text-align: center;
		background: #d3d3d3;
		border-top: 0.1em solid black; }
	
	h1 {
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		text-align: center }
		
	h2 {
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		text-align: center }

	h3 {
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		text-align: left }

		
	.small {
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		font-size: 10px }