/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2013 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Yellow Design Studio
 * License URL: http://www.fontspring.com/fflicense/yellow-design-studio
 *
 *
 */

@font-face {
    font-family: 'verbcompsemibold';
    src: url('fonts/VerbCompSemibold-webfont.eot');
    src: url('fonts/VerbCompSemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/VerbCompSemibold-webfont.woff') format('woff'),
         url('fonts/VerbCompSemibold-webfont.ttf') format('truetype'),
         url('fonts/VerbCompSemibold-webfont.svg#verbcompsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'verbcompregular';
    src: url('fonts/VerbCompRegular-webfont.eot');
    src: url('fonts/VerbCompRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/VerbCompRegular-webfont.woff') format('woff'),
         url('fonts/VerbCompRegular-webfont.ttf') format('truetype'),
         url('fonts/VerbCompRegular-webfont.svg#verbcompregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { margin: 0px; background-color: white; font-family: verbcompregular, Arial, Verdana; font-size: 14pt; line-height: 133%; }
a { text-decoration: none; color: black; }
.addressblock { margin-top: 10px; font-size: 18pt; }
.name { font-family: verbcompsemibold; font-size: 28pt; color: #84b6e2; }
.title { font-family: verbcompsemibold; font-size: 18pt; }
.impressum { font-size: 10pt; text-decoration: underline; color: black; }
table { width: 100%; height: 100%; }
hr { color: #C0C0C0; background: #C0C0C0; }