/* 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;
    /*color: #505050;*/
    color: #505050;
    font-size: 68.8%;
    
}
p
{
    color: #505050;
}
hr
{
        color: #505050;
}
a
{
color: #404040;
}
a:hover
{
    color: #A4A4A4;
}
div#main
{  
    margin-left: auto;
	margin-right: auto;
	padding-left: 0;	
	text-align: left;
    min-height: 10px;
    overflow: hidden;    
}
div#main_top
{
    background-image: url(../themeimages/shading_top.gif);
    background-repeat: no-repeat;
    background-position: top;   
}
div#main_center
{
    background-image: url(../themeimages/shading_center.gif);
    background-repeat: repeat-y; 
    padding-left: 22px;
    padding-top: .7em;
}
div#main_bottom
{
    background-image: url(../themeimages/shading_bottom.gif);
    background-repeat: no-repeat;
    background-position: top;  
}
div#containerdiv
{  
    width: 100%;
    height: 100%;
}
div#maincontainerdiv
{
    width: 100%;
    height: 100%;
}

div#topmenudiv
{
    width: 64em;
    position: relative;
    left: 252px;
    top: -17px;
    margin-bottom: -10px;
    padding: 0;
}
div#quicksearchdiv
{
    position: absolute;
    top: 50px;
    left: 74%;
    float: left;
    width: auto;
    padding-right: 1em;
    max-height: 18px;
    height: 18px;
    overflow: hidden;
}
div#quicksearchdivstartpage
{
    position: absolute;
    top: 30px;
    left: 50.5%;
    float: left;
    width: 205px;
    padding-right: 1em;
    overflow: hidden;
}
.quicksearchtoppadding
{
    padding-top: .8em;
}
#quicksearchbottom
{
     border-top: solid 1px white;
     padding-top: .4em;
}
div#quicksearchdivobject
{

    padding-right: 1em;
}
div#leftmenudivcontent
{
/*    border-left: solid 12px #006599;
    height: 100%;*/
    width: 90%;
}
div#leftmenurightimage
{
}
div#contentdiv
{
    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: 42em;
    
    float: left;
}
div#newslistdivstartpage
{
    height: 100%;
    width: 100%;
    padding-bottom: 2em;
    
}
div#leftmenudiv
{
    width: 27%;
    
/*    float: left;
    background-color: #ececeb;
    margin-right: 3%;*/
}
div#rightmenudiv
{
    
    width: 30%;
    float: left;
}
div#bottomcenter
{
    
    width: 42em;     
}
div#bottomright
{
    
    width: 30%;
}
/* --- Standard classes ---*/

div#footerdiv
{
	color: #ffffff;
    height: 1.5em;
}
