
/* global font definitions */

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2em;
}

body{
	font-size: 10.5pt;
}


/* global color definitions */

/* * #FFFCF2 - background yellow */

body,
.intermediate .menu ul a{
	background-color: #FFFCF2;
}

/* * #003D55 - dark eicon blue */

body, a{
	color: #003D55;
}

.intermediate .header{
	border-color: #003D55;
}


/* other global definitions / helpers */

form{
	margin: 0;
}

body{
	padding: 0;
	margin: 0;
}

a:active, a:focus, a:hover{
	text-decoration: none;
}

.clear{
	clear: both;
	font-size: 0;
	padding: 0;
	margin: 0;
}


/* container */

#container{
	position: relative;
	float: right;
	margin: 1em 0 0 0;
	width: 900px;
}


/* intermediate pages */

.intermediate .header{
	width: 100%;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.intermediate .header *{
	padding: 0;
	margin: 0;
}

.intermediate .header h1 a{
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}

.intermediate .header h1 span{
	display: none;
}

.intermediate .header .teamGermanyEicon a{
	width: 140px;
	height: 50px;
	background-image: url('images/logo_eicon_140x50.gif');
}

.intermediate .header h1 a,
.intermediate .header .teamUSAPandion a,
.intermediate .header .teamFrancePandion a,
.intermediate .header .teamItalyPandion a{
	width: 210px;
	height: 60px;
	background-image: url('images/logo_pandion_210x60.gif');
}

.intermediate .header .teamArgentinaSiderfima a{
	width: 189px;
	height: 28px;
	background-image: url('images/logo_siderfima_189x28.jpg');
}

.intermediate .header .teamNetherlandsCFS a{
	width: 118px;
	height: 50px;
	background-image: url('images/logo_cfs_118x50.gif');
}

.intermediate .header .teamChinaSustainomics a{
	width: 336px;
	height: 40px;
	background-image: url('images/logo_sustainomics_336x40.jpg');
}

.intermediate .header .teamPolandNavigator a{
	width: 258px;
	height: 60px;
	background-image: url('images/logo_navigator_258x60.gif');
}

.intermediate .header .teamPortugalCA a{
	width: 195px;
	height: 50px;
	background-image: url('images/logo_caconsult_195x50.gif');
}

.intermediate .header .teamCanadaMergerac a{
	width: 352px;
	height: 40px;
	background-image: url('images/logo_mergerac_352x40.gif');
}

.intermediate .header .teamBulgariaNewton a,
.intermediate .header .teamCzechNewton a{
	width: 115px;
	height: 115px;
	background-image: url('images/logo_newton_115x115.gif');
}

.intermediate .header .teamIndiaTecnova a{
	width: 124px;
	height: 43px;
	background-image: url('images/logo_tecnova_124x43.gif');
}

.intermediate .header h2{
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
}

.intermediate .header h2 a{
	text-decoration: none;
}

.intermediate .header h2 a:active,
.intermediate .header h2 a:focus,
.intermediate .header h2 a:hover{
	text-decoration: underline;
}

.intermediate .header .header-close{
	display: inline;
	position: absolute;
	right: 0;
}

.intermediate .header .header-close a{
	font-size: 80%;
	text-decoration: none;
}

.intermediate .header .header-close a.txt:active,
.intermediate .header .header-close a.txt:focus,
.intermediate .header .header-close a.txt:hover{
	text-decoration: underline;
}

.intermediate .header .header-close a.img img{
	border: none;
	vertical-align: text-bottom;
}

/*
.intermediate .header .header-close a{
	display: block;
	width: 16px;
	height: 16px;
	background: url('images/btn_close_16x16.gif') left top no-repeat;
}

.intermediate .header .header-close a span{
	display: none;
}*/

.intermediate .content{
	float: right;
	width: 600px;
}

.intermediate .content *{
	margin-top: 0;
}

.intermediate .content ul,
.intermediate .content li{
	padding: 0;
	margin: 0;
}

.intermediate .content-title h3,
.intermediate .content-text,
.intermediate .content-offices{
/*	font-size: 80%;*/
}

.intermediate .content-text ul{
	padding-left: 1.5em;
}

.intermediate .content-text li{
	margin-bottom: 1em;
}

.intermediate .content-offices ul{
	list-style-type: none;
}

.intermediate .content-offices li{
	float: left;
	width: 300px;
	margin-bottom: 2em;
}

.intermediate .content-mail{
	margin: 1em 0;
	font-weight: bold;
}

.intermediate .menu{
	width: 250px;
}

.intermediate .menu *{
	padding: 0;
	margin: 0;
}

.intermediate .menu ul{
	width: 100%;
	list-style-type: none;
}

.intermediate .menu li{
	line-height: 1em;
}

.intermediate .menu .link{
	display: inline;
	white-space: nowrap;
	vertical-align: top;
}

.intermediate .menu .link a{
	text-decoration: none;
}

.intermediate .menu .link a:active,
.intermediate .menu .link a:focus,
.intermediate .menu .link a:hover{
	text-decoration: underline;
}

.intermediate .menu .active .link{
	display: block;
	width: 100%;
	margin-bottom: .5em;
	background: url('images/pixel_003d55_1x1.gif') left 50% repeat-x;
}

.intermediate .menu .active .link a{
	padding-right: 1em;
	font-weight: bold;
}

.intermediate .menu img{
	width: 25%;
	margin-right: 1em;
}

.intermediate .menu .active img{
	width: auto;
}

