body {
  color: silver; background-color: #FFCC66;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em;
  border: medium dotted orange;
}

.aussen {
  color: silver; background-color: #FFCC66;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em;
  background-image:url(bkgnd.gif);
}

/* Links */

a:link 	  { font-weight:bold; color:#990000; text-decoration:none }
a:visited { font-weight:bold; color:#990000; text-decoration:none }
a:hover   { font-weight:bold; color:orange; text-decoration:underline }
a:active  { font-weight:bold; color:orange; text-decoration:none }
a:focus   { font-weight:bold; color:orange; text-decoration:underline }


/* Tabelle */

table {
	border-spacing:20px;
	width:100%;
	text-align:center;
	background:#FFCC66;
	background-image:url(bkgnd.gif);
      }

.trennstrich {
		color:#990000;
	     }

/*Überschriften*/
.ueberschrift {
		font-weight:bold;
		text-decoration:underline;
		color:#990000;
	      }

.fact {
	font-weight:bold;
	color:#990000;
      }

/* Header */

.oben {
	float: left; width: 15em;
      }

/* Navi */

.navi {
	float: right; width:7em;
	border: 1px dashed orange;
	text-align: center;
	vertical-align:top;
      }

/* Inhalt */

.inhalt {
	 float: center; 
	 color:#990000;
	 text-align:center;
	}

hr {
	 width:20%;
	 size:2;
	 color:#990000;
	}

h1	{
	 font-style:bold;
	 text-align:center;
	 font-size:100%;
	 color:#990000;
	}

h2	{
	 font-style:bold;
	 text-align:center;
	 font-size:100%;
	 color:orange;
	}

.links {
	text-align:left;
	margin-left:180px;
      }

/* news-text */

.text	{
	 text-align:justify;
	}
/* Unten */

.unten {
	border: medium dotted orange;
	text-align: center;
	background:#FFCC66;
       }

