@charset "UTF-8";

* {
   margin:0;
   padding:0;
   border:none;
}


/* ########## TEAM ########## */

#team-wrap {
   float:right;
   width:324px;
}

#team-wrap .headline {
   float:left;
   color:#8b181a;
   font-size:12px;
   font-weight:bold;
   width:100%;
}

.team-person-wrap {
   float:left;
   margin-top:15px;
}

.team-person-image {
   float:left;
   width:120px;
}

.team-person-text {
   float:left;
   width:200px;
}

.team-person-text h2 {
   font-weight:bold;
   color:#666666;
}

