@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: DINPro;
  src: url(din/DINPro-light.eot);
  src:  url(din/DINPro-light.ttf) format('opentype');
  font-weight: 100;
}

@font-face {
  font-family: DINPro;
  src: url(din/DINPro-regular.eot);
  src:  url(din/DINPro-regular.ttf) format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: DINPro;
  src: url(din/DINPro-medium.eot);
  src:  url(din/DINPro-medium.ttf) format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: DINPro;
  src: url(din/DINPro-bold.eot);
  src:  url(din/DINPro-bold.ttf) format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: DINPro;
  src: url(din/DINPro-black.eot);
  src: url(din/DINPro-black.ttf) format('opentype');
  font-weight: 500;
}
body {
  
}
body, table { font-family: DINPRo, sans-serif; }
 
p.example {
  margin-top: 0;
  margin-bottom: 0.1em;
  line-height: 1.2em;
}
 

 
#wrapper {
  margin-bottom: 2em;
  padding: 2em 2.5em 2.5em 2.5em;
  color: white;
  background-color: #fb3;
  width: 700px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
 
.w1 { font-weight: 100; }
.h1 { font-weight: 200; margin-left: 1em;}
.h2 { font-weight: 100; }
.w3 { font-weight: 300; margin-left: 2em;}
.w4 { font-weight: 400; margin-left: 3em;}
.w5 { font-weight: 500; margin-left: 4em;}