/* ###############################    LAYOUT    ##########################*/

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

#main {
  position: relative;
  height:150px;
  width: 1000px;
  margin-left:auto;
  margin-right:auto;
}

#header {
  position: relative;
  height:142px;
  width:900px;
  margin:0px;
  padding:0px;
}

#content {
  width:1000px;
  margin:0px;
  padding:30px 0px 30px 0px;
  height:auto;
  background-color:#ffffcc;
  border:#ffffcc;
  border-bottom: none;
}

#maincontent {
  margin-left: 200px;
  margin-right: 200px;
  padding-top:10px;
  padding-bottom:20px;
  padding-left:0px;
  padding-right:0px;
  width: 596px;
  border:  url(../images/hintergrund90.jpg);
  background-image: url(../images/hintergrund.jpg);
  overflow:auto;
  height:435px;
  scrollbar-base-color:#d9d89b;
}

#left {
  position: relative;
  float:left;
  width: 200px;
}

#right {
  position: relative;
  float:right;
  width: 200px;
}

#footer {
  clear:both;
  width: 1000px;
  background-color: #ffffcc;
  border: px dashed #ffffcc; 
  text-align:center;
}

