/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* --- Divs used for page structure ---*/
body
{
    font-family: Verdana;
}
body.normalpage
{
    background-image: url(../themeimages/shading.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #8A8A8A;
    height: 100%;
    margin:0;
    padding:0;
}

div#main
{
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
    /*width: 919px;*/
    width: 88.4em;
    min-height: 10px;
    overflow: hidden;
    
}
div.mainmargins
{

}
div#containerdiv
{  
    width: 100%;
    height: 100%;
}
div#maincontainerdiv
{
    width: 100%;
    height: 100%;
}
.newsitemheader
{
    font-weight: bold;
    font-size: 1.1em;
}
#topmenu
{
    width: 64em;
    position: relative;
    left: 267px;
    top: -22px;
    margin-bottom: -10px;
    padding: 0;
}
    #topmenu ul
    {
        list-style: none;
        margin: 4px 0 0;
        padding: 0;
        overflow: hidden;
    }
    
        #topmenu ul li 
        {
            float: left;
        }
        
            #topmenu ul li a,
            #font-size .toggle  
            {
                background: url("/App_Themes/lier/themeimages/icons/pil_toppmeny.gif") no-repeat left center;
                padding-left: 10px;
                display: block;
                color: #000;
                font-size: 1.2em;
                font-weight: bold;
                margin-right: 10px;
            }
            
div#quicksearchdiv
{
    position: absolute;
    top: 50px;
    float: right;
    max-height: 18px;
    height: 18px;
    overflow: hidden;
}
div#quicksearchdivobject
{
max-width: 920px;
float: left;
padding-left: 690px;
}
div#leftmenudivcontent
{
/*    border-left: solid 12px #006599;
    height: 100%;*/
    width: 90%;
}
div#leftmenurightimage
{
}
div#contentdiv
{
    width: 73%;
    height: 100%;
}

div#mainareadiv
{
    height: auto;
    width: 100%;
    float: left;
    
}
div#mainareadivfullheight
{
    height: 100%;
    width: 100%;
}
div#mainbottom
{
    
    width: 100%; 
    float: left;
    
}
div#voicearea
{
    width: 68.3%;
    float: left;
}

div#leftmenudiv
{
    width: 27%;
    
}
div#leftmenudivpage
{
    border-left: solid 12px #83B619;    
    width: 22%;

    float: left;
    background-color: #ececeb;
    margin-right: 1em;
}
div#leftmenudivcontentpage
{

    min-height: 100%;
    height: 100%;
    padding-left: 5px;
    font-size: 1.1em;
    padding-bottom: 2em;    
}

div#rightmenudiv
{
    
    width: 28%;
    float: left;
}
div#bottomcenter
{
    
    width: 68%;     
}
div#bottomright
{
    

}
/* --- Standard classes ---*/

div#footerdiv
{
	background-color: #83B619;
	color: #ffffff;
    height: 1.5em;
    width: 100%;
}
div#footerdiv div
{
padding-top: 1px;
}

.right-links 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .right-links li a 
    {
        display: block;
        padding: 7px 10px;
        font-size: 1.1em;
        background: #5485b2;
        color: #fff;
        font-weight: bold;
        margin-bottom: 10px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-radius: 5px 0px 5px 0px;
        border-radius: 5px 0px 5px 0px; 
    }
    
    .right-links li:nth-child(3n+2) a
    {
        background-color: #ff7c29;
    } 
    
    .right-links li:nth-child(3n+3) a
    {
        background-color: #7ec82e;
    } 
    
    .right-links li.c3n-plus-2 a 
    {
        background-color: #ff7c29;
    } 
    
    .right-links li.c3n-plus-3 a 
    {
        background-color: #7ec82e;
    } 
    
    .right-links li a:hover 
    {
        text-decoration: underline;
    }
    
#skiplinks 
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
}

    #skiplinks a
    {
        padding: 10px;
        display: block;
        color: #333;
        background: #ffc;
    }
