
#left {
  width: 510px;
  float: left;
  position: relative;
}


#right {
  width: 470px;
  float:right;
  position: relative;
  z-index: 2;
}

#baloon1 {
  position: absolute;
  width: 199px;
  height: 159px;
  top: 0px;
  left: 0px;
  background-image: url(img/home_baloon1.gif);
  font-size: 11px;
}

#baloon1 .padder {
  padding: 8px 23px 6px 13px ;
}

#baloon2 {
  position: absolute;
  width: 191px;
  height: 130px;
  top: 0px;
  left: 319px;
  background-image: url(img/home_baloon2.gif);
  font-size: 11px;
}

#baloon2 .padder {
  padding: 13px 8px 6px 19px ;
}

#baloon2_go {
  position: absolute;
  z-index: 1;
  top: 90;
  left: 460px;
}

#cloudia {
  position: absolute;
  top: 90px;
  left: 24px;
}


#socialmenu {
  position: relative;
  margin-top: 40px;
  margin-right: 40px;
  z-index: 2;
}

.social {
  position: relative;
  
  margin-right: 6px;
  
  width: 120px;
  height: 320px;
  float: right;
  background-color: #f3f4f4;
  background-image: url(img/home_social_background.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}

.social .padder {
  padding: 8px;
}

.social .button {
  text-align: center;
}

.social .title {
  display: block;
  font-family:  helvetica, arial, verdana, sans-serif;
  font-weight: 100;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.social-facebook .title {
  color: #004495;
}

.social-twitter .title {
  color: #37bceb;
}

.social-linkedin .title {
  color: #004983;
}

.social .description {
  height: 150px;
}

#social-shadow {
  position: absolute;
  z-index: 1;
  top: 295px;
  left: 8px;
}


#versier {
  float: right;  
  width: 372px;
  text-align: left;
  margin-top: 30px;
  margin-right: 40px;
}

#mailme {
  text-align: right;
  margin-top: 30px;
}



