/* CSS Stylesheet for the general page template, LLS Web.  */
/* Copyright (C) 2009 by Daniel Kraft, d@domob.eu.  */

body
{
  margin: 0px;
  font-family: sans-serif;
  color: #333;
  font-size: 12pt;
}
p, div, li
{
  font-weight: bold;
}
p
{
  text-align: justify;
}
em
{
  color: #048;
  font-style: normal;
}

h1
{
  text-decoration: underline;
  color: #048;
  font-size: 14pt;
}
h2
{
  font-size: 12pt;
  color: #048;
  text-decoration: none;
}


#body_content
{
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 900px;
  background: url(../Bilder/background.png) repeat-y scroll center top;
}

#footer_layer
{
  height: 120px;
  width: 900px;
  z-index: 15;
  position: relative;
  background-image: url(../Bilder/bottomliner.jpg);
  background-position: 18px 0px;
  background-repeat: no-repeat;
}

#logo
{
  height: 117px;
  width: 158px;
  left: 17px;
  top: 17px;
  position: absolute;
  z-index: 1;
  background-image: url(../Bilder/lls_logo.png);
}

#header1
{
  height: 75px;
  width: 97px;
  left: 287px;
  top: 10px;
  position: absolute;
  z-index: 1;
  background-image: url(../Bilder/header_1.jpg);
}
#header2
{
  height: 75px;
  width: 100px;
  left: 659px;
  top: 10px;
  position: absolute;
  z-index: 1;
  background-image: url(../Bilder/header_2.jpg);
}

#header_center
{
  height: 78px;
  width: 276px;
  left: 384px;
  top: 9px;
  z-index: 1;
  position: absolute;
}

#maincontent
{
  min-height: 500px;
  padding-left: 220px;
  position: relative;
  width: 600px;
}
#topspacer
{
  height: 120px;
}

#seperator
{
  position: absolute;
  height: 381px;
  width: 2px;
  top: 62px;
  left: 188px;
  background-image: url(../Bilder/seperator.jpg);
}

.navibutton,
.navithis
{
  position: absolute;
  left: 23px;
  height: 27px;
  width: 142px;
  z-index: 1;
}
.navibutton a,
.navithis a
{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: white;
  text-decoration: none;
  font-size: 10pt;
  padding-top: 5px;
  font-weight: normal;
  white-space: nowrap;
}

.navibutton
{
  background-image: url(../Bilder/navi_button.png);
}
.navithis
{
  background-image: url(../Bilder/navi_this.png);
}

.linklist
{
  list-style-type: none;
}

