body{
  font-family : "Verdana", cursive;
  text-align: left;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/background.jpg);
  background-repeat: repeat-x;
  background-color: #D0DAD2;
}

#container{
  position: absolute; 
  width: 950px;
  left: 50%; 
  margin-left: -478px; 
  top: 50%;
  margin-top: -275px;
  background-image: url(../images/containerbg.bmp);
  background-repeat: repeat-y;
}

#logo{
  position: relative; 
  width: 225px; 
  height: 175px;
  float: left;
  /*background-color: #ffffff;*/
  background-image: url(../images/logo.gif);
}

#header{
  position: relative; 
  width: 725px; 
  height: 175px; 
  float: right; 
  background-color: #D6E2E8;
  background-image: url(../images/banner.gif);
}

#leftmenu{
  position: relative; 
  width: 225px;
  height: 374px;
  float: left;
  background-color: #65CAA0;
}

#content{
  position: relative; 
  width: 725px;
  height: 374px;
  float: right;
  background-image: url(../images/content.gif);
}

#content ul{
  margin:0px;
  padding: 0px;
}


#contentpadding{
  position: absolute;
  width: 635px;
  height: 374px;
  overflow: auto;
  left: 90px;
}

#content2{
  position: relative;
  padding-right: 100px;
}

#adres{
	position: relative;
  width: 180px;
  left: -225px;
  top: 300px;
}

