
table.ram 
{
	border-collapse : collapse
}
body 
{
  background-image:url('bilder/umekawa_bkgrnd_light.png');
  background-repeat:repeat;
  /* MSIE 5 doesn't center based on auto left/right margins, 
     but 'text-align:center' does center top-level divs: */
  text-align: center;
  /* Specify a min-width for the body as wide as the 'wrapper'
     element itself. This prevents negative (i.e. inaccessible)
     left-margins in narrow browser windows when using 
     Navigator 6+/Mozilla on Win32: */
  min-width: 603px;
  font-family:sans-serif;
}
#wrapper {
  /* Reset alignment to compensate for 'text-align:center': */
  text-align: left;
  /* Specify the width of the element. This should be the same
     as 'body min-width': */
  width: 603px;
  /* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  margin-left: auto;
  margin-right: auto;
}

div
{
	text-align:center;
	font-family:sans-serif;
}

h1
{
	text-align:center;
	font-family:times;
}
h2
{
	text-align:center;
	font-family: times;
}
h3
{
	text-align:center;
	font-family: times;
}


p
{
	font-family:sans-serif;
}

img
{
	border:0px;
}
.submenu
{
	text-align:center;
	font-size: 80%;
}
