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

}
@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body, .button, input, select, textarea {
    font-family: 'Droid Sans', Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
}
p {
    margin: 0;
    padding-bottom: 9px;
}
.heading {
    margin-top: 9px;
}
.bold, b, strong, .heading, .headingbox, th {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.recte, .button {
    font-style: normal;
}
.smaller, .header > .nav, .footer, .smaller .headingbox, .headingbox.smaller {
    font-size: 14px;
}
.smallest, .footer, .smaller .button {
    font-size: 13px;
}
.larger, .heading, .headingbox {
    font-size: 20px;
}
.normalsize, .dialoguenews h1, .dialoguenews h2, .dialoguenews h3 {
    font-size: 16px;
}
a, .header > .nav a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.alignright {
    text-align: right!important;
}
.aligncenter {
    text-align: center!important;
}
.alignleft {
    text-align: left!important;
}