/**
*	GENERAL
*/
a { color: white; text-decoration: none; }
a:hover { color: #c9df29; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { margin: 0; margin-bottom: 0.5em; line-height: 1.2em; text-align: left; } 
div.cleaner { clear: both; height: 0; width: 0; }

/**
*	OPENER
*/
div#opener { 
	position: absolute; 
	top: 50%; 
	left: 50%;
	width: 780px;
	height: 230px;
	margin: -115px 0 0 -390px; 
	text-align: left; 
	overflow: visible;
	line-height: 140%; 
	background: url(/img/amb/bg-opener.jpg) no-repeat top center;			
}
div#opener a { color: gray; }
div#opener ul { list-style: none; margin: 140px 0 0 530px; }

/**
*	LAYOUT
*/
body { 
	margin: 40px 0 0 0; 
	text-align: center; 
	font: 13px/110% Verdana, sans-serif;
}
div#wrapper {
	width: 942px;
	margin: auto;
	padding-top: 150px;
	text-align: left;
	background: url(/img/amb/bg-header.jpg) no-repeat center top;
}
div#container {
	padding: 6px 6px 30px 6px;
	color: white;
	background-color: #9f9f9f;
}
div#content a { color: #c7e200; /*#c0d90e;*/ }
div#content a:hover { text-decoration: underline; }
div#content div#leftcol { padding: 20px 10px 0 10px; margin-right: 390px; text-align: justify; }
div#content div#rightcol { width: 373px; padding: 20px 10px 0 10px; float: right; }
/* Attachments */
div.mov, div.pdf { text-align: justify; padding-left: 40px; margin: 15px 10px; }
div.mov { background: no-repeat center left url(/img/mov.png); }
div.pdf { background: no-repeat center left url(/img/pdf.png); }
div.mov p, div.pdf p { margin: 0; }

div#footer {
	color: white;
	padding-top: 30px;
	background: url(/img/amb/bg-footer.jpg) repeat-x;
}
div#siteinfo { 
	height: 20px; 
	font-size: 90%; 
	line-height: 20px;
	vertical-align: middle;
	padding: 20px 10px 5px 10px;
}
#siteinfo a { color: white; }
#siteinfo span#copy { float: left; }
#siteinfo span#language { float: right; }

/**
*	NAV
*/
div#nav { padding: 2px; border: 1px solid white; }
div#theme {
	height: 385px;
	padding: 0px;
	margin-right: 390px;
	border: 1px solid white;
	background-repeat: no-repeat; 
	background-position: center center;
}
div#right { float: right; width: 393px; }
div.navbox { 
	width: 190px;
	height: 190px;
	border: 1px solid white; 
	margin: 3px 0 0 3px;
	float: left; 
	display: inline;
	overflow: hidden;
	color: white;
	font-size: 9pt;
	line-height: 100%;
	background: #3d2362 url(/img/amb/menu-inactive.png) no-repeat 5px 5px; 
}
div.navbox:hover { background-image: url(/img/amb/menu-active.png); }
div.navbox h3 { margin: 12px 5px 9px 35px; font-size: 19px; font-weight: normal; font-variant: small-caps; line-height: 1em;}
div.navbox ul { padding: 0; margin: 15px 0 0 35px; }
div.navbox ul ul { margin: 0 0 2px 10px; list-style-type: disc; }