﻿
/*
----------------------------------------------------------------------------------------------------
	reset
----------------------------------------------------------------------------------------------------
*/

@charset "utf-8";

/* [begin: reset styles] */

/*
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-extended-
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
/*
caption, th, td {
	text-align: left;
	font-weight: normal;
}
*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
based on Stefan Nitzsches work
http://nitzsche.info
*/

html {
height: 100%;
}

body {
/*
height: 101%;
*/
background-color: #fff;
}

strong, b {
font-weight: bold;
}

em, i {
font-style: italic;
}

.hideme {
position: absolute;
left: -9999em;
top: -9999em;
}

label,
input[type=button],
input[type=submit],
button {
cursor: pointer;
}

q:lang(de) {
quotes: '' '' '' '';
}

q:lang(en) {
quotes: '' '' "" "";
}

abbr[title] {
border-bottom: 1px dotted #888 !important;
cursor: help;
}

a abbr {
cursor: pointer !important;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.ie7 address {
font-style: normal;
}

img {
-ms-interpolation-mode: bicubic;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* -extensions- */
input::-moz-focus-inner,	/* removes button padding in FF */
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=hidden] {		/* hides hidden inputs in FF 3.5- */
	display: none !important;
}
input {
	margin: 0;				/* removes margin from radio-buttons */
}

/* [end: reset styles] */





/*
----------------------------------------------------------------------------------------------------
	tools
----------------------------------------------------------------------------------------------------
*/

.hidden {
	display: none;
}

/* js only stuff */
/*
.js #wrapper {
	display: none;
}
*/

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}





/*
----------------------------------------------------------------------------------------------------
	fonts
----------------------------------------------------------------------------------------------------
*/

.MuseoSlab-500 {
	font-family: MuseoSlab-500;
	font-weight: normal;
	font-style: normal;
}






/*
----------------------------------------------------------------------------------------------------
	basics
----------------------------------------------------------------------------------------------------
*/

a,
a:link,
a:visited {
	color: #096ccf;
}
a:hover,
a:active {
	color: #5ca1e5;
}
sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
	font-size: 0.75em;
}





/*
----------------------------------------------------------------------------------------------------
	construction
----------------------------------------------------------------------------------------------------
*/

html {
	height: 101%;
}
body {
	width: 960px;
	margin: 25px auto;
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 170%;
	color: #374143;
}
#wrapper {
	position: relative;
	width: 960px;
}
#header {
	position: relative;
	float: left;
	width: 960px;
	height: 110px;
}
/*
#header_logo {
	float: left;
	width: 460px;
}
#header_ad {
	float: left;
	width: 500px
}
*/




/*
----------------------------------------------------------------------------------------------------
	header logo / ad
----------------------------------------------------------------------------------------------------
*/

#header_logo {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 312px;
	height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}
/*
.de #header_logo { background-image: url(img/header/logo/de.png); }
.es #header_logo { background-image: url(img/header/logo/es.png); }
.fr #header_logo { background-image: url(img/header/logo/fr.png); }
.it #header_logo { background-image: url(img/header/logo/it.png); }
.nl #header_logo { background-image: url(img/header/logo/nl.png); }
.en #header_logo { background-image: url(img/header/logo/uk.png); }
*/
.de #header_logo { background-image: url(img/header/logo/logo_de.svg); }
.es #header_logo { background-image: url(img/header/logo/logo_es.svg); }
.fr #header_logo { background-image: url(img/header/logo/logo_fr.svg); }
.it #header_logo { background-image: url(img/header/logo/logo_it.svg); }
.nl #header_logo { background-image: url(img/header/logo/logo_nl.svg); }
.en #header_logo { background-image: url(img/header/logo/logo_uk.svg); }



/* header ad */

#header_ad {
	position: absolute;
	display: block;
	left: 492px;
	top: 0;
	width: 468px;
	height: 60px;
	padding-top: 10px;
	background-position: right top;
	background-repeat: no-repeat;
}
.de #header_ad { background-image: url(img/misc/ad-heading-de.png); }
.es #header_ad { background-image: url(img/misc/ad-heading-es.png); }
.fr #header_ad { background-image: url(img/misc/ad-heading-fr.png); }
.it #header_ad { background-image: url(img/misc/ad-heading-it.png); }
.nl #header_ad { background-image: url(img/misc/ad-heading-nl.png); }
.en #header_ad { background-image: url(img/misc/ad-heading-en.png); }




/*
----------------------------------------------------------------------------------------------------
	nav
----------------------------------------------------------------------------------------------------
*/

/* line active selected */

#nav ul ul {
	display: none;
}
/*
#nav ul li.current ul {
	display: block;
}
*/

#nav_wrapper {
	float: left;
	position: relative;
	width: 960px;
	height: 40px;
	margin-bottom: 5px;
	border-bottom: 5px solid #3a89d9;
	z-index: 10000;
}

#nav {
	float: left;
	position: relative;
	width: 790px;
}

/*
#search {
	float: left;
	position: relative;
	width: 200px;
}
*/

#nav ul li {
	float: left;
	position: relative;
}

/* level 1 */
#nav ul a,
#nav ul a:link,
#nav ul a:visited {
	display: block;
	padding: 0 24px;
	/* width: 140px; */
	height: 40px;
	margin-bottom: -5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 5px solid #3a89d9;
	background: #FFFFFF;
	color: #888888;
}

.fr #nav ul a,
.fr #nav ul a:link,
.fr #nav ul a:visited {
	padding: 0 17px;
}
/*
.fr #nav > ul > li:first-child a,
.fr #nav > ul > li:first-child a:link,
.fr #nav > ul > li:first-child a:visited {
	padding-left: 12px;
}
*/
.fr #nav ul li.level1.first a,
.fr #nav ul li.level1.first a:link,
.fr #nav ul li.level1.first a:visited {
	padding-left: 12px;
}
#nav ul li.active a,
#nav ul li.current a {
	background: #deebf9;
	color: #374143;
}
#nav ul a:hover,
#nav ul a:active {
	background: #bed8f2 !important;
	color: #374143;
}
#nav ul li:hover a {
	background: #bed8f2;
	color: #374143;
}
/* special rules for first menu item */
#nav ul li.first a {
	background: #FFFFFF;
}
#nav ul li.first.current a {
	background: #deebf9;
}

/* level 2 */
#nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
}
#nav ul ul a,
#nav ul ul a:link,
#nav ul ul a:visited {
	float: left;
	width: 300px;
	margin-bottom: 0;
	background: #deebf9; /* #bed8f2 */
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
	color: #374143;
}
#nav ul ul a:hover,
#nav ul ul a:active,
#nav ul ul li.active a,
#nav ul ul li.first.active a {
	background: #bed8f2; /* #9dc4ec */
}
#nav ul ul li.current a:hover {
	background: #9dc4ec !important;
}





/*
----------------------------------------------------------------------------------------------------
	search
----------------------------------------------------------------------------------------------------
*/

.search {
	float: right;
	width: 170px;
	height: 26px;
	margin-top: 8px;
	background: url(img/misc/ui.png) 0 0 no-repeat; /* search_field */
}
.search .text {
	float: left;
	display: block;
	border: none;
	width: 135px;
	margin: 4px 5px 0 7px;
	padding: 0;
	background: none;
}
.search .submit {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: 4px;
	border: none;
	outline: none;
	background: transparent url(img/misc/ui.png) -170px 0 no-repeat; /* search_submit */
	line-height: 50px; /* Set it higher than your image height */
	overflow: hidden; /* Hide the text */
	font-size: 0; /* FF2 doesn’t like the above */
}
.ie .search .submit {
	margin-left: -1px;
}
.search .submit:hover {
	background-position: -188px 0;
}





/*
----------------------------------------------------------------------------------------------------
	breadcrumbs
----------------------------------------------------------------------------------------------------
*/

#breadcrumbs {
	clear: both;
	width: 960px;
	height: 30px;
	font-size: 12px;
}
#breadcrumbs ul,
#breadcrumbs li,
#breadcrumbs a {
	float: left;
	display: block;
	line-height: 160%;
}
#breadcrumbs ul {
	padding-left: 24px;
}
.fr #breadcrumbs ul {
	padding-left: 12px;
}
#breadcrumbs li.item {
	margin: 0 0 0 7px;
	padding: 0 0 0 10px;
	background: url(img/misc/ui.png) -236px 0.70em no-repeat; /* breadcrumb_separator */
}
#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited {
	text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:active {
	text-decoration: underline;
}



/*
----------------------------------------------------------------------------------------------------
	start teaser
----------------------------------------------------------------------------------------------------
*/

#start_teaser {
	clear: both;
	position: relative;
	width: 960px;
	height: 337px;
	overflow: hidden;
}
#start_teaser ul {
}
#start_teaser ul li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#start_teaser ul li.first {
	display: block;
}
#start_teaser ul li img {
	position: relative;
	display: block;
	background-color: #FFFFFF;	/* fix FF Bug #723484 https://bugzilla.mozilla.org/show_bug.cgi?id=723484#c18 */
}
#start_teaser .arrow {
	position: absolute;
	top: 140px;
	left: 30px;
	width: 15px;
	height: 33px;
	background: transparent url(img/misc/ui.png) -206px 0 no-repeat; /* start_teaser_arrow */
	cursor: pointer;
	z-index: 5000;
}
#start_teaser #arrow_right {
	left: 915px;
	background-position: -221px 0; /* start_teaser_arrow */
}

/* slider logic */
#start_teaser ul li {
    z-index: 1000;
}
#start_teaser ul li.active {
    z-index: 3000;
}
#start_teaser ul li.next_active {
    z-index: 2000;
}





/*
----------------------------------------------------------------------------------------------------
	content
----------------------------------------------------------------------------------------------------
*/

#main_wrapper {
	clear: both;
	float: left;
	width: 960px;
}
#main {
	float: left;
	width: 960px;
	padding-top: 28px;
}

#content_wrapper {
	float: left;
	width: 660px;
}
#content {
	float: left;
	margin: 0 30px 40px 12px
}

#content p {
	margin: 0 0 1.0em 0;
}
#content h1 {
	margin: 0 0 0.75em 0;
	font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	line-height: 120%;
	color: #096CCF;
}
#content h2 {
	margin: 2.2em 0 1.0em 0;
	font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 120%;
	color: #096CCF;
}
#content h3 {
	margin: 1.5em 0 1.0em 0;
	font-weight: bold;
	color: #4b545c;
}
#content sup,
#content sup a {
	padding-left: 0.25em;
	font-size: 0.7em;
	text-decoration: none;
	color: #096CCF;
}

#content ul {
	margin: 0 0 1.0em 0;
}
#content ul li {
	margin: 0 0 0.5em 2.0em;
	padding: 0;
	list-style: disc outside;
}



/* sources */

#content .sources {
	display: block;
	margin: 3.0em 0 0 0;
	padding-top: 2.5em;
	border-top: 1px solid #bfbfbf;
}
#content .sources h3 {
	margin: 0 0 1.0em 0;
	font-size: 12px;
	font-style: italic;
}
#content .sources p {
	margin: 0 0 0.75em 16px;
	font-size: 11px;
	line-height: 160%;
}
#content .sources sup {
	position: relative;
	display: block;
	width: 16px;
	margin: 0 0 0 -16px;

	height: 0;
	line-height: 1;
	position: relative;
	top: 0;
	vertical-align: baseline !important;
	vertical-align: bottom;
	font-size: 0.75em;

}





/*
----------------------------------------------------------------------------------------------------
	special tpl styles
----------------------------------------------------------------------------------------------------
*/

/* start page */

body.start #header_ad {
	display: none;
}
/*
body.start.en #header_ad {
	display: block;
}
*/

/* box aminoacids */

#box_aminoacids {
	float: left;
	position: relative;
	width: 606px; /* 630px; */
	margin: 0 30px 0 0;
	padding: 11px 12px;
	background: #edf2fa  url(img/content/start/bg-box-aminoacids.jpg) top right no-repeat;
	overflow: hidden;
}
#box_aminoacids h3 {
    color: #096CCF;
    font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    margin: 0 0 0.75em;
}
/*
#box_aminoacids ul {
	float: left;
	width: 636px;
}
#box_aminoacids li {
	float: left;
	width: 288px;
	margin: 0 30px 0.85em 0;
	font-size: 12px;
	line-height: 140%;
}
*/
/* box aminoacids floating elements */
#box_aminoacids ul {
	width: 636px; /* 641px */
}
#box_aminoacids ul li {
	width: 288px;
	margin: 0 30px 0.85em 0;
	padding: 0;
	font-size: 11px;
	line-height: 180%;
	display: -moz-inline-stack;
/*	display: -moz-inline-block; */
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	min-height: 50px;
	height: auto; !important;
}
* html #box_aminoacids ul li {
	height: 50px;
}
/*
#box_aminoacids .read_more {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 12px;
}
#box_aminoacids .read_more a {
	padding: 0 0 0 10px;
	background: url(img/misc/ui.png) -236px -57px no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #3a89d9;
}
#box_aminoacids .read_more a:hover {
	text-decoration: underline;
}
*/
#box_aminoacids li h4 a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #374143;
}
#box_aminoacids li h4 a:hover {
	color: #717879;
}
/*
#box_aminoacids li p {
	color: #717879;
}
*/
#box_aminoacids a.read_more {
	margin: 0 0 0 6px;
	padding: 0 0 0 7px;
	background: url(img/misc/ui.png) -236px -86px no-repeat; /* arrow_news */
	text-decoration: none;
}
#box_aminoacids a.read_more:hover {
	text-decoration: underline;
	color: #096CCF;
}

















/* news cat */

.news_cat #content ul li {
	margin: 0 0 4.0em 0;
	padding: 0;
	list-style: none;
}
.news_cat #content p {
	margin: 0 0 0.7em 0;
}
.news_cat #content p.source {
	font-size: 90%;
	margin: 0 0 0.8em 0;
}
.news_cat #content h2 {
	margin: 0 0 0.7em 0;
}
.news_cat #content h2 a {
	color: #666666;
	text-decoration: none;
}
.news_cat #content h2 a:hover {
	color: #888888;
}
.news_cat #content a.read_more {
	padding: 0 0 0 10px;
	background: url(img/misc/ui.png) -236px -55px no-repeat; /* arrow_news */
}


/* pagination */

/* #content div.paging ul.pageList */
#content .paging {
}
#content .pageList {
	float: right;
}
#content .pageList li {
	float: left;
}
#content .pageList li.control {
}
#content .pageList a {
	display: block;
	float: left;
	padding: 1px 6px 2px 6px;
	margin: 0 5px;
	font-size: 10px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	border: 1px solid #cfcfcf;
	color: #4e555c;
}
#content .pageList a.active {
	background: #dceaf9;
	border: 1px solid #afafaf;
}
#content .pageList a:hover {
	background: #EDF2FA;
	color: #79848f;
}
#content .pageList li.last a {
	margin-right: 0;
}
#content .pageList li:last-child a {
	margin-right: 0;
}





/* search result page */

#content .sisea-highlight {
	font-weight: bold;
}



/*
----------------------------------------------------------------------------------------------------
	marginal
----------------------------------------------------------------------------------------------------
*/

#marginal_wrapper {
	float: left;
	width: 300px;
}
#marginal {
	float: left;
	width: 300px;
}



/* marginal ad */

.marginal_ad {
	height: 100px;
	margin: 0 0 40px 0;
	padding: 21px 12px 20px 12px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background-position: right 4px;
	background-repeat: no-repeat;
}
.de .marginal_ad { background-image: url(img/misc/ad-heading-de.png); }
.es .marginal_ad { background-image: url(img/misc/ad-heading-es.png); }
.fr .marginal_ad { background-image: url(img/misc/ad-heading-fr.png); }
.it .marginal_ad { background-image: url(img/misc/ad-heading-it.png); }
.nl .marginal_ad { background-image: url(img/misc/ad-heading-nl.png); }
.en .marginal_ad { background-image: url(img/misc/ad-heading-en.png); }

.marginal_ad h4 {
	margin: 0 0 0.4em 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #3a89d9;
}
.marginal_ad p {
	margin: 0 0 0.4em 0;
	font-size: 12px;
	line-height: 150%;
	color: #555555;
}
.marginal_ad a,
.marginal_ad a:link,
.marginal_ad a:visited {
	color: #3a89d9;
	font-weight: bold;
	text-decoration: none;
}
.marginal_ad a:hover,
.marginal_ad a:active {
	text-decoration: underline;
}





/* marginal box */

.marginal_box {
	margin: 0 0 40px 0;
}
.marginal_box h3 {
	margin: 0 0 6px 0;
	padding: 6px 0 20px 12px;
	background: #61a1e1 url(img/marginal/ribbon.gif) 0 bottom no-repeat;
	font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
}
.marginal_box ul {
	margin: 0 0 0 12px;
}
.marginal_box li {
	margin: 0 0 0.95em 12px;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	list-style-type: disc;
	list-style-position: outside;
	color: #646d75;
}
.marginal_box li a,
.marginal_box li a:link,
.marginal_box li a:visited {
	color: #646d75; /* #4e555c; */
	text-decoration: none;
}
.marginal_box li a:hover,
.marginal_box li a:active {
	text-decoration: underline;
}



/*
----------------------------------------------------------------------------------------------------
	infoboxes
----------------------------------------------------------------------------------------------------
*/

#infoboxes {
	clear: both;
	float: left;
	width: 960px;
	margin-top: 40px;
}

.infobox {
	width: 276px;
	height: 380px;
	margin: 0 30px 0 0;
	padding: 11px 12px;
	float: left;
	background: #edf2fa;
}

.fr .infobox {
	height: 480px;
}
.en .infobox {
	height: 460px;
}


#infobox_1 {
	background: #edf2fa url(img/content/start/bg-box-infobox-1.jpg) center bottom no-repeat;
}
.infobox h3 {
	margin: 0 0 0.75em 0;
	font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 120%;
	color: #096ccf;
}
.infobox p.source {
	margin: 0 0 0.25em 0;
}
.infobox h4 {
	margin: 0 0 0.4em 0;
	font-size: 13px;
	line-height: 145%;
}
.infobox h4 a {
	color: #666666;
	line-height: 160%;
}
.infobox h4 a:hover {
	color: #888888;
}
.infobox p {
	font-size: 11px;
	line-height: 200%;
}
.infobox a {
	font-weight: bold;
	text-decoration: none;
	color: #096ccf;
}
.infobox a:hover {
	text-decoration: underline;
	color: #096ccf;
}


/* infobox_news */

#infobox_news p.read_more {
	padding: 0.5em 0 0 0;
}
#infobox_news a.read_more {
	padding: 0 0 0 10px;
	background: url(img/misc/ui.png) -236px -57px no-repeat; /* arrow_news */
}

/* infobox_ad */

#infobox_ad {
	width: 300px;
	float: left;
}
#infobox_ad div.ad_inner {
	margin-top: -11px;
	width: 300px;
	padding-top: 11px;
	background-position: right top;
	background-repeat: no-repeat;
}
.de #infobox_ad div.ad_inner { background-image: url(img/misc/ad-heading-de.png); }
.es #infobox_ad div.ad_inner { background-image: url(img/misc/ad-heading-es.png); }
.fr #infobox_ad div.ad_inner { background-image: url(img/misc/ad-heading-fr.png); }
.it #infobox_ad div.ad_inner { background-image: url(img/misc/ad-heading-it.png); }
.nl #infobox_ad div.ad_inner { background-image: url(img/misc/ad-heading-nl.png); }
.en #infobox_ad div.ad_inner { background-image: url(img/misc/ad-heading-en.png); }


/*
----------------------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------------------
*/

#footer_wrapper {
	clear: both;
	float: left;
	position: relative;
	width: 960px;
	margin-top: 50px;
	border-top: 5px solid #3a89d9;
}

#footer {
	padding-top: 7px;
	font-size: 11px !important;
	line-height: 125%;
}



/* servicenav */

#servicenav {
	float: left;
	width: 30%;
}

#servicenav ul,
#servicenav li,
#servicenav a {
	display: inline-block;
	color: #222222;
	line-height: 1;
}

#servicenav a,
#servicenav a:link,
#servicenav a:visited {
	color: #000000;
	text-decoration: none;
}
#servicenav a:hover,
#servicenav a:active {
	text-decoration: underline; /* servicenav_separator */
}

#servicenav li {
	margin: 0 0 0 9px;
	padding: 0 0 0 11px;
	background: url(img/misc/ui.png) -236px -23px no-repeat; /* servicenav_separator */
}
#servicenav li:first-child {
	margin: 0;
	padding: 0;
	background: none;
}
#servicenav a {
	display: inline-block;
	padding: 3px 0;
	line-height: 1;
}

#servicenav a:first-child {
	border-left: none;
}

#copyright {
	float: right;
	width: 70%;
	padding: 1px 0;
	text-align: right;
	line-height: 1;
}
#copyright p {
	display: inline-block;
	line-height: 1.4em;
}

/*
#copyright p:first-child {
	padding-right: 20px;
}
*/

.fr #servicenav {
	width: 33%;
}

.fr #copyright {
	width: 67%;
}

.fr .lastUpdate {
	display: block;
}

#countrylinks {
	clear: both;
	padding: 12px 0 30px 0;
	text-align: center;
}
#countrylinks ul {
}
#countrylinks li {
	display: inline;
	font-size: 10px;
}

#countries li {
}
#countries li a {
	display: inline-block;
	margin: 0 10px;
}
#countries a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 11px;
	margin: 0 4px 0 0;
	vertical-align: middle;
	background: url(img/misc/ui.png) 0 -26px no-repeat; /* flags */
}
#countries .de a:before { background-position: 0 -26px; }
#countries .be a:before { background-position: -16px -26px; }
#countries .es a:before { background-position: -32px -26px; }
#countries .fr a:before { background-position: -48px -26px; }
#countries .it a:before { background-position: -64px -26px; }
#countries .nl a:before { background-position: -80px -26px; }
#countries .en a:before { background-position: -96px -26px; }





/*
----------------------------------------------------------------------------------------------------
	scroll up
----------------------------------------------------------------------------------------------------
*/
#btn_scroll_up {
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 3px 12px;
	background: #deebf9;
	font-size: 12px;
	font-weight: bold;
	color: #374143;
	cursor: pointer;
}
#btn_scroll_up:hover {
	background: #bed8f2;
}





/*
----------------------------------------------------------------------------------------------------
	ads
----------------------------------------------------------------------------------------------------
*/
#ads_container {
	position: absolute;
	visibility: hidden;
}
.adserver_zone {
	position: absolute;
}
.adserver_code {
	position: absolute;
	min-width: 276px; /* prevent text ads from shrinking */
}

/* absolute positioned text ads */
.adserver_code h4 {
	margin: 0 0 0.4em 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #3a89d9;
}
.adserver_code p {
	margin: 0 0 0.4em 0;
	font-size: 12px;
	line-height: 150%;
	color: #555555;
}
.adserver_code a,
.adserver_code a:link,
.adserver_code a:visited {
	color: #3a89d9;
	font-weight: bold;
	text-decoration: none;
}
.adserver_code a:hover,
.adserver_code a:active {
	text-decoration: underline;
}
.adserver_code.adserver_zone_type_ca {
	width: 300px;
	height: 250px;
}
.adserver_code.adserver_zone_type_ca img {
	width: 100%;
	height: auto;
}

/*
----------------------------------------------------------------------------------------------------
	tiny mce
----------------------------------------------------------------------------------------------------
*/

.image_left {
	float: left;
	margin: 0 10px 10px 0;
}
.image_right {
	float: right;
	margin: 0 0 10px 10px;
}
.unfloat {
	clear: both;
}

.link_arrow {
	padding: 0 0 0 10px;
	background: url(img/misc/ui.png) -236px -55px no-repeat; /* arrow_news */
	font-weight: bold;
	text-decoration: none;
	color: #3a89d9;
}
.link_arrow:hover {
	text-decoration: underline;
}
















