/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

img {
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%  "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #646464;
	padding-bottom: 1.2em;
	width: 95em;
	width: 100% !important;
	min-width: 95em;
	background: #FFF;
}

#wrapper {
}

#content {
	margin: 0 1.2em 0 1.2em;
	background: #F4F4F4 url(../images/content-bg.gif) top left repeat-x;
	padding-top: 3em;
}

	.start #content {
		margin: 0 1.2em 0 1.2em;
		background: #c6db98;
		padding-top: 3em;
	}

#content-inner {
	min-height: 315px;
	width: 95em;
	background: url(../images/bottom-corner.gif) bottom left no-repeat;
}

	.start #content-inner {
		background: url(../images/bottom-corner-start.gif) bottom left no-repeat;
	}

/* Header
-----------------------------------------------------------------------------*/
#header {
	margin: 1.2em 1.2em 0 1.2em;
	background: #FFF url(../images/header-bg.gif) top left repeat-x;
	height: 118px;
	overflow: hidden;
}

	#header p.overview-link {
		float: left;
		height: 50px;
		position: absolute;
		margin-left: 0 !important;
		margin-left: -670px;
		width: 100px;
	}
	
	*:first-child+html #header p.overview-link {
		margin-left: -670px !important;
	}
	
		#header p.overview-link a {
			display: block;
			height: 50px;
			position: absolute;
			width: 100px;
		}
		
			#header p.overview-link a span {
				display: none;
			}

	#header-outer {
		background: url(../images/logo.gif) top right no-repeat;
		height: 118px;
	}

	#header-inner {
		background: url(../images/header-left.gif) top left no-repeat;
		height: 118px;
	}

		.start #header-inner {
			background: url(../images/header-left-start.gif) top left no-repeat;
		}
	
		#header-main {
			float: right;
			width: 27em;
		}
	
			#header-main h1 {
			}

				#header-main h1 a {
					display: block;
					height: 35px;
					width: 180px;
				}

					#header-main h1 a span {
						display: none;
					}
					
			#header-main ul#meta-menu {
				list-style: none;
				margin-top: 64px;
			}	
				
				#header-main ul#meta-menu li {
					display: inline;
				}	
				
					#header-main ul#meta-menu li a {
						display: block;
						float: left;
						color: #333;
						font-size: 1.1em;
						text-decoration: none;
						margin-right: .3em;
						border-right: 1px solid #333;
						padding-right: .3em;
					}
				
					#header-main ul#meta-menu li.last a {
						border: none;
					}
/* Menu
-----------------------------------------------------------------------------*/
#header-menu {
	float: left;
}

	ul#menu {
		margin-top: 95px;
		list-style: none;
	}
	
		ul#menu li {
			display: inline;
		}
		
			ul#menu li a {
				display: block;
				float: left;
				height: 23px;
			}
			
				ul#menu li a span {
					display: none;
				}
				
			ul#menu li#item-passage309 a {
				width: 85px;
			}
				
			ul#menu li#item-news a {
				width: 75px;
			}
			
			ul#menu li#item-attractions a {
				width: 119px;
			}
			
			ul#menu li#item-food a {
				width: 141px;
			}
			
			ul#menu li#item-press a {
				width: 122px;
			}
			
				ul#menu li a {
					background-repeat: no-repeat;
					background-position: 0 -23px;
				}
				
				ul#menu li.active a,
				ul#menu li a:hover,
				ul#menu li.active a:hover {
					background-position: 0 0;
				}

		
			.language-de ul#menu li#item-passage309 a {
				background-image: url(../images/menu/de/menu_passage309.gif);
			}
			.language-de ul#menu li#item-news a {
				background-image: url(../images/menu/de/menu_news.gif);
			}
			.language-de ul#menu li#item-attractions a {
				background-image: url(../images/menu/de/menu_attractions.gif);
			}
			.language-de ul#menu li#item-food a {
				background-image: url(../images/menu/de/menu_food.gif);
			}
			.language-de ul#menu li#item-press a {
				background-image: url(../images/menu/de/menu_press.gif);
			}
			
			.language-en ul#menu li#item-passage309 a {
				background-image: url(../images/menu/en/menu_passage309.gif);
			}
			.language-en ul#menu li#item-news a {
				background-image: url(../images/menu/en/menu_news.gif);
			}
			.language-en ul#menu li#item-attractions a {
				background-image: url(../images/menu/en/menu_attractions.gif);
			}
			.language-en ul#menu li#item-food a {
				background-image: url(../images/menu/en/menu_food.gif);
			}
			.language-en ul#menu li#item-press a {
				background-image: url(../images/menu/en/menu_press.gif);
			}
		
			.language-fr ul#menu li#item-passage309 a {
				background-image: url(../images/menu/fr/menu_passage309.gif);
			}
			.language-fr ul#menu li#item-news a {
				background-image: url(../images/menu/fr/menu_news.gif);
			}
			.language-fr ul#menu li#item-attractions a {
				background-image: url(../images/menu/fr/menu_attractions.gif);
			}
			.language-fr ul#menu li#item-food a {
				background-image: url(../images/menu/fr/menu_food.gif);
			}
			.language-fr ul#menu li#item-press a {
				background-image: url(../images/menu/fr/menu_press.gif);
			}
			
/* Language Selection
-----------------------------------------------------------------------------*/
#header-language {
	float: left;
}

	#header-language ul#language-select {
		list-style: none;
		margin-left: 3em;
		margin-right: 1em;
		margin-top: 98px;
	}
	
		#header-language ul#language-select li {
			display: inline;
		}
		
			#header-language ul#language-select li a {
				display: block;
				float: left;
				width: 18px;
				height: 10px;
				margin-right: 1em;
			}	
			
				#header-language ul#language-select li a span {
					display: none;
				}	
				
			#header-language ul#language-select li#language-fr a {
				background: url(../images/flags/fr.gif) top left no-repeat;
			}
				
			#header-language ul#language-select li#language-en a {
				background: url(../images/flags/en.gif) top left no-repeat;
			}	
			
			#header-language ul#language-select li#language-de a {
				background: url(../images/flags/de.gif) top left no-repeat;
			}
				
				
/* Submenu
-----------------------------------------------------------------------------*/
#submenu {
	width: 13.7em;
	margin-right: 2em;
	margin-left: 1.3em;
	float: left;
	height: 315px;
	overflow: visible;
	border-bottom: 1px solid #f2f2f2;
}

	#submenu ul {
		list-style: none;
	}
	
		#submenu ul li {
			display: inline;
		}
	
		#submenu ul li a {
			font-size: 1.2em;
			color: #646464;
			text-decoration: none;
			display: block;
			margin-bottom: .3em;
		}
		
		#submenu ul li a:hover {
			color: #333;
		}

			#submenu ul li.active a {
				color: #0091d4;
			}
	
		#submenu ul li.active ul {
			
		}
			
			#submenu ul li.active ul li {
			}
			
				#submenu ul li.active ul li a,
				#submenu ul li ul li a {
					color: #646464;
					font-style: italic;
					padding-left: 10px;
					font-weight: normal;
					background: url(../images/submenu-arrow.gif) .1em .2em no-repeat;
				}
				
				#submenu ul li ul li.active a {
					color: #0091d4;
				}

					#submenu ul li.active ul li a:hover {
						color: #333;
					}

			
/* Content
-----------------------------------------------------------------------------*/
#main {
}

#main-content {
	width: 43em;
	margin-right: 2em;
	float: left;
	padding-bottom: 2em;
}

.extended#main-content {
	width: 72em;
	float: left;
	padding-bottom: 2em;
}

	h1 {
		font-size: 2.2em;
		font-weight: normal;
		font-family: Georgia, Times, serif;
		margin-bottom: .8em;
	}

	h2 {
		font-size: 1.4em;
		margin-bottom: .5em;
	}

	h2 {
		font-size: 1.3em;
		margin-bottom: .3em;
	}
	
	p {
		font-size: 1.2em;
		margin-bottom: 1em;
		line-height: 1.3;
	}

		p a {
			color: #0091d4;
		}
		
		p a:hover {
			color: #333;
		}

#main-content ul {
	margin-bottom: 1em;
	padding-left: 2em;
}
	
	#main-content ul li {
		font-size: 1.2em;
		margin-bottom: .5em;
	}

		#main-content ul li a {
			color: #0091d4;
		}
		#main-content ul li a:hover {
			color: #333;
		}

/* Image Content
-----------------------------------------------------------------------------*/
#image-content {
	width: 27em;
	float: left;
}

	#image-content div.image-container {
		margin-bottom: 1em;
		
	}
	
		#image-content div.image-container p {
			padding: 5px 0;			
		}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin-bottom: 2em;
	padding-top: .3em;
}

	#footer p {
		margin-left: 2.5em;
		float: left;
		font-size: 1.1em;
		width: 8em;
		color: #666;
	}
	
	#footer ul {
		list-style: none;
	}

		#footer ul li {
			display: block;
			float: left;
			font-size: 1.1em;
			color: #666;
		}

				#footer ul li a {
					margin-right: 1em;
					color: #666;
				}

/* Forms
-----------------------------------------------------------------------------*/
p.required-notice {
	text-align: right;
	font-style: italic;
}

form {
	padding-bottom: 2em;
	margin-top: 2em;
}

	form fieldset {
		border: 0;
		margin-bottom: 2em;
	}

		form fieldset legend {
			color: #000;
			font-size: 1.3em;
			margin: .2em 0 .2em 0;
			font-weight: bold;
		}

		form label#label-number {
			width: 3em;
			margin-left: 1.7em;
		}

		form label#label-city {
			width: 3em;
			margin-left: 1.7em;
		}

		form label#label-appointment-time {
			width: 3em;
			margin-left: 1.7em;
		}

		form label.label-radio {
			width: auto;
			margin-right: 2em;
			margin-left: .6em;
		}

		form label#label-message {
			font-weight: bold;
		}

	form input,
	form select,
	form textarea {
		float: left;
		display: block;
		width: 20em;
		font-size: 1.3em;
		padding: 3px !important;
		padding: 1px;
		border: 1px solid #888;
		margin: .4em 0 !important;
		margin: 0 0 .4em 0;
		font-family: inherit;
		height: auto !important;
		height: 21px;
	}

		form input.display-notice {
			color: #BBB;
		}

		form input.radio {
			width: auto;
			height: auto;
			margin-top: .7em !important;
			margin-top: .1em;
			border: 0;
		}

		form input#street {
			width: 12em !important;
			width: 12.6em;
		}

		form input#number {
			width: 3em;
		}

		form input#zip {
			width: 4em;
		}

		form input#city {
			width: 11em !important;
			width: 11.6em;
		}

		form input#appointment-date {
			width: 7em;
		}

		form input#appointment-time {
			width: 8em !important;
			width: 8.8em;
		}

		form input.submit-button {
			width: auto;
		}

		form textarea {
			width: 31em;
			margin-bottom: .5em;
			height: auto;
		}

		form p.hint {
			font-size: .9em;
			margin-top: 1em;
		}

	form div.clear {
		clear: both;
		background: url(../images/dotted.gif) top left repeat-x;
		height: 2px;
	}

	form label.error {
		margin-left: 11em !important;
		margin-left: 6em;
		color: #b90216;
		font-weight: bold;
		font-size: 1.3em;
		width: 23em;
		padding-left: .2em !important;
	}	

	form label {
		width: 12em;
		display: block;
		float: left;
		font-size: 1.2em;
		padding: .7em 0 .6em .1em !important;
		padding: .2em 0 .6em .1em;
		cursor: pointer;
	}

	form input.error,
	form textarea.error {
		background: #fcf2f3;
	}


/* Form Status Containers
-----------------------------------------------------------------------------*/
#main div.form-error {
	background: #FCF2F1;
	border-bottom: 3px solid #FAE6E5;
	margin-bottom: 2em;
	padding: 0 1.5em .5em 1.5em;
}

	#main div.form-error h3 {
		padding: .7em 0;
		font-size: 1.4em;
		color: #AB0101;
	}

	#main div.form-error ol {
		padding-left: 2em;
		font-size: 1.2em;
	}

		#main  div.form-error li {
			padding: .3em 0;
			font-size: 1em;
			margin-bottom: .2em;
		}

#main  div.form-success {
	margin-bottom: 2em;
	padding: 0 1.5em .5em 1.5em;
}

	#main div.form-success h3 {
		padding: .7em 0;
		font-size: 1.5em;
		font-weight: normal;
		color: #4d9621;
	}



/* Start
-----------------------------------------------------------------------------*/
#start-container {
	padding: 2em 4em;
}

	#header #header-start-language {
		padding: 3em 0 0 5em;
	}
	
	.language-block {
		margin-right: 4em;
		float: left;
	}

		.language-block h3 {
			font-size: 2.4em;
			font-weight: normal;
			font-family: Georgia, Times, serif;
			margin-bottom: .4em;
			color: #FFF;
		}

		.language-block p {
			font-size: 1.2em;
		}
		
			.language-block p a {
				color: #FFF;
				text-decoration: none;
				padding-left: 25px;
			}

			.language-block#block-fr p a {
				background: url(../images/flags/fr.gif) .1em .2em no-repeat;
			}
			
			.language-block#block-de p a {
				background: url(../images/flags/de.gif) .1em .2em no-repeat;
			}
			
			.language-block#block-en p a {
				background: url(../images/flags/en.gif) .1em .2em no-repeat;
			}
			
/* Press Article
-----------------------------------------------------------------------------*/
.press-article {
	background: #E5E5E5;
	border-bottom: 2px solid #CCC;
	padding: 1em;
	margin-bottom: 1.2em;
}

	.press-article h3 {
		font-weight: normal;
		font-size: 1.2em;
	}

	.press-article p.download-link {
		margin-bottom: 0;
	}

	.press-article h2 {
		font-weight: bold;
		margin-top: .2em;
		font-size: 1.4em;
	}

		.press-article h2 a {
			color: #0091d4;
		}	
			
/* News Article
-----------------------------------------------------------------------------*/
.news-article {
	background: #E5E5E5;
	border-bottom: 2px solid #CCC;
	padding: 1em;
	margin-bottom: 1.2em;
}

	.news-article h3 {
		font-weight: normal;
		font-size: 1.3em;
	}

		.news-article h2 {
			font-weight: bold;
			margin-top: .2em;
			font-size: 1.6em;
		}

			.news-article p a {
				color: #0091d4;
			}
			
/* Sitemap
-----------------------------------------------------------------------------*/
#sitemap-wrapper {
	margin-bottom: 2em;
}
	.sitemap-item {
		margin-bottom: 1em;
	}	

	#sitemap-wrapper h3 {
		font-size: 1.2em;
		margin-top: 1em;
	}
	
		#sitemap-wrapper h3 a {
			color: #646464;
		}

	#sitemap-wrapper ul {
		padding-left: 2em;
		margin-top: .5em;
		margin-bottom: .5em;
		list-style: none;
	}

		#sitemap-wrapper ul li {
			font-size: 12px;
		}
		
			#sitemap-wrapper ul li a {
				color: #646464;
			}

/* Start
-----------------------------------------------------------------------------*/

#flash-map {
	width: 800px;
	height: 350px;
}

#map_container {
	display: none;
	width: 800px;
	height: 350px;
	background: #C6DB98;
}


/* Partners
-----------------------------------------------------------------------------*/
.partner-item {
	background: #FFF;
	border-bottom: 1px solid #757575;
	margin-bottom: 1.2em;
	margin-right: 1em;
	float: left;
	padding: 1.5em 1.5em .5em 1.5em;
	margin-bottom: 1em;
	height: 120px;
	overflow: hidden;
}

	.partner-item-inner {
		text-align: center;
		width: 119px;
		height: auto !important;
		height: 90px;
		overflow: visible;
		min-height: 90px;
	}

	.partner-item h3 {
		font-weight: normal;
		font-size: 1.1em;
		margin: 2px 0;
		xheight: 25px;
		padding: .4em 0;
		overflow: visible;
	}

		.partner-item h3 a {
			color: #333;
			text-decoration: none;
		}

		.partner-item .partner-logo {
			overflow: hidden;
		}
		

/* Contact Map
-----------------------------------------------------------------------------*/
#contact-map {
	height: 400px;
}


/* Press-Images
-----------------------------------------------------------------------------*/
.press-image {
	background: #E5E5E5;
	border-bottom: 2px solid #CCC;
	margin-bottom: 1.2em;
	width: auto;
	margin-right: 1em;
	float: left;
	padding: 1em;
	margin-bottom: 1em;
}

	.press-image-inner {
		text-align: center;
	}

	.press-image h3 {
		font-weight: normal;
		font-size: 1.1em;
		padding: .4em 0;
	}

		.press-image h3 a {
			color: #646464;
		}

/* Advertisements
-----------------------------------------------------------------------------*/	
.advertisement-item {
	margin-bottom: 1em;
	margin-right: 1em;
	height: 95px;
	overflow: hidden;
	background: #E5E5E5;
}

	.advertisement-item-image {
		float: left;
		width: 130px;
		height: 95px;
		overflow: hidden;
		background: #EEE;
	}

		.advertisement-item-image img {
			display: block;
			border: 0;
		}

	.advertisement-item-content {
		float: left;
		width: 550px;
	}

	.advertisement-item-inner {
		padding: 1.5em;
	}

	.advertisement-item h2 {
		margin-top: 0em;
	}

	.advertisement-item p {
		margin-bottom: .5em;
	}
	

/* Museums
-----------------------------------------------------------------------------*/	
.museum-item {
	width: 310px;
	margin-bottom: 1em;
	margin-right: 1em;
	float: left;
}

	.museum-item-inner {
		padding: 1.5em;
		background: #E5E5E5;
	}

	.museum-item h2 {
		margin-top: .5em;
		font-size: 1.5em;
	}	
