/* -------------------------------------------------- STYLE RESET --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------- */

html, body {
	margin: 0 auto;
	padding: 0;
	font: 100%/1.125em "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.125em;
	background: #8cbfff;
}

p {
    font-size: 0.7em;
}

.sidenote {
    font-size:0.65em; 
}

<!--[if !IE]>-->

body {
    font-size:16px;
}

<!--<[endif]-->

/* ---------------------------------------------------------- A */
a {
	
}

a:link, a:visited {
	color: #000;
  	text-decoration: underline;
}

a:hover {
	color: #000;
  	text-decoration: underline;
}

a:active {
	color: #444;
}

/* ---------------------------------------------------------- HEADLINES */

h1 {
	color: #000;
	font-size: 1.2em;
	margin: 0.5em;
	padding: 0.2em;
	border-bottom: 1px solid #afafaf;
}

h2 {
	font-size: 1.0em;
	margin: 0.5em;
	padding: 0.2em;
	border-bottom: 1px solid #afafaf;
}

h3 {
	font-size: 0.9em;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
}

h5 {
	font-size: 0.7em;
	font-weight: bold;
}

/* ---------------------------------------------------------- DOC */

#doc {
	margin: 0;
	padding-bottom: 5em;
	background: url(../img/background-fm-rc2.jpg) no-repeat bottom center;
	
}

#doc * * {
	
}

/* ---------------------------------------------------------- PAGE */

#page {
	margin: 0 auto;
	width: 980px;
	padding: 0.5em;
	background: url(../gfx/bg20.png);
	border: 1px dotted #8ad4fe;
}

/* ---------------------------------------------------------- HEADER */

#header {
	width: 980px;
	margin: 0 auto;
	padding: 0.5em;
	height:5.5em;
}

#header img {
	position: absolute;
	padding: 0.7em;
}

#header #lang {
	position: relative;
	margin: -0.5em 2em 0em 2em;
	padding: 1em;
	float: right;
	z-index: 300;
}

#header #lang a {
	color: navy;
	text-decoration: none;
	font-size: 0.7em;
}

#header #lang a:hover {
	color: #000;
	text-decoration: underline;
}
			
/* ---------------------------------------------------------- NAVIGATION */

#navigation {
	clear: both;
	float: right;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 2.75em;
	background: #000 url(../gfx/nav-bg.png) repeat-x top left;
	
}

#navigation li {
	float: left;
	padding: 0.8em 0 0 0;
}

#navigation a {
	font-size: 0.8em;
	font-weight: normal;
	color: #fff;
	padding: 0.8em 1.5em;
	text-decoration: none;
	border-right: 1px solid #3399cc;
}

#navigation a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------- CONTENT */

#content {
	clear: both;
	margin: 0 auto;
	padding: 0;
	border-top: 0;
	background: #fff;
	min-height: 400px;
}

p#motto {
	float: left;
	font-size: 2em;
	padding: 1em;
	line-height: 1em;
	width: 44%;
	z-index: 6000;
}

/* ---------------------------------------------------------- FLASH */

#bg-flash {
	margin: 0;
	padding: 0;
	height: 400px;
	z-index: 1;
}

#bg-flash .flash {
	top:0px; 
	left:0px;
	z-index: 2;
	background: #fff;
	}

/* ---------------------------------------------------------- SECONDARY */

#secondary {
	position: relative;
	float: right;
	padding: 0;
	margin: -400px 0 0 0;
	width: 30%;
	z-index: 200;
	height: 400px;
}

ul#news {
	z-index: 201;
	height: 400px;
	background: url(../gfx/bg20.png);
}

ul#news .header {
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	color: #000;
	padding: 0.7em 0.5em 0.4em 1em;
	background: #222 url(../gfx/news-bg.png);
	text-align: left;
	border-top: 0;
	z-index: 202;
}

ul#news strong {
	
}

ul#news li {
	padding: 0.2em 0.5em 0.5em 1em;
	background: url(../gfx/bg75.png);
	border-top: 0.075em solid #fff;
	border-bottom: 0.075em solid #666;
	z-index: 203;
	text-shadow: #fff -1px 1px 0px;
}

ul#news li.headline:before {
	content: "» ";
	z-index: 204;
}

#doc #page #content ul#news li a {
	font-size: 0.85em;
	color: #000;
	text-decoration: none;
	z-index: 205;
}

#doc #page #content ul#news li a:hover {
	color: #444;
	z-index: 206;
}




/* ---------------------------------------------------------- PRIMARY */

#primary {
	clear: both;
	padding: 1em;
	margin: 1em 1em 0 1em;
	background: #fff;
}

#primary p {
	font-size: 0.75em;
	padding: 0.5em 1em 2em 1em;
	z-index: inherit;

}

#primary p.big {
	font-size: 0.95em;
	line-height: 1.5em;
}

#primary a {
	color: blue;
	z-index: inherit;
}

#primary #column-left {
	width: 50%;
	float: left;
}

#primary #column-right {
	width: 50%;
	float: left;
}


#back-to-top {
	clear: both;
	height: 2em;
	border-top: 1px solid #999;
	padding: 1em 0 0 0;
}

#back-to-top a {
	color: inherit;
	text-decoration: inherit;
}

#back-to-top a:hover {
	color: inherit;
	text-decoration: underline;
}

/* ---------------------------------------------------------- FOOTER */

#footer {
	clear: both;
	margin: 0;
	min-height: 10em;
	color: #fff;
	background: #111 url(../img/background-fm-dark-inv-bottom.jpg) no-repeat bottom center fixed;
	border-top: 0.25em solid #666;
}

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

#footer a:hover {
	color: #777;
}

#footer #details {
	width: 770px;
	margin: 0 auto;
}

#footer .sitemap {
	font-size: 0.8em;
	margin: 0;
	padding: 1em 0 1em 1em;
	float: left;
}

#footer .sitemap ul {
	margin: 0;
	padding: 0;
}

#footer .sitemap ul li {
	font-size: 0.7em;
	display: block;
	position: relative;
	list-style: none;
}

#footer #company-info {
	font-size: 0.8em;
	margin: 0;
	padding: 1em 0 1em 1em;
	float: left;

}

#footer #company-info ul {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	font-size: 0.85em;
	list-style: none;
	float: left;
	height: 8em;
	border-left: 1px solid #afafaf;
}