/* Screen.css */
html, body { margin: 0px; padding: 0px; height: 100%; }
body
{
  color: black;
  background: url('img/bg_header.gif') repeat-x #FFF;
  font: 9pt  Arial, sans-serif;
  line-height: 150%;
}

a
{
  text-decoration: none;
}

img
{
  border: none;
}

h1
{
  font-size: 18pt;
  line-height: 20pt;
}

h2
{
  font-size: 12pt;
  font-weight: bold;
  color: #000033;
}

#header
{
  height: 90px;
  width: 880px;
}

#content
{
  background: #CCCCFF;
  width: 475px;
  padding: 50px 10px 10px 50px;
}

#seite
{
  
  position: absolute;
  top: 90px;
  left: 535px;
  width: 335px;
  height: 463px;
}

.foot
{
  width: 100%;
  text-align: center;
}

.umenue
{
  margin: 0px 0px 50px -20px;
}

a
{
  text-decoration: none;
  color: #000033;
}

a:hover
{
  text-decoration: underline;
  color: #006600;
}

