﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 8px;
    margin-top: 22px;
    text-align: center;
	color:#fff;
}

.formheadline{
	font-weight: 700;
    font-size: 18px;
    color: #ffffff;
	text-align: center;
}

b, strong, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-size: 13px;
    color: #24305e;
}

p {
    text-align: justify;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
    display: block;
}

    nav ul {
        list-style: none;
    }

ol {
    list-style: decimal;
}

ul {
    list-style: none;
}

    ul ul {
        list-style: circle;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input[type="submit"], input[type="button"], button {
    padding: 0;
    margin: 0;
}

input, select, a img {
    vertical-align: middle;
}
