/**
 * evenezia CSS Style
 *
 * @author Michal Luberda
 * @version 0.1
 */

body,
a,
span,
p,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img {
    margin: 0;
    padding: 0;
    font: normal normal normal 12px "trebuchet ms";
    text-align: justify;
    border: none;
    color: #eee;
    line-height: 18px;
}
body {
    background: #000 url(../../../files/background_54.jpg) no-repeat 0 0;
}
a {
    color: #ffed21;
}
p {
    margin-bottom: 10px;
}
h3 {
    padding: 10px;
}
    h3 span {
        font-size: 14px;
        font-weight: bold;
    }
#div-wrapper {
    margin-left: 400px;
    width: 580px;
}
    #div-container {
        text-align: justify;
    }
        #div-header {
            padding: 10px;
            border-bottom: 1px solid #333;
        }
            h1 {
            }
                h1 span {
                    font: normal normal bold 30px verdana;
                    color: #fff;
                }
        #div-menu {
        }
            #div-menu ul {
                list-style: none;
            }
                #div-menu ul li {
                    float: left;
                    padding: 5px 10px;
                    background: #222;
                    border: 1px solid #333;
                    border-top: none;
                }
                    #div-menu ul li a {
                        font-weight: bold;
                    }
                /*
                    #div-menu ul li.li-menu-selected-1 a {
                        text-decoration: underline;
                    }
                        #div-menu ul li.li-menu-selected-1 ul a {
                            text-decoration: none;
                        }
                        #div-menu ul ul li.li-menu-selected-2 a {
                            text-decoration: underline;
                        }
                    #div-menu ul ul {
                        margin: 0 0 10px 0;
                    }
                        #div-menu ul ul li a {
                            font-weight: normal;
                        }*/
        #div-content {
            clear: both;
        }
            .text {
                text-align: justify;
                margin: 0 10px;
            }
            #div-content ul {
                margin: 10px 20px;
            }
                #div-content ul li {
                    color: #ffedc1;
                }
/*
body {
    text-align: center;
    background: #fff6ef;
}
p {
    margin-bottom: 10px;
}
a,
a span {
    color: #521304;
    text-decoration: none;
}
a:hover,
a:hover span {
    color: #c4291d;
}




            h2 {
                left: 10px;
                top: 80px;
                position: absolute;
            }
                h2 span {
                    font: normal normal normal 20px tahoma;
                    color: #fffaf9;
                }
                

            .div-document {
                margin: 20px;
            }
                .div-document h3 {
                    margin-bottom: 10px;
                    padding: 5px 10px;
                    background: #f2a510;
                }
                    .div-document h3 span {
                        font-size: 18px;
                        color: #fff;
                    }

            .attachment {
                margin: 0 20px 20px 20px;
            }
                .attachment-image {
                    
                }
                .attachment-description {
                    font-style: italic;
                }
            .status,
            .error,
            .warning {
                margin: 20px;
            }
        #div-footer {
            clear: both;
            background: #f2a510;
            padding: 5px 10px;
            height: 30px;
        }
            #div-footer p {
                margin: 0 !important;
                padding: 0 !important;
                color: #fff;
                text-align: center;
                line-height: 30px;
            }
            */