﻿@font-face
{
    font-family: 'burtNi';
    src: url('../font/burtNi.eot');
    src: url('../font/burtNi.eot?iefix') format('embedded-opentype'), url('../font/burtNi.woff') format('woff'), url('../font/burtNi.ttf') format('truetype');
}

body
{
    background-image: url('../images/federchen/background_violett.png');
    background-repeat: no-repeat;
    background-color: #000000;
    color: #d5c0d9;
}

a
{
    border: none;
}

img
{
    border: none;
}

/* Header */

/* Navigation Top */

#section_nav_top
{
    display: none;
    position: relative;
    top: 250px;
    z-index: 20;
    float: left;
    text-align: center;
}

/* Navigation Left */

#section_nav_left
{
    position: relative;
    max-width: 220px;
    top: 230px;
    float: left;
}

#a_pinacotheca_arrow_left
{
    background-image: url('../images/pinacotheca/arrow_left.png');
    background-repeat: no-repeat;
    position: absolute;
    float: right;
    height: 35px;
    width: 38px;
}

    #a_pinacotheca_arrow_left:hover
    {
        background-image: url('../images/pinacotheca/arrow_left_hover.png');
        background-repeat: no-repeat;
        height: 35px;
        width: 38px;
    }

#a_pinacotheca_arrow_right
{
    background-image: url('../images/pinacotheca/arrow_right.png');
    background-repeat: no-repeat;
    display: none;
    float: right;
    position: absolute;
    height: 35px;
    width: 38px;
}

    #a_pinacotheca_arrow_right:hover
    {
        background-image: url('../images/pinacotheca/arrow_right_hover.png');
        background-repeat: no-repeat;
        height: 35px;
        width: 38px;
    }

#div_pinacotheca_arrow
{
    width: 100%;
    position: static;
    float: right;
    height: 36px;
    width: 40px;
}

#div_nav_pinacotheca
{
    display: none;
}

.ul_pinacotheca
{
    position: relative;
    margin-top: -30px;
    list-style: none;
}

.li_pinacotheca
{
    background-repeat: no-repeat;
    height: 30px;
    vertical-align: middle;
}

    .li_pinacotheca:hover
    {
        list-style-image: url('../images/federchen/star_bullet_hover.png');
    }

#li_pinacotheca_c_engel
{
    background-image: url('../images/pinacotheca/menu_pk_engel.png');
    width: 56px;
}

#li_pinacotheca_c_fairy
{
    background-image: url('../images/pinacotheca/menu_pk_fairy.png');
    width: 51px;
}

#li_pinacotheca_c_verschiedenes
{
    background-image: url('../images/pinacotheca/menu_pk_verschiedenes.png');
    width: 147px;
}

#li_pinacotheca_s_engel
{
    background-image: url('../images/pinacotheca/menu_pk_engel.png');
    width: 56px;
}

#li_pinacotheca_s_fairy
{
    background-image: url('../images/pinacotheca/menu_pk_fairy.png');
    width: 51px;
}

#li_pinacotheca_s_hot
{
    background-image: url('../images/pinacotheca/menu_pk_hot.png');
    width: 54px;
}

#li_pinacotheca_s_ingress
{
    background-image: url('../images/pinacotheca/menu_pk_ingress.png');
    height: 19px;
    width: 71px;
}

#li_pinacotheca_s_lilith
{
    background-image: url('../images/pinacotheca/menu_pk_lilith.png');
    width: 54px;
}

#li_pinacotheca_s_piraten
{
    background-image: url('../images/pinacotheca/menu_pk_piratenangriff.png');
    width: 162px;
}

#li_pinacotheca_s_verschiedenes
{
    background-image: url('../images/pinacotheca/menu_pk_verschiedenes.png');
    width: 147px;
}

#li_pinacotheca_p_tierisches
{
    background-image: url('../images/pinacotheca/menu_pk_tierisches.png');
    width: 101px;
}

/* Content */

#section_content
{
    left: 220px;
    position: relative;
    top: 240px;
    width: 80%;
}

#div_content
{
    border-top-left-radius: 50px;
    display: none;
    position: absolute;
    width: 100%;
}

/* Footer */

footer
{
    color: #d5c0d9;
    font-size: small;
    text-align: right;
    width: 100%;
    position: static;
    margin-right: 15px;
}

#p_footer
{
    margin: 0px;
    padding: 0px;
}
