/* 		--> LAYOUT <-- 													*/

html {
  height: 100%;
  width: 100%;
  background-image: url(/fileadmin/tpl/nav/bg_website.gif);
  }

body {
  margin: auto;
  padding: 0px;
  height: auto;
  width: 100%;
  }
  
div#laywebsite {
  padding: 1.1em 0em 0em 0em;
  width: 1000px;
  height: 100%;
  color: black;
  font-family:  verdana,arial,sans-serif,trebuchet ms;
  vertical-align: top;
  }
  
div#laynavigation {
  z-index: 1;
  position: absolute;
  width: 200px;
  top: 30px;
  bottom: 0em;
  left: 0.3em;
  }
  div#logo {
    padding: 78px 0px 0px 26px;
    width: 100%;
    height: auto;
    background-image: url(/fileadmin/tpl/nav/splogo_neu.gif);
    background-repeat: no-repeat;
    background-position: 15px 0px;
  }
  div#navigation {
    z-index: 2;
    padding: 1.5em 0em 0em 0em;
    top: 0em;
    width: 100%;
    }

div#laykopf {
  position: absolute;
  left: 234px;
  top: 0px;
  padding: 15px 0px 0px 0px;
  width: 485px;
  height: 60px;
  background-color: #ffffff;
  background-image: url(/fileadmin/tpl/nav/bg_kopf.gif);
  }  

div#layinhalt {
  position: absolute;
  top: 60px;
  bottom: 0px;
  margin: auto;
  left: 234px;
  width: 459px;
  height: auto;
  padding: 52px 13px 10px 13px;
  background-color: #e8e8e8;
  }

div#layinhaltrechts {
  position: absolute;
  top: 30px;
  left: 735px;
  width: 255px;
  margin: auto;
  bottom: 0em;
  }
      
img {
  border: none;     
  }