* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	outline: none;
	text-decoration: none;
}

body {
	background: url(../img/pattern.jpg) center;
	color: #002860;
	font: 62.5% 'Lucida Grande', Verdana, sans-serif;
}

h2 {
	font-size: 24px;
	margin: 10px 0;
	text-transform: uppercase;
	color: #002860;
}

h3 {
	font-size: 16px;
	margin: 10px 0 5px;
}

h4 {
	font-size: 14px;
	margin: 10px 0 0px;
}

p {
	margin: 8px 0 5px;
	font-size: 12px;
	line-height: 18px;
}

ul {
	margin: 8px 0 5px;

}

li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}

img {
	border: 0;
}

#container {
	background: url(../img/bg.jpg) no-repeat center top;
}

#container-inner {
	margin: 0 auto;
	width: 912px;
	overflow: hidden;
	zoom:1;

}

#subtitle {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 22px;
	text-transform: uppercase;
	position: relative;
	top: 20px;
	left: 0;
	width: 620px;
}

#logo {
	position: absolute;
	top: 105px;
	left: 0;
}

#logo, #logo a {
	background: url(../img/logo.png);
	width: 412px;
	height: 139px;
	display: block;
	text-indent: -9999px;
}

#header {
	height: 270px;
	position: relative;
}

#lang {
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 12px;
	background: url(../img/lang.png);
	width: 30px;
	height: 17px;
	text-align: center;
}

#lang a {
color: #fff;
}

#content {
	width: 630px;
	float: left;
	min-height: 470px;
}

#content li  {
	background: url(../img/bullet.png) no-repeat 0 7px;
}

#content a {
	color: #f54111;
}

#content-inner {
	padding: 5px 15px 15px 0;
}

#sidebar {
	float: left;
	width: 118px;
	position: relative;
	margin: 0 0 0 68px;
	padding: 170px 20px 20px;
	
}


#info * {
	text-transform: uppercase;
	text-align: center;
}

#info p {
	font-size: 12px;
}

#info h2 {
	font-size: 24px;
	line-height: 25px;
	margin: 15px 0;
}

#info .date {
	font-size: 16px;
}

#nav {
	overflow: hidden;
	zoom: 1;
	background: url(../img/nav.png) no-repeat;
	height: 40px;
	margin: 0 0 10px 0;
}

#nav ul {
	margin: 0;
}

#nav li {
	float: left;
	background: url(../img/bg-nav.png) no-repeat right 10px;
	font-size: 16px;
	text-transform: uppercase;
}
#nav .last {
	background: none;
}


#nav a {
	float: left;
	color: #FFF;
	padding: 10px 18px 12px;
}

#nav .prev {
	background: none;
}

#nav .active {
	background: url(../img/nav-active.png) center top;
}

#nav .active.first {
	background-position: left top;
}


#nav .active a {
	color: #002860;
}

#book {
	position: absolute;
	right:-43px;
	top:-26px;
}

#book, #book a {
	width: 166px;
	height: 166px;
	display: block;
	text-indent: -9999px;
}

.fr #book {background: url(../img/fr/book.jpg);}
.nl #book {background: url(../img/nl/book.jpg);}


#book a {
	position: relative;
	z-index: 1;
}

#route {
	width: 630px;
	height: 437px;
	background: url(../img/route.jpg);
	position: relative;
}

#route-text {
	position: absolute;
	top:  20px;
	left: 20px;
	color: #393939;
}

#route-text p {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#route-name {
	color: #FFF;
	position: absolute;
	left:  269px;
	top: 145px;
}

#route-name  a {
	color: #FFF;
}

.sponsor {
	padding-top:10px;
		white-space:nowrap;
}
	.sponsor a {
		display: inline-block;
    padding-right: 10px;
	}
		.sponsor a img {
			border:0px;
		}

#footer {
	clear: both;
	color: #000;
	padding: 10px 0;
}

#footer ul {
		margin: 0;

}

#footer a {
	color: #000;
}

#footer li {
	display: inline;
	margin: 0 10px 0 0;
	font-size: 10px;
}
