/* CSS Document */

html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    background-color: #94012a;
}

#addressbottomleft {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
}

    #addressbottomleft a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: black;
    }

#topimage {
    top: auto;
    background-image: url(../images/header.jpg);
    width: 100%;
    height: 92px;
    background-repeat: repeat-x;
}

#rightbordertop {
    top: 0px;
    float: right;
    height: 92px;
    width: 153px;
    background-color: #58585a;
    position: relative;
}

#rightborderbottom {
    bottom: 0px;
    right:0px;
    float: right;
    height:2000px;
    
    width: 153px;
    background-color: #58585a;
    position: fixed;

}

#rightborder {
    height: 100%;
    width: 153px;
    margin-top:90px;
    background-color: #58585a;
    background-image: url(../images/face.jpg);
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    right: 0px;
}

#container {
    height: 100%;
    position: relative;
    width:900px;
}


#menu {
    top:60px; 
    position:absolute;
}


    #menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
    }

    #menu li {
        background-image: none;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0;
        font-size: 13px;
        line-height: 21px;
    }

        #menu li a {
            display: block;
            padding-left: 15px;
            padding-right: 15px;
            font-weight: bold;
            color: #000;
            text-decoration: none;
            background: transparent;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
        }


            #menu li a:hover {
                color: #fff;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                font-size: 13px;
                text-decoration: none;
            }


#contentdistance {
    height: 60px;
}

#innercontent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
    text-align: justify;
    width: 500px;
    margin:auto;
}

.martinalodi {
    font-family: 'Times New Roman', serif;
    font-size: 20px;
}

#kosmetikundmakeup {
    right: 0px;
    position: fixed;
}

.separator {
    height: 15px;
    background-color: #870126;
}

a {
    color:white;
}

.textbox  {
    width: 325px;
}