
/* TOP */

#top {
	margin-bottom: 0;
	height: 75px;
}


#main {
	padding-bottom: 0;
	margin-top: 0;
}

/* HORIZONTALE NAVIGATION */

#navigation.wrapper {
	z-index: 120;
	float: none;
	width: 960px;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#navigation ul li {
	float: left;
	position: relative;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	color: #0072BC;
	display: block;
	float: left;
	padding: 0.5em 2.5em 0.5em 0.5em;
	font-family: Georgia, "Times News Roman", serif;
	font-size: 1.286em;
	border-left: 1px solid #0072BC;
	border-bottom-width: 0;
}

#navigation ul li.last-child a {
	border-right: 1px solid #0072BC;
}

#navigation ul li a:hover,
#navigation ul li.hover a,
#navigation ul li a:focus	 {
	background: #0072bc;
	color: #fff;
}

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

#navigation ul ul {
	position: absolute;
	top: 37px;
	left: 0;
	width: 240px;
	z-index: 110;
	background: #E5ECF6;
	border: 1px solid #0072bc;
	border-top-width: 0;
	border-right-width: 0;
	display: none;
}

#navigation li.hover ul {
	display: block;
	margin-top: 0.5em;
}

#navigation ul li li {
	float: none;
	background: none;
	padding-left: 0;
	margin: 0;
}

#navigation ul li.hover li a:link,
#navigation ul li.hover li a:focus,
#navigation ul li.hover li a:visited {
	color: #0072bc;
	border-width: 0;
	background: none;
	font-size: 1em;
	float: none;
	padding-left: 0.75em;
}

#navigation ul li.hover li a:hover {
	background: #fff;
	text-decoration: none;
}


/* CONTENT */

#stage-container {
	margin-top: 50px;
}

#stage {
	margin: 0px 0px 30px;
	width: 910px;
	float: left;
	height: 300px;
	position: relative;
	background: #0072bc url(../img/footer-bg.gif) repeat-x left bottom;
}

#stage .eyecatch {
	position: absolute;
	top: -45px;
	left: 5px;
	z-index: 80;
}

#stage h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: url(../img/stage-h1-bg.png) no-repeat right top;
	width: 510px;
	padding: 5px 60px 5px 10px;
	font-size: 1.286em;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: 1px;
	border-bottom-width: 0;
	color: #fff;
	margin-left: 0;
}

#get-infos {
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 10;
}

#content #get-infos a {
	background-image: none;
}

#get-infos input.submit {
	font-size: 1.286em;
	padding: 10px 10px 10px 25px;
	border-width: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	bottom: 15px;
}

/* CONTENT */

#content {
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}


/* TEASERS */

#teasers {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	background: url(../img/teasers-bg.gif) no-repeat center bottom;
}

#teasers div.box {
	float: left;
	width: 320px;
	margin: 0;
	clear: right;
}

#teasers div.box div.content {
	height: auto;
	border-width: 0;
	margin-right: 20px;
	background: none;
	color: #333;
	font-size: 0.857em;
}

#teasers div.box div.content h2 {
	margin-top: 0;
	line-height: 1.5;
	font-weight: bold;
}

#content a {
	background: url(../img/link_bg.gif) no-repeat 0 0.2em;
}

#teasers div.box div.content ul {
	margin-top: 1em;
}

#teasers div.box div.content ul li {
	margin-bottom: 3px;
	background-position: left 0.4em;
}

#teasers div.box div.content ul li a {
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #0072BC;
	line-height: 120%;
	background: none;
}
