﻿/* Fonts */
.font_standard {
        color: #858789;
}
.font_menu {
        font-family: 'Annie Use Your Telescope', cursive;
        font-size: 16pt;
        color: #313131;
}

h1 {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 16pt;
        line-height: 18pt;
}
h2 {
        margin: 0;
        padding: 0;
        padding-bottom: 3px;
        font-weight: bold;
        color:#1A2873;
        font-size: 9pt;
        line-height: 13pt;
}
h3 {
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        color:#462212;
        font-family: 'papyrus', fantasy;
        font-size: 22pt;
}
h4 {
        margin: 0;
        padding: 0;
        padding-bottom: 0px;
        font-size: 12pt;

        line-height: 12pt;

        color: #2C2F0E;
}
.fnt_mrky {
        background-color: #FFD400;
}
p {
        margin: 0;
        padding: 0;
}
/* div-Grid */
#halign {
        width: 965px;
        margin: auto;
        margin-top: 2%;
        text-align: center;



}
#template {
        height: 140px;
        text-align: left;
}
#hmnu {
        float: right;
        text-align: right;
        margin-top: 0px;
        margin-right: 10px;
        font-size: 15pt;
}
#content {
        clear: both;
        min-height: 450px;
        text-align: left;
}
#ctrgh {
        float: right;
        width: 525px;
}

.clear {
        clear: both;
}
/* tabellen */
/* Bilder */
.titelbild {

        height: 100px;
        margin-top:00px;
        border: 0px solid #000;
        float: left;
        vertical-align: baseline;
}
/* AUX */
a:link {
        color : #434343;
        text-decoration : none;
        background-color : transparent;
}


a:visited {
        color: #313131;
        text-decoration : none;
        background-color : transparent;
}

a:hover {
        color : red;

        text-decoration : none;
        background-color : transparent;
}


a.contentlink:link {
        color : #313131;
        text-decoration : none;
        background-color : transparent;
}
a.contentlink:visited {
        color: #313131;
        text-decoration : none;
        background-color : transparent;
}
a.contentlink:hover {
        color : #980808;
        text-decoration : underline;
        background-color : transparent;
}
a.igt:link img, a.igt:visited img {
        border: 1px solid #46463D;
}
a.igt:hover img {
        border: 1px solid #980808;
}
/* AUX */
html, body {
        background : #9CA5B4;
        overflow : auto;
        margin: 0;
        padding: 0;
        height: 100%;
        border: none;
        color: #434343;
        font-size: 13pt;
        line-height: 15pt;
        font-family: 'papyrus', fantasy;
        /*font-family: Arial, Helvetica, Geneva, Swiss, Sans-Serif;
}