
/* Contao Open Source CMS, (C) 2005-2013 Leo Feyer, LGPL license */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
figure,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
    margin:0;
    padding:0;
}
img,
video {
    max-width:100%;
    height:auto;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
caption,
th,
td {
    vertical-align:top;
    text-align:start;
}
abbr,
acronym {
    border-bottom:1px dotted #666;
    font-variant:normal;
    cursor:help;
}
blockquote,
q {
    quotes:none;
}
fieldset,
img {
    border:0;
}
ul {
    list-style-type:none;
}
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
del {
    text-decoration:line-through;
}
ins {
    text-decoration:none;
}
body {
    color:#000;
    font:0.85rem "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}
input,
button,
textarea,
select {
    font-size:99%;
    font-family:inherit;
    font-weight:inherit;
}
pre,
code {
    font-family:Monaco,monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:100%;
    font-weight:bold;
    margin-top:1em;

    margin-bottom:12px;
}
h1 {
    font-size:1.8333em;
    line-height:2.4rem;
}
h2 {
    font-size:1.6667em;
}
h3 {
    font-size:1.5em;
}
h4 {
    font-size:1em;
    font-weight:bold;
    color:#1da605;
}
table {
    font-size:inherit;
}
caption,
th {
    font-weight:bold;
}
a {
    text-decoration:none;
    color:#d18d0d;
}
a:hover {
    text-decoration:underline;
    color:#d18d0d;
}
p,
pre,
blockquote,
table,
ol,
ul,
form {
    margin-bottom:12px;
}
