﻿

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Trebuchet MS, Sans-Serif, Verdana;
    font-size: 13px;
    color: #565656;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Trebuchet MS, Arial, Sans-Serif, Verdana;
    font-weight: normal;
    color: Black;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 20px;
    padding-top: 5px;
}
h3 {
    font-size: 14px;
    line-height: 1.8em;
}
h4 {
    font-weight: bold;
    font-size: 12px;
}
h5 {
    color: Blue;
}
h6 {
    color: Blue;
}
p {
    padding: 0 0 15px 0;
}
ul, ol, li {
    margin-left: 15px;
}
ul, ol {
    margin-bottom: 10px;
}
img {
    border: 0px;
}
a {
    color: #007fca;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
fieldset {
    border: 0px;
}
textarea {
    overflow: auto;
}
.clear, .Clear {
    clear: both;
}
.Ingress {
    color: #007fca;
    font-size: 14px;
    line-height: 18px;
}
div#Editor {
    background: black;
    width: 278px;
    height: 118px;
    padding: 15px;
}
.portalTeaser {
    color: white;
    font-size: 20px;
    font-family: Trebuchet MS, Arial, Sans-Serif, Verdana;
    text-transform: uppercase;
}
.portalTeaser a {
    background: transparent url(images/link_arrow.png) no-repeat right 4px;
    padding-right: 11px;
}
