body {
		margin: 0px;
		font: 12px Georgia, Trebuchet, Arial, Verdana, Sans-serif, Serif;
		background: url(../image/bg/bg.jpg) repeat-x;
 		background-color: #ffffff !important;
    color: #000000;
	  }

/* CONTAINERS */

#header {
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 147px;
    background: url(../image/bg/header.jpg) repeat-x;
    }
#header1 {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 990px;
    height: 147px;
    background: url(../image/bg/header1.jpg) no-repeat;
    }
	  
	

#container {
    z-index: 3;
    position: absolute;
    top: 167px;
    left: 0px;
    width: 100% !important;
    height: 352px !important;
    background-color: #e2dec5;
    border: 0px;
	  }
	  
#menu {
    z-index: 4;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    width: 174px;
    height: 352px !important;
    background: url(../image/bg/menu.jpg) no-repeat;
    }	
    
#picture {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 174px;
    width: 277px;
    height: 352px;
    }

#content {
    z-index: 3;
    position: absolute;
    top: -1px;
    left: 451px;
    min-height: 328px !important;
    width: 496px;
    padding: 12px;
    background-color: #ece9d8;
    border: 1px solid #ffffff;
    color: #7C7565;
    }

#noteblock {
    position: relative;
    margin-top: 55px;
    margin-left: 20px;
    width: 227px;
    font: 11px Georgia, Trebuchet, Arial, Verdana, Sans-serif, Serif;
    }

#search {
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 114px;
    padding: 10px 6px;
    }

#footer {
    z-index: 2;
    position: absolute;
    top: 519px;
    left: 0px;
    width: 300px;
    height: 267px;
    background: url(../image/bg/footer.jpg) no-repeat;
    }

#contentfooter {
    z-index: 4;
    position: relative;
    clear: both;
    width: 496px;
    margin: 20px -13px -13px -13px;
    padding: 6px 12px;
    border: 1px solid #ffffff;
    background-color: #e2dec5;
    text-align: right;
    }

/* Inhalt */

img.title {
  position: absolute;
  top: 92px;
  left: 452px;
  border: 0px;
  }

