/* Stylesheet for themarketingplace.be */

.wrapper{ width: 600px; margin: 0 auto; }
.cb{ clear: both; }
.fl{ float: left; }


body h2{ color: #013983; font-family: "BodoniStdBold"; margin-bottom: 30px; font-size: 23px; font-weight: normal;}
body p{ color: #4e75a8; font-family: Arial; font-size: 12px; line-height: 18px; width: 260px;}


header{
  width: 100%;
  height: 226px;
  background-color: #003882;
  padding-top: 5px;
  margin-bottom: 40px;
}

header #logo{
  padding-top: 5px;
  background: url("../images/logo.png") no-repeat top right; 
  height: 201px;
}

header h1{
  color: #FFFFFF;
  text-align: right;
  width: 200px;
}

header h1 span,
header p span{
  display: none;
}

header p{
  color: #FFFFFF;
}


address{
  margin-top: 15px;
  margin-left: 60px;
  width: 265px;
  height: 267px;
  
  font-style: normal;
  
  background: url("../images/card.png") no-repeat top right;
}

address #profilePic{
  width: 65px;
  height: 65px;
  margin-left: 100px;
  margin-top: 20px;
}

address #addressContent{
  margin-top: 30px;
  margin-left: 30px;
  position: relative;
}

address #name{
  color: #013787;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

address .label{
  color: #464646;
  font-size: 11px;
  font-style: normal;
}

address p.value{
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 12px;
  color: #013787;
}

address #addressContent a{
  color: #013787;
  font-size: 11px;
  text-decoration: none;
}
address #addressContent a:hover{
  text-decoration: underline;
}

address #linkedIn{
  position: relative;
  left: 150px;
  top: 40px;
}