/* container in index.php, der alles enthält */
#container
{
  width:930px;
  background-color:#6F7983;    /* grau, links unter stele */
}

/* bereich mit stele links */
#links
{
  width:200px;
  float:left;
}

/* alles außer stele */
#rechts
{
  width:730px;
  min-height:800px;            /* entspricht höhe der stele (damit beide spalten immer gleich hoch sind) */
  overflow:hidden;
  background-color:#89A0B6;    /* graublau, hintergrund des inhaltsbereichs */
}

/* titel-div */
#titel
{
  background-color:#6F7983;    /* grau */
  text-align:center;
  padding:20px;
}

/* counter-div */
#counter
{
  text-align:right;
  padding:15px 30px 10px 0px;
  color:blue;
  font-weight:bold;
}

/* inhalt-div */
#inhalt
{
  padding:10px 15px;
}

#menu-intern
{
  padding:10px 15px;
}

#menu-intern table
{
  width:100%;
}

#menu-intern td
{
  text-align:center;
  padding:3px;
}

#menu-intern input
{
  font-size:13pt;
  width:130px;
}

#footer
{
  width:930px;
  margin-top:10px;
  margin-bottom:20px;
  padding:5px 0px;
  text-align:center;
  font-size:10pt;
  border-top:1px solid grey;
  border-bottom:1px solid grey;
}
