body {
  font-family:Tahoma, sans-serif;
  font-size:10pt;
  text-align:center;
  background-color:#FCE149;
  color:black;
  margin:0; padding:10px;
}

img {
  padding:0;
  margin:0;
  border-style:none;
}

.page {
  width:953px;
  text-align:left;    /* Seiteninhalt wieder links ausrichten */
  background-image:url(img/main_bottom.jpg);
  background-repeat:repeat-y;
  border:1px solid black;
  background-color:#FFB81D;
  margin:0 auto;      /* standardkonforme horizontale Zentrierung */
}

.menu {
  width:248px;
  float:left;
}

.menu_content {
  background-image:url(img/menu.jpg);
  background-repeat:repeat-y;
}

.menu_item {
  background-image:url(img/menu_sep.jpg);
  background-repeat:no-repeat;
  width:168px;
  margin-left:47px;
  padding:6px 10px 4px 2px;
  text-align:right;
}

.menu_item_top {
  width:168px;
  margin-left:47px;
  padding:0px 10px 2px 2px;
  text-align:right;
}

.main {
  width:655px;
  margin-left:258px;
  padding-right:35px;
  background-image:url(img/main_right.jpg);
  background-repeat:repeat-y;
  background-position:right;
  background-color:#FDCD01;
  min-height:500px;
  height:auto !important;  /* für moderne Browser */
  height:500px;  /*für den IE */
}

* html .main {
  width: 652px;
}

.footer {
  background-image:url(img/bottom.jpg);
  background-repeat:repeat-y;
  height:39px;
  width:948px;
}

a {
  color:#73470D;
}


.menu a {
  color:#A06412;
  text-decoration:none;
  padding-left:12px;
}


.menu a:hover {
  color:#B31313;
  text-decoration:none;
  background-image:url(img/icon.jpg);
  background-repeat:no-repeat;
  background-position:bottom left;
}

a:active {
  color:#9C6329;
}

h1 {
  font-size:12pt;
  margin:0 0 1em 0;
}

h2 {
  font-size:10pt;
  margin-bottom:2px;
}

td {
  vertical-align:top;
}

th
{
  text-align:right;padding-right:0.5em;
  vertical-align:top;
}

.nodecoration a
{
  text-decoration:none;
}

a.nodecoration
{
  text-decoration:none;
}

.smalltext
{
  font-size:8pt;
  color:#4D4D4D;
}

.indent
{
  padding-left:1em;
}

li
{
  margin-bottom:1em;
}

.galpic
{
border:solid 1px #9A7801;padding:2px;background-color:white;
}

#tab1
{
        padding:5px;
        margin:2px;
        border-style:none;
        vertical-align:top;
	width:600px;
}


