/* Allgemein */
a { text-decoration : none; }
a:link, a:visited { color : #030e6b; }
a:hover { color : #6b5d03; }

td
{
  font-family : 'Verdana', 'Arial';
  font-size   : 14px;
  color       : #000000;
}

th
{
  text-align  : left;
}

th.small,
td.small
{
  font-size : 11px;
}

th.big,
td.big
{
  font-size : 17px;
  font-weight:bold;
}


#small
{
  font-size : 11px;
}

p.green
{
  color: #339900;
}

p.red
{
  color: #990000;
}

img
{
  border-width: 0px;
}

img.border
{
  border: 2px solid #867734;
}

/* türkiser Rahmen */
img.bilderrahmen {
  border:1px solid #36a1ee;
  margin-top:2px;
  padding:2px;
}

/* Layout */
body {
  position   : absolute;
  z-index    : 0;
  margin     : 0px;
  width      : 100%;
  min-height : 100%;
}

#background {
  position : absolute;
  z-index  : 1;
  width    : 100%;
  top      : 0px;
  bottom   : 0px;
}

#landscape {
  position : absolute;
  z-index  : 2;
  width    : 100%;
}

#deko {
  position : absolute;
  z-index  : 3;
}

#menubar {
  position : absolute;
  z-index  : 4;
  bottom   : 25px;
  left     : 0px;
  width    : 100%;
  height   : 24px;
}

#bar {
  position : absolute;
  z-index  : 5;
  top      : 0px;
  left     : 10px;
  width    : 42px;
  height   : 100%;
}

#baritem {
  position : absolute;
  z-index  : 6;
}

#content {
  position   : relative;
  z-index    : 7;
  padding    : 30px 150px 120px 150px;
}

#menubaritem {
  position : absolute;
  z-index  : 8;
  height   : 24px;
  padding  : 0px 8px 0px 8px;
  border   : 1px solid #453409;
}

