/* team.css */
/* Formatvorlage für team.php */

h2 {
 font-size:      1.3em;
}

div.user_box {
 margin: 25px;
}

         div.user_box img {
          float: left;
          margin-right: 25px;
         }

        table.user_box {
         font-size:      0.8em;
        }

        table.user_box p {
         margin:         0px;
        }
