body{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #555; 
	margin:0;
	padding:0;
} 

#container{
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

a:active {
	outline: none;
}

:focus {
	-moz-outline-style: none;
} 

/*** HEADER ***/
#header{
	position: relative;
	height: 235px;
	width: 760px;
	border-bottom: 5px solid #b1c903;
}

#logo{
	position: absolute;
	left: 0px;
	bottom: 0px; 
	height: 100px;
	width: 200px; 
	background: transparent url(images/logo_pays_des_terrils.gif) no-repeat scroll 0 0; 
}

#logo a{
	display: block;
	width: 200px;
	height:100px;
}

#logo h1{
	display: none;
} 

#metamenu {
	position: absolute;
	left: 190px;
	top: 25px;
} 

#metamenu ul{
	margin: 0;
	padding: 0; 
	list-style: none;
}

#metamenu ul li{ 
	float: left;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #555; 
}

#metamenu ul li.last{ 
	padding-right: 0;
	border-right: none; 
}

#metamenu ul li a{ 
	text-decoration: none;
	color: #555; 
} 

#metamenu ul li a:hover, #metamenu ul li a.selected{ 
	color: #b1c903; 
}

#langselect {
	position: absolute;
	right: 0px;
	top: 25px;
}

#langselect ul{
	margin: 0;
	padding: 0; 
	list-style: none;
}

#langselect ul li{ 
	float: left;
	margin: 0;
	padding: 0 8px;
}

#langselect ul li.last{ 
	padding-right: 0;
}

#langselect ul li a{ 
	text-decoration: none;
	color: #555;
	text-transform: uppercase;
	color: #C1D435;
	font-size: 11px;
}

#langselect ul li a:hover, #langselect ul li a.selected {
	color: #B1C903;
}

#headerimage{ 
	position: absolute;
	right: 0px;
	bottom: 0px; 
	top: 50px;
	width: 550px;
	height: 185px;
	background: transparent url(../images/header/butterfly.jpg) no-repeat scroll 0 0;
	border-left: 5px solid #b1c903; 
	border-right: 5px solid #b1c903;
} 

/*** MAINCONTENT ***/ 
#main-content{
	background-color: #b1c903; 
}   

/*** NAVIGATION ***/
#navigation{
	float: left;
	display: block; 
	width: 200px;
	padding: 0;
	margin: 0; 
} 

#navigation ul{ 
	display: block;  
	padding: 0;
	margin: 0;
	list-style: none; 
	border-bottom: 1px solid #fff;
}

#navigation ul li{
	margin: 0;
	padding: 0; 
}

#navigation ul li span a{
	display: table-cell;
	vertical-align: middle; 
	width: 200px;
	height: 48px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #fff;
	border: none; 
	border-top: 1px solid #fff;
	overflow: hidden;
	#position: relative;
} 

#navigation ul li span a div{
	#position: absolute;
	#top: 50%;
	display: table;
	margin: 0px;
	padding: 0px;
}

#navigation ul li span a div div{
	#position: relative;
	#top: -50%;
	display: table-cell;
	vertical-align: middle;        
	margin: 0;
	padding: 0;
	padding-left: 50px;
	border: 0;
}

#navigation ul li.navitem_one span a	{background: #6ca5d4 url(images/nav_icon_landscape.gif) no-repeat scroll 10px 8px;}
#navigation ul li.navitem_two span a 	{background: #d49d04 url(images/nav_icon_visit.gif) no-repeat scroll 10px 8px;} 
#navigation ul li.navitem_three span a 	{background: #b1c903 url(images/nav_icon_nature.gif) no-repeat scroll 10px 8px;} 
#navigation ul li.navitem_four span a 	{background: #6f6374 url(images/nav_icon_history.gif) no-repeat scroll 10px 8px;} 
#navigation ul li.navitem_five span a 	{background: #444444 url(images/nav_icon_post.gif) no-repeat scroll 10px 8px;}

#navigation ul ul{ 
	border: none;
	border-top: 1px solid #fff;
	padding: 5px 10px 5px 60px;
	margin: 0;
	list-style: none;
} 

#navigation ul ul li{
	padding: 5px 5px 5px 0;
	margin: 0; 
} 

#navigation ul ul li a{
	text-decoration: none;
	color: #fff;
} 

#navigation ul li.navitem_one ul 		{background-color: #98c0e1}
#navigation ul li.navitem_two ul 		{background-color: #ddb136}
#navigation ul li.navitem_three ul 		{background-color: #c1d435}
#navigation ul li.navitem_four ul 		{background-color: #9a919d}
#navigation ul li.navitem_five ul		{background-color: #7c7c7c}

#navigation ul ul li a.ui-accordion-content-active {
	background: url(images/a_active.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left: -10px;
	padding-left: 10px;
}


/*** CONTENT ***/ 
#content{ 
	line-height: 18px;
	
	padding: 10px 20px;
	margin-left: 200px;
	padding-bottom: 30px;
	border-right: 5px solid #b1c903; 
	background-color: #fff;
	
	min-height: 400px;
	 
	
	text-align: justify;
}

#content h1 {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	*margin-top: 25px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #B1C903;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	*margin-top: 25px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #C1D435;
	font-weight: normal;
}

#content h3 {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	*margin-top: 25px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #C1D435;
	font-weight: normal;
}

#content p {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

ul.dottedlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.dottedlist li {
	background: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-left: 2px;
	padding-left: 15px;
}

/*** SPECIFIC ***/

/* HOME */

.hr {
	margin-top: 25px;
	height: 0;
	border: 0;
	border-top: 1px dotted #B1C903;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.hr_footer {
	margin-top: 0px;
	height: 0;
	border: 0;
	border-top: 1px dotted #B1C903;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#home_agenda {
	display: block;
	width: 235px;
	float: left;
	padding-right: 15px;
	
	border-right: 1px dotted #B1C903;
	
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

#home_downloads {
	display: block;
	width: 235px;
	height: 150px;
	float: right;
	padding-right: 15px;
}

#home_downloads ul {
	margin: 0;
	padding: 0;
}

/* MAP OVERVIEW */

#map_list {
	clear: both;
}

#map_list ul {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	height: auto;
}

#map_list ul li {
	display: block;
	width: 170px;
	height: 60px;
	float: left;
	
	list-style-type: none;
	background-image: url(images/map_locitem.gif);
	background-repeat: no-repeat;
}

#map_list ul li div.locitem_nr {
	display: block;
	width: 25px;
	height: 50px;
	background:url(images/map_locitem.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	
	text-align: center;
	font-size: 10px;
	color: #fff;
	
	float: left;
	margin-right: 10px;
}

#map_list ul li div.locitem_loc {
	text-align: left;
}

.back {
	float: right;
	font-weight: bold;
	margin-top: 10px;
}

.accomodation {
	margin-bottom: 15px;
	float: left;
}

.legend {
	margin-bottom: 15px;
	margin-right: 20px;
	text-align: right;
}

/* CENTRA */

#centra_list {
}

#centra_list ul {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	height: auto;
}

#centra_list ul li {
	display: block;
	width: 250px;
	height: 180px;
	float: left;
	
	list-style-type: none;
	
	text-align: center;
}

#centra_list ul li img {
	margin-top: 10px;
}

/* HISTORY */

.quote {
	position: relative;
	padding: 5px 10px 5px 48px;
	margin-bottom: 15px;
	background: transparent url(images/quoteleft.gif) left top no-repeat;
	background-position: 0 10px;
	text-align: justify;
	color: #7c7c7c;
	
	border-top: 1px dotted #7c7c7c;
	border-bottom: 1px dotted #7c7c7c;
}

.quote .speaker {
	font-style: italic;
	text-align: right;
	font-size: 10px;
}

/* AGENDA */

.agenda_item {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.agenda_item .date {
	font-size: 11px;
	font-weight: bold;
	color: #555;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	padding-left: 9px;
	
	background: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#home_agenda .agenda_item .date {
	font-size: 10px;
	font-weight: bold;
	color: #555;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	padding-left: 9px;
	
	background: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.agenda_item .title {
	padding-left: 10px;
	font-size: 11px;
	color: #C1D435;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#home_agenda .agenda_item .title {
	padding-left: 10px;
	font-size: 11px;
	color: #C1D435;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.agenda_item .description {
	padding-left: 10px;
	color: #7C7C7C;
}

#home_agenda .agenda_item .description {
	padding-left: 9px;
	color: #7C7C7C;
}

#home_agenda .agenda_item .readmore {
	text-align: right;
	margin-top: -10px;
	margin-bottom: -10px;
}

#home_agenda .agenda_item .readmore a {
	font-size: 15px;
	text-decoration: none;
}

/*** FOOTER ***/ 
#footer{
	clear: both;
	margin-bottom: 40px;
}

#aircologo{  
	float: left;
	width: 199px;
	height: 20px;
	border-top: 5px solid #555;
	border-right: 1px solid #555;
}  

#aircologo a{  
	display: block;
	background: transparent url(images/logo_airco.gif) no-repeat scroll 0 0;
	width: 199px;
	height: 20px;
} 

#contactdata{ 
	float: right;
	border-top: 1px solid #555;
	text-align: right; 
	font-size: 9px;
	padding: 5px 0;
	width: 560px;
	height: 12px;
	margin: 0;
	*white-space: nowrap;
} 

#contactdata span{ 
	padding: 0 8px;
	border-right: 1px solid #555;
	*padding: 0 5px;
}

#contactdata span.last{ 
	padding-right: 0;
	border-right: none;
}

#contactdata span.last a{
	text-decoration: none;
	color: #555;
	
}
