html, body {
    height: 100%;
    font-family: Verdana;
    background-image: url('/images/sistema-background.png') ;
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #58585A;
    font-size: 12px;
    margin: 0;
}

img {
    border: none;
}

#container {
    width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

#wrapper {
    width: 1000px;
    text-align: left;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 4px 17px #000;
    -webkit-box-shadow: 2px 4px 4px #000;
    box-shadow: 2px 4px 4px #000;
    background-image: url('/images/wrapper-background-sistema.png') ;
    background-position: bottom right;
    background-repeat: no-repeat;
}

#header {
    background-color: #fff;
    padding: 15px 50px;
    position: absolute;
    top: 0px;
    width: 900px;
}


#header .logo {
    clear: both;
    display: block;
    margin-top: 14px;
}


#menu-top {
    width: 900px;
    height: 37px;
    z-index: 300;
}

#menu-top ul,
#menu-top li ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #000;
    color: #fff;
    z-index: 101;
}


#menu-top ul > li {
    float: left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ECEDED;
    width: 170px;
    margin-right: 10px;
    -moz-box-shadow: 1px 2px 5px #777;
    -webkit-box-shadow: 1px 2px 5px #777;
    box-shadow: 1px 2px 5px #777;
}

#menu-top ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 10px;
    text-align: center;
}

#menu-top ul li li:first-child {
    margin-top: 10px;
}

#menu-top ul li li:last-child {
    margin-bottom: 10px;
}

#menu-top ul li li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
}


#menu-top ul li ul { /* second-level lists */
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    -moz-box-shadow: 1px 2px 5px #777;
    -webkit-box-shadow: 1px 2px 5px #777;
    box-shadow: 1px 2px 5px #777;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

#menu-top ul li ul li {
    margin-right: 0px;
    width: 150px;
    padding: 0px 10px 10px;
    background-color: #000;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu-top ul li:hover, li.over {
    background-color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#menu-top ul li li:hover, li li.over {
    background-color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#menu-top ul li:hover a, li.over a {
    color: #fff;
}

#menu-top ul li:hover ul, li.over ul { /* lists nested under hovered list items */
    display: block;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu-top ul li li a:hover {
    color: #ADCA52;
}

#content-holder {
    position: relative;
    padding: 135px 75px 50px 75px;
}


#content {
    float: left;
    width: 625px;
    border-right: 1px solid #AEC925;
    padding-right: 30px;
}

#content h1 {
    color: #AEC925;
    font-size: 17px;
}
#content h2 {
    color: #000;
    font-size: 12px;
    margin: 0 0 8px 0;
}

#home-right {
    float: right;
    width: 170px;
    padding-left: 20px;
}

#home-right h1 {
    color: #AEC925;
    font-size: 15px;
}

#breadcrumbs {
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 100;
    font-size: 13px;
    font-weight: bold;
}

#breadcrumbs a {
    color: #000;
    text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a.selected {
    color: #AEC925;
}
#breadcrumbs a.selected:hover {
    color: #707173;
}

#nav a { background: #ECEDED; text-decoration: none; margin: 0 5px; padding: 3px 5px; color: #000; font-size: 9px; }
#nav a.activeSlide { background: #AEC925 }



#intro-holder {
    margin-left: -25px;
    margin-right: -25px;
}

#intro {
    -moz-box-shadow: 2px 4px 10px #777;
    -webkit-box-shadow: 2px 4px 10px #777;
    box-shadow: 2px 4px 10px #777;
    width: 900px;
    margin-bottom: 40px;
    overflow: none;
    position: relative;
    height: 300px;
}

#intro .element {
    width: 900px;
    height: 300px;
    float: left;
    position: relative;
    border: 1px solid #D4D4D4;
}

#intro .tekst {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    background-color: #AEC925;
    width: 880px;
}

#intro h1 {
    font-size: 40px;
    margin: 0;
    color: #fff;
}

.push {
    height: 70px;
}

#footer {
    height: 22px;
    background-color: #4F5051;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    -moz-box-shadow: -2px -4px 10px #777;
    -webkit-box-shadow: -2px -4px 10px #777;
    box-shadow: -2px -4px 10px #777;
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer ul > li {
    margin-right: 10px;
    display: inline
}

#footer a {
    color: #fff;
    text-decoration: none;
}