/* Globale Formatierungen */
/* Farben; #993300 (hellbraun), #800000 (dunkelbraun) */
a:link, a:visited, a:hover, a:active, a:focus  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:small;
  font-weight:bold;
  text-decoration:none;
  color:#cc0000;
  text-shadow:#000000; } /*  Hier werden die Links formatiert. */

h2 {
	text-align: center;
}

table#nav td a.block:link, a.block:visited, a.block:active, a.block:focus {
	margin-top:0.4em;
	padding: 2pt 4pt 2pt 4pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #993300;
	display: block;
	width: 152px; height: 24px;
	border: 1px solid #993300;
	vertical-align: middle;
}

table#nav td a.block:hover {
	border: 1px solid #CC0000; color: #CC0000;
}

body  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  /* font-size:normal; */
  font-weight:bold;
  color:#993300;
  background-color:#FFFFcd; } /*  Hier der Text einer Seite formatiert. */

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

