﻿BODY
{
    background-position: 0 40px; /*background-image: url("demo.png");*/
    background-image: url('images/demo/background.png');
    background-repeat: repeat;
    margin: 0px;
}

.menuElement:hover
{
    background-image: url('images/demo/activeHeaderElement.png');
}

.list_node
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.list_node div
{
    background-color: #9eb3c8;
    /*background-image: url('images/demo/headerpanelbackground.png');*/
    border-bottom: 1px solid gray;
}

.list_node .text
{
    list-style-type: none;
    margin: 0px;
    margin-left: 0px;
    line-height: 30px;
    font-size: 18px;
}
.list_item
{
    list-style-type: none;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 22px;
    /*border-bottom: 1px solid gray;*/
}
.list_item div
{
    background-color: #FFF;
    cursor: pointer;
}

.list_item div:hover
{
    /*background-color: #DDBA80;*/
    background-color: #cddce7;
}

.activeListElement
{
    background-color: #FBECBF !important;
}

.list_item span
{
    margin-left: 30px !important;
    font-size: 16px !important;
}

.level1Margin
{
    margin-left: 15px !important;
}
.level2Margin
{
    margin-left: 15px !important;
}

.ulClass
{
    margin-left: 0px;
    padding-left: 0px;
}
