@charset "utf-8";
/*  Reset  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, cite, code, del, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { font-size:100%; margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; }
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
input, select { vertical-align:middle; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; color:#000; }
html, body { height:100%; }
img { vertical-align:bottom; color:#999; }
li { list-style: none; }


/* Fonts */
 @font-face {
    font-family: 'armataregular';
    src: url('armata-regular-webfont.eot');
    src: url('armata-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('armata-regular-webfont.woff') format('woff'),
         url('armata-regular-webfont.ttf') format('truetype'),
         url('armata-regular-webfont.svg#armataregular') format('svg');
    font-weight: normal;
    font-style: normal;
    color:#333;
}


/*  Generelles  */
body {
	font-family: "armataregular", "Verdana", sans;
    color:#1a171b;
    background-color: #f6f6f6;
}


.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px; }
.indent { text-indent: 100%; white-space: nowrap; overflow: hidden; }


A { color:#cc071e; text-decoration:none; }
A:hover { color:#000; text-decoration:none; }
A:focus { outline:none; }