@charset "UTF-8";
/* CSS Document */

body {
	color: black;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
ul#Navigation {
	margin: 0;
	padding: 0.8em;
	text-align: center;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
  }
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	margin: 0 0 1em 0;
}
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: bold;
	border: none;
	color: #000;
	background-color: #FC3;
  }
  ul#Navigation span {
	color: white;
	background-color: #FC3;
}
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover {
	color: white;
	background-color: #F93;
  }
.centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	margin: 0.5em 0em 0.5em 0em;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 20px 0px 10px 0px;
	padding-top: 10px;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 1em 0 0.5em 0;
	text-align:left;
}
h1 {
	font-size: 3em;
	font-weight: bold;
	font: 'Trebuchet MS', Arial, Helvetica;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}
.grotesk {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.footer {
	clear:both;
    text-align: center;
    margin-top: 40px;
	font: 12px Arial, Helvetica, sans-serif;
}
.footer a {
    padding: 10px;
}
.seperator {
    padding-right: 7px;
    width: 1px;
}