/* 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 ---*/

#containerdiv
{
	width: 78em;
	margin: 1em;
	text-align: left;
}
#headerdiv
{
	text-align: center;
	/*display: block;*/
}
#globalmenudiv
{
	background-image:url(../images/AF/back_menu.png);
	background-repeat:repeat-x;
}
#quickbardiv
{
	position:relative; 
	margin-top: -5em; 
	margin-right: 3px; 
	float: right; 
	text-align: right;
	width: 48%;
}
#leftmenudiv
{
	width: 22%;
	float: left;
	text-align: left;
	background-color: #Ffffff;
}
#mainareadiv
{
	float: left;
	text-align: left;
}
.normalwidth
{
	width: 72%;
}
#rightmenudiv
{
	width: 26%;
	float: right;
	text-align: left;
	margin-right:0.5em;
	margin-top: -2.1em;
}
#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

IMG
{
	border: 0;
}
BODY
{
	background-color: #fff;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	text-align: left;
	color: #454545;

	/*
	background-color: #F0F0F0;
	*/
}
#topmenudiv
{
	background-color: #E1E5E8;
	width: 100%;
	
	/* 
	background: #E0D2B5 url(../images/topmenubg.gif) repeat-x;
	text-align: left;
	display: block;
	margin-bottom:0.3em;
	height: 2.3em;
	*/
}
#topmenucontrol
{
	margin-top: 0em;
	padding: 0.4em 0em 0.3em 0.4em;
	width: 100%;
	font-size: 1.1em;
	font-family: Verdana, Arial, Tahoma, ;
}
#contentdivStartPage
{
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}
.startpagewidth
{
	width: 67%;
}

#rightmenudivStartPage
{
	width: 160px;
	float: right;
	text-align: left;
	margin-left: 1em; 
}

#quickbar
{
	text-align: right;
}
#footerdiv
{
	border-top: #bfbfbd 1px solid;
	margin-top: 6px;
	font-size: 10px;
	padding-top: 6px;
/*
	background: #F0E5CE url(../images/footer_gradient.gif) repeat-x;
	float: right;
	width: 100%;
	height: 2.1em;
*/
}
div.footerleftcornerdiv
{
	background-image: url(../images/corner_left_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 0.5em;
	height: 2.1em;
	float: left;
}
div.footerrightcornerdiv
{
	background-image: url(../images/corner_right_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 0.5em;
	height: 2.1em;
	float: right;
}
/* Not Uses ??
#footermaindiv
{
	width: 76.8em; 
	float:left; 
	padding-top: 0.5em;
	height: 2.1em;
}
#footerleftdiv
{
	width: 33%; 
	float: left; 
	text-align: left;
}
#footermiddlediv
{
	width: 33%; 
	float: left; 
	text-align: center;
}
#footerrightdiv
{
	width: 33%; 
	float: left; 
	text-align: right;
}
*/
#maincontainerdiv
{
	padding-top: 1em;
	padding-bottom: 3em;
	padding-left:1em;
	float: right;
	background-color: #FFFFFF;
}
#contentdiv
{
	width: 77%;
	float: right;
}
#topmenu
{
	margin-top: 1.7em;
	padding: 0.4em 0em 0.3em 1em;
	width: 100%;
}
#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 2px;
	background-color:#f5f5f5;
	margin-bottom:1px;
}
tr.tablerow
{
	background-color:#f5f5f5;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}


/* NEW */

.main_men {
	color: #000000;
	float: left;
	padding: 5px;
	padding-left: 7px;
	padding-right: 25px;
	text-align: left;
	font-size: 11px;
	border-left: #96A1A6 1px solid;
}

.grey {
	color: #464646;
}
.sort {
	color: #000000;
}
.blue {
	color: #41546A;
}

A
{
	text-decoration: none;
	color: #41546A;
}
A:hover
{
	text-decoration: underline;
}



/* navbar */
    /* form */


ul#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 100;
}
ul#nav a
{
    
    border-right: 1px solid #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    padding: 4px;
    padding-right: 10px;
    padding-left: 10px;
}
ul#nav li a:hover
{
    background: #CCD5DB;
}
ul#nav li a.on /* highlight */
{
    color: #fff;
    background: #929BA4;
}
ul#nav li ul /*  2nd level container */
{
    padding: 0;
    margin-top: 0px;
    background-color: #ffffff;
    border-color: #929BA4;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    list-style: none;
}
ul#nav li li a /* 2nd level item */
{
    font-size: 100%;
    color: #3F4952;
    border-width: 1px 0px 0px 0px;
    border-color: #929BA4;
    border-style: solid;
    padding:  1px 2px 1px 5px;
}
ul#nav li li a:hover
{
    color: #fff;
    background: #929BA4;
}

    /* function */
ul#nav li { /* all list items */
    float: left;
}
ul#nav li ul li { /* 2nd level item */
    width: 20ex; /* width needed or else Opera goes nuts */
}
ul#nav li ul { /* second-level lists */
    position: absolute;
    width: 20ex;
    left: -999em; /* hide menus */
}
ul#nav li:hover ul, #nav li.sfhover ul { /* lists nested under  hovered list items */
    left: auto;
}
/* end-navbar */


#GlobalMenu
{
	background-image: url(../gfx/back_menu.png);
	height: 29px;
}