/* Rahmentabelle mit allgemeinen Attributen, Breite: 800 */
table
{ border: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
	color: #781f03; /* dunkelrot */
	padding: 0px; 
	width: 800px; }
td
{ padding: 0px;
	spacing: 0px; }
/* Navigationstabelle */
.tableNavi
{ padding: 0px; }
/* und 3 verschiedenen Farben fuer den Hintergrund */
#tuerkis
{ /* tuerkis */
  background-color: #effbef; }
#gruen
{ /* hellgruen */
  background-color: #eff6ce; }
#blau
{ /* blau */
	background-color: #effbfb }
/* rote fette Schrift */
#rot
{ font-weight : bold;
  font-size: 30px;
  color: #781f03; }
/* fette Schrift */
#fett
{ font-weight : bold; }
/* Inhaltstabellen */
.tableText
{ padding: 1px;
	width: 800px; }	
.tdText
{ padding: 6px; 
  line-height: 16px;}
/* grosses Bild */
.tableMoebel
{ height: 420px;
	margin: 0px;
	padding: 0px;
	width: 420px; } 
/* Startseite Bild */
.tableBild
{ background-image: url(moebel.jpg);
  background-position: center middle;
  background-repeat: no-repeat;
	border: 10px #781f03 ridge; /* Bilderrahmen */
	height: 100%;
	width: 442px; }
/* Links */
a
{ text-decoration: none; }
a:link
{ color: #781f03; }
a:visited
{ color: #4f4f2f; }
a:active, a:hover
{ color: #6633cc; }
/*a:link
{ color: #ffffcc; }*/
