/****************************************
 * Global
 ****************************************/

a img { color: #666; border: 0px; }

a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
	font-family: 'Arial', Verdana, sans-serif;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 11px;
}

a:hover { color: #73af58; margin-top: 0; }

h2 { color: #666; }

h3 { font-size: 11px; letter-spacing: 0.5px; color: #666;  margin-top: 0; padding-right: 10px;  font-family: 'Arial', Verdana, sans-serif; font-style: normal;}

html, body {
	margin: 0px;
	padding: 0px;
	background: #000;
	color: #666;
	font-size: 11px;
	letter-spacing: 0.5px;
	font-family: "Arial", verdana, sans-serif;
}
tr {
	vertical-align: top;
   text-align: left;
   font-family: 'Arial', Verdana, sans-serif; font-style: normal;
  
   line-height: 7px;
}
.comment {display: none;}
.tip { display: none; }



/****************************************
 * Photo page
 ****************************************/
.photo {}



/****************************************
 * Thumbnails
 ****************************************/
#thumbnail_container {
	background:none;

	padding: 0px;
	text-align: left;
	position: relative;
	right: -10px;		
	width: 760px;
	z-index: 8;
	
}

#thumbnail_container table {
	text-align: center;
		
}

.thumbnail { 
	padding: 10px; 
	margin: 0px; 
	background:none;
	border-right: 0px solid #111; 
	border-bottom: 0px solid #111; 
	}



#centercontent {
	float: left;
	font-size: 11px;
	background: none;
	padding-bottom: 5px;
	position: absolute;
	width: auto;
	left: 250px;
	z-index: 3;
	top:70px;
	letter-spacing: 0.5px;
	
}

/****************************************
 * Layout
 ****************************************/
#container { position: relative; margin: 5px;}



.header {
	float: right;
	font-size: 11px;
	background: none;
	padding: 0px;
	z-index: 9;
	position: relative;
	letter-spacing: 0.5px;
	width: 321px;
	
}

.header_menu {
	float: right;
	font-size: 11px;
	padding-left: 3px;
	letter-spacing: 0.5px;
	width: 321px;
	
}

.header_menu a { padding: 0px 0px 0px 3px; }


#leftcontent { float: left; z-index: 4; position: relative; top:150px; left: -1px; width: 180px;}

#page {
	
	padding: 0px;
	width: auto;
	text-align: left;
	position: relative;
	
	left: 0px;
	top: 10px;
	clear: both;
	z-index:7;
}

/****************************************
 * Pages
 ****************************************/
#page_header { background: none; padding: 0px; width: auto; z-index: 6; position: relative;}

#page_meta, #page_meta a{
	text-align: center;
	clear: both;
	white-space: nowrap;
	width: 765px;
	padding: 5px;
	display: none;
}

#page_nav { padding: 0px; }
#footer {display: none;}


#page_title {
	font-size: 11px;
	text-transform: lowercase;
	font-family: Arial, Verdana, sans-serif;
	width: 200px;
	display: none;
	
}

#page2{
	
	padding: 15px;
	width: 745px;
	text-align: center;
}

#rightcontent { float: right; width: 900px; }


#wrapper {
	text-align: left;
	margin: 0px auto -15px;
	width: 1100px;
	padding: 0px;
	
	position: relative;	
	z-index: 1;
	height: 10px;
}

#wrapper, #photos { padding: 15px; }


/****************************************
 * Navigation in menu.php changed by Alain
 ****************************************/
 .navigation1st {
  font-size: 11px;
  letter-spacing: 0.5px;
  list-style: none;
  text-align: left;
  left: 10px;
  padding: 10px 0px 0px 0px;
  color: #666;
 
  
 }
 
 .navigation2nd {
  font-size: 11px;
  list-style: none;
  color: #666;
  font-family: 'Arial', Verdana, sans-serif ;
	position: relative;
  z-index: 9999;
 
 }
 .navigationLinks
 {
 	padding: 0px 0px 20px 3px;
 }
 #People
 {
 	background: url('imgPeopleTitle.png') no-repeat top left;
 	position: relative;
 	width: 83px;
 	
 	left: -5px;
 	padding-top: 20px;
 	
 }
 #Places
 {
 	background: url('imgPlacesTitle.png') no-repeat top left;
 	position: relative;
 	width: 83px;
 	
 	left: -5px;
 	padding-top: 20px;

 }
 #Parts
 {
 	background: url('imgPartsTitle.png') no-repeat top left;
 	position: relative;
 	width: 83px;
 	left: -5px;
 	
 	padding-top: 20px;
 	
 }
 #Parties
 {
 	background: url('imgPartiesTitle.png') no-repeat top left;
 	position: relative;
 	width: 83px;
 
 	left: -5px;
 	
 	padding-top: 20px;
 }
 
 #maintitle
 {
 
    background: url('imgJesseLogo.png') no-repeat left;
    width: 170px;
    height: 100px;  
 	left: 37px;
 	position: relative;
 	color: #73af58;
 	font-family: 'Arial', Verdana, sans-serif;
	z-index: 2;
	top:30px;
 }
 #maintitle a
 {
 	height:100px;
 	width:170px;
 	display: block;
  	text-indent: -9999px;
 }
 .maintitleBack
 {
 	display: block; /* not needed, but i like to explicitly state it */
    background: url('imgTitleBack.png') no-repeat;
    width: 190px;
    height: 100px;  
 	left: 19px;
 	position: relative;
 	color: #73af58;
 	font-family: 'Arial', Verdana, sans-serif;
	z-index: 999;
	top:30px;
 }
 .maintitleBack a
 {
 	display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
 }
 .AboutAndLinkSubTitle
 {
 	position: relative;
 	padding: 20px 0px 10px 2px;
 }
 .mailAdress
 {
 	color: #73af58; 
 	
 }
 #linkTitle
 {
 	display: block; /* not needed, but i like to explicitly state it */
    background: url('imgLinks.png') no-repeat;
    width: 170px;
    height: 40px;  
 
 	position: relative;
 	color: #73af58;
 	font-family: 'Arial', Verdana, sans-serif;
	z-index: 2;
	top:-4px;
 }
 #linkTitle p
 {
 	display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
 }
#ratesTitle
 {
 	display: block; /* not needed, but i like to explicitly state it */
    background: url('imgRates.png') no-repeat;
    width: 170px;
    height: 40px;  

 	position: relative;
 	color: #73af58;
 	font-family: 'Arial', Verdana, sans-serif;
	z-index: 2;
	top:-4px;
 }
 #ratesTitle p
 {
 	display: block;
 	width: 100%;
 	height: 100%;
    text-indent: -9999px;
    
 }
 #aboutTitle
 {
 	display: block; /* not needed, but i like to explicitly state it */
    background: url('imgAbout.png') no-repeat;
    width: 170px;
    height: 40px;  
 
 	position: relative;
 	color: #73af58;
 	font-family: 'Arial', Verdana, sans-serif;
	z-index: 2;
	top:-4px;
 }
 #aboutTitle p
 {
 	display: block;
 	width: 100%;
 	height: 100%;
    text-indent: -9999px;
    
 }
 #AboutText
 {
 	width: 300px;
 	line-height: 15px;
 }
 .navigationCollapsible
 {
 	position: relative;
 	left: -34px;
 
 	width: 180px;
 	height: 0;
 }
 #accordion {
	margin:20px 0px;
	visibility: hidden;
}


.toggler {
	
	font-family: 'Arial', Verdana, sans-serif;
	font-size: 11px;
	cursor: pointer;
	border: 0px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	letter-spacing: 0.5px;
	
}



