/*--------------------------------------------------
DATEI:   standart.css
Name:    Standart CSS-Vorlage
Date:      2000-04-18
Autor:     f.a.m.e. - Jan Heinze
Kontakt: info@impact-promotions.de
--------------------------------------------------*/
/* Body der Seite */
body {
        background-color:#FFFFFF;
}

/* Text */
p {
        font-family: "sans-serif";
        font-size: 13px;
        text-align: left;
        line-height:16pt;
}

/* Text */
.normal {
        font-family: "sans-serif";
        font-size: 13px;
        text-align: left;
        line-height:16pt;
        color: #000000;

}

/* Text-Fett */
.bold {
        font-family: "sans-serif";
        font-size: 16px;
        text-align: left;
        line-height:16pt;
        color: #DFDFDF;
        font-weight : bold;
}

/* Text-Italic */
.italic {
        font-family: "sans-serif";
        font-size: 13px;
        font-style: italic;
        text-align: left;
        line-height:16pt;
        color: #000000;
        background-color : transparent;
}

/* Text-Klein */
.klein {
        font-family: "sans-serif";
        font-size: 11px;
        text-align: left;
        line-height:16pt;
        color: #000000;
        background-color : transparent;
}

/* Text-Rot */
.rot {
        font-family: "sans-serif";
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        color: #FF0000;
        text-decoration: underline;
        background-color : transparent;
}

/* Überschrift 1.Ordnung */
.h1 {
        font-family: "sans-serif";
        font-size: 17px;
        font-weight: bold;
        text-align: left;
}

/* Überschrift 2.Ordnung */
h2 {
        font-family: "sans-serif";
        font-size: 16px;
        font-weight: bold;
        text-align: left;
}

/* Überschrift 3.Ordnung */
h3 {
        font-family: "sans-serif";
        font-size: 15px;
        font-weight: bold;
        text-align: left;
}

/* Überschrift 4.Ordnung */
h4 {
        font-family: "sans-serif";
        font-size: 14px;
        font-weight: bold;
        text-align: left;
}

/* Überschrift 5.Ordnung */
h5 {
        font-family: "sans-serif";
        font-size: 13px;
        font-weight: bold;
        text-align: left;
}

/* Link */
a:link {
        font-family: "sans-serif";
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        color: #000000;
        background-color : transparent;
}

/* Besuchter Link */
a:visited {
        font-family: "sans-serif";
        font-size: 13px;
        font-weight: normal;
        text-align: left;
        color: #000000;
        background-color : transparent;
}

/* Aktiver-Link */
A:active {
        color : #000000;
        text-decoration : underline;
        background-color : transparent;
}

/* Roll-Over-Link */
A:hover {
        color : #000000;
        font-weight : bold;
        text-decoration : none;
        background-color : transparent;
}

/* Link-Navigation */
A.nav:link {
        font-size : 13px;
        color : #336699;
        text-decoration : none;
        background-color : transparent;
}

/* Link-Navigation-Besucht */
A.nav:visited {
        font-size : 13px;
        color : #000000;
        text-decoration : underline;
        background-color : transparent;
}

/* Link-Navigation-Aktuell */
A.nav:active {
        font-size : 13px;
        color : #CC0000;
        text-decoration : underline;
        background-color : transparent;
}

/* Link-Navigation-Roll-Over */
A.nav:hover {
        font-size : 9px;
        color : #000000;
        text-decoration : underline;
        background-color : transparent;
}

/* Textfeld */
.inputfield {
        font-size : 11px;
        font-weight : bold;
        text-align : left;
}

/* Textfeld */
 input {
        font-size : 11px;
        font-family : sans-serif;
}

/* Ausgewählt */
select {
        font-size : 11px;
        font-family : sans-serif;
}