/* 		--> LAYOUT <-- 													*/

html {
  height: 100%;
  width: 100%;
  background-image: url(/fileadmin/tpl/nav/bg_startseite.gif);
  }

body {
  margin: auto;
  padding: 0px;
  height: auto;
  width: 100%;
  }
  
div#laywebsite {
  padding: 1.1em 0em 0em 0em;
  width: 1000px;
  height: 100%;
  font-size: 102%;
  color: black;
  font-family:  verdana,arial,sans-serif,trebuchet ms;
  vertical-align: top;
  } 

div#layinhalt {
  position: absolute;
  top: 60px;
  bottom: 0px;
  margin: auto;
  left: 244px;
  width: 464px;
  height: auto;
  padding: 52px 13px 10px 13px;
  background-color: #e8e8e8;
  font-size: 0.7em;
  }
      
img {
  border: none;     
  }