* { font: 11px Tahoma, Verdana, Arial; }

body
{
  margin: 0;
  height: 100%;
}

div#content
{
  position: absolute;
  width: 1000px;
  top: 5px;
  left: 5px;
  height: 757px;
}

div#logo
{
  position: absolute;
  width: 825px;
  top: 0px;
  left: 0px;
  height: 85px;
  overflow: hidden;
}

div#events
{
  padding-left: 5px;
  padding-top: 5px;
  position: absolute;
  top: 85px;
  left: 0px;
  width: 340px;
  height: 140px;
  overflow: auto;
}

div#folders
{
  padding: 5px;
  position: absolute;
  top: 232px;
  left: 0px;
  width: 335px;
  height: 324px;
  overflow: auto;
}

div#folders strong
{
  font-size: 14px;
}

div#pic
{
  position: absolute;
  top: 85px;
  left: 345px;
  width: 480px;
  height: 480px;
}

div#thumbs
{
  position: absolute;
  top: 567px;
  left: 0px;
  padding: 5px;
  width: 815px;
  height: 189px;
  overflow: auto;
}

#werbung
{
  padding: 5px;
  position: absolute;
  top: 0px;
  left: 827px;
  width: 160px;
  height: 757px;
  overflow: hidden;
}

div#folders ul
{
  margin-left: 16px;
  list-style: disc;
  padding-left: 0;
}

div#folders ul li
{
  cursor: pointer;
  list-style: disc;
  margin-bottom: 8px;
}


div#thumbs ul
{
  margin: 0 0 0 378px;
  list-style: none;
}

div#thumbs ul li
{
  cursor: pointer;
  width: 120px;
  height: 150px;
  text-align: center;
  display: block;
  float: left;
  margin-right: 6px;
  overflow: hidden;
}

div#thumbs ul li div
{
  width: 120px;
  height: 120px;
}

h2 { font-size: 14px; }

div.fotozahl
{
  margin-top: 10px;
}

div#events img
{
  cursor: pointer;
}