/* ========================================================================== */
/* Basis Einstellungen der Elemente */
/* ========================================================================== */
.body {
  background-image: url(/pics/bkg_top_grey2.jpg);
	background-repeat: repeat-x;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
	border:0px;
  padding: 0;
	margin:0;
  /* color: #CCDDDD; YAMAHA */
  background-color:#F5F5F5;
  /*background:#FFFFCC;*/
  color: #2F4F4F;
}

/* Grundeinstellung Tabellen, Zeilen und Spalten */
table, tr, td {
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
}

img, fieldset {
  border-width: 0;
}
/* Grundeinstellung Links */
a {
	text-decoration: none;
	/* color: #99ffff; YAMAHA */
	color: #0000ff;
}

a:hover	{
	color: #ff0000;
	text-decoration: underline;
}




/* ========================================================================== */
/* Definition Rand Menu links */
/* ========================================================================== */

/* Kopfzeile: Zelle Suchmaske */
.td_search {
  vertical-align: bottom;
  background-color: #1f3b53;
	padding: 0px 3px 3px 3px ; /* top right bottom  left */
}


/* ========================================================================== */
/* Definition Hauptteil */
/* ========================================================================== */

#main-page * {
  margin: 0;
  padding: 0;
}


#main-page table {
	border-collapse: collapse;
		/*border-collapse: separate;*/
	border-width:0px;
	border-color: red;
	border-style:groove;
/*		border-collapse: separate; */
  margin: 0;
  padding: 0;
}

#main-page td.main-left {
  background-color:#1f3b53;
	vertical-align:top;
	text-align:center;
}

#main-left a {
  color:silver;
}

#main-page td.main-middle {
  background-image: url(/pics/bkg_article.gif);
	background-repeat: repeat-x;
  background-color:none;
	vertical-align:top;
  padding: 5px 5px 5px 5px;  /* top right bottom  left */
}

#main-page td.main-right {
  background-color:#1f3b53;
	vertical-align:top;
  padding: 5px 5px 5px 5px;  /* top right bottom  left */
}

/* ========================================================================== */
/* Definition Fusszeile */
/* ========================================================================== */

#main-page td.footer-left {
  background-image: url(/pics/bkg_footer.jpg);
	background-repeat: repeat-x;
	white-space: nowrap; /* kein Zeilenumbruch */
  text-align: center;
  font-size: 9px;
}

#main-page td.footer-middle {
	white-space: nowrap; /* kein Zeilenumbruch */
  background-color:#1f3b53;
  text-align: center;
  font-size: 11px;
  line-height:22px;
}

#footer-middle a {
	color:silver;
}

#main-page td.footer-right {
  background-image: url(/pics/bkg_footer.jpg);
	background-repeat: repeat-x;
	white-space: nowrap; /* kein Zeilenumbruch */
  text-align: center;
  font-size: 9px;
}
