.middle_left {
   position: absolute;
   top: 0px;
   height: 430px;
   width: 200px;
   left: 0px;
   /*border-right: 1px solid #0066CC;*/
   border-right: 1px solid #415E99;
}

.middle_content {
   position: absolute;
   top: 0px;
   left: 210px;
   width: 740px;
   height: 430px;
   overflow: hidden;
   text-align: left;

}

.middle_content_header {
   position: relative;
   left: 0px;
   top: 0px;
   display: block;
   height: 40px;
   width: 740px;
   background-color: #415E99;
   color: white;
   font-size: 2em;
   font-weight: bold;
   text-align: center;
   line-height: 40px;
   margin-bottom: 15px;
}

.middle_content_header#bedrijfspand {
    background-color: #148e1c;
}

.middle_content_header#woning {
    background-color: #c11414;
}

.middle_content_text {
   position: relative;
   left: 0px;
   top: 0px;
   width: 740px;
   height: 380px;
   overflow: auto;
}

ul
{
margin-left: 20px;
list-style: disc outside;
}

ul li {
margin-bottom: 5px;
} 

.middle_left_huur {

}

.middle_left_koop {

}

.middle_left_adres {
    position: absolute;
    left: 0px;
    width: 200px;
    top: 250px;
    text-align: center;
    font-size: 1.0em;
    color: #415E99;
}

.empty {
   height: 40px;
}

.animation {
   position: relative;
   top:40px;
}

